A tumblelog CMS built on AJAX, PHP and MySQL.

archive.css 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. *{ outline:none;}
  2. body {
  3. background: white;
  4. font-family: "Lucida Sans";
  5. font-size: 15px;
  6. letter-spacing: 2px;
  7. line-height: 30px;
  8. background: transparent url('../../images/bg.jpg') top center no-repeat;
  9. padding:0;
  10. margin:0;
  11. }
  12. #dash {
  13. margin: 0 auto;
  14. padding: 0;
  15. position:relative;
  16. }
  17. #options {
  18. position:fixed;
  19. height:37px;
  20. width:100%;
  21. text-align: center;
  22. border-bottom: thin solid #000;
  23. background: transparent url('../../images/top_ribbon.png') top left repeat-x;
  24. z-index:999;
  25. padding-top:8px;
  26. margin:0;
  27. left:0;
  28. }
  29. #context_help{ display:block; margin:0; padding:3px 5px; position: absolute; border: 1px solid #222; background-color: #444; color:#fff; font-size: 11px;}
  30. li {
  31. list-style: none;
  32. }
  33. ul {
  34. padding: 0px;
  35. margin: 0px;
  36. }
  37. h4 {
  38. margin-top: 0px;
  39. font-size: 12px;
  40. font-weight: bold;
  41. font-variant: small-caps;
  42. text-align: center;
  43. }
  44. #options li {
  45. display: inline;
  46. color: #999;
  47. font-variant: small-caps;
  48. }
  49. #options li a {
  50. text-decoration: none;
  51. padding:10px 20px;
  52. color: #666;
  53. }
  54. #options li a:hover, #options li a.selected {
  55. color: #000;
  56. text-decoration: underline;
  57. }
  58. #content {
  59. text-align: left;
  60. padding:20px 0 0 130px;
  61. width:600px;
  62. margin: 0 auto;
  63. }
  64. html > body div#content{ padding:60px 25px 0 25px;}
  65. .item {
  66. height: 110px;
  67. width: 110px;
  68. padding: 5px;
  69. overflow: hidden;
  70. border: 1px solid #CCC;
  71. margin: 10px;
  72. color: #222;
  73. text-align: left;
  74. background-color: #FEFEFE;
  75. font-size: 11px;
  76. line-height: normal;
  77. }
  78. .link {
  79. font-size: 12px;
  80. }
  81. .link a, .link a:visited, .link a:active, .link a:link{ color:#000; text-decoration:none;}
  82. #user_hover {
  83. background-color:#000000;
  84. color:#FFFFFF;
  85. display:none;
  86. font-family:Helvetica,sans-serif;
  87. font-size:18px;
  88. font-size-adjust:none;
  89. font-stretch:normal;
  90. font-style:normal;
  91. font-variant:normal;
  92. font-weight:bold;
  93. line-height:normal;
  94. opacity:0.75;
  95. padding:5px;
  96. position:absolute;
  97. text-align:center;
  98. z-index:10;
  99. height:113px;
  100. width: 112px;
  101. cursor: pointer;
  102. }
  103. ul.item_list {
  104. margin:10px;
  105. }
  106. ul.item_list li{
  107. display:block;
  108. float:left;
  109. margin-top:1px;
  110. cursor:pointer;
  111. }
  112. ul.item_list li.selected{
  113. background-color: #8db1de; position: relative; border:none;
  114. }
  115. li.selected div.crnr{ display:block; position: absolute; width:5px; height:5px;}
  116. li.selected div.wn{background:none; display:none;}
  117. html > body li.selected div.wn{background: #FFF url('../../images/round-wn.png') no-repeat top left; top:0; left:0; display:block;}
  118. li.selected div.en{background:none; display:none;}
  119. html > body li.selected div.en{background: #FFF url('../../images/round-en.png') no-repeat top left; top:0; right:0;display:block;}
  120. li.selected div.es{background:none; display:none;}
  121. html > body li.selected div.es{background: #FFF url('../../images/round-es.png') no-repeat top left; bottom:0; right:0;display:block;}
  122. li.selected div.ws{background:none; display:none;}
  123. html > body li.selected div.ws{background: #FFF url('../../images/round-ws.png') no-repeat top left; bottom:0; left:0;display:block;}
  124. #timeline {position:fixed; top: 60px; right: 40px; line-height:auto; margin: 10px; float:right; width:90px;}
  125. #timewrap { position:relative;}
  126. #timewrap h4{ float:right;}
  127. #bubble{ line-height:10px; position:absolute; left: -90px; width:80px; display:none; font-size:10px; color:#444; font-family: Arial, "MS Trebuchet", sans-serif; text-align:right; }
  128. #timeline li{ background-color: #222;height:7px; margin:1px; display:block; float:right; clear:right;}
  129. #timeline li span{display:none;}
  130. li.year{ width:60px;}
  131. li.month{ width:40px;}
  132. li.day{ width:20px;}