A tumblelog CMS built on AJAX, PHP and MySQL.

style.css 8.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /* ===========================
  2. gelato CMS - A PHP based tumblelog CMS
  3. development version
  4. http://www.gelatocms.com/
  5. gelato CMS is a free software licensed under GPL (General public license)
  6. =========================== */
  7. /************ BASICS *************/
  8. div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, h7,form, span, pre, a{margin:0; padding:0;}
  9. h1, h2, h3, h4, h5, h6, h7{ font-weight:normal;}
  10. a, a:link, a:visited, a:active{ color:#000000; text-decoration:none; outline:none;}
  11. a:hover{ text-decoration:underline; color:#000000; outline:none;}
  12. .inslnl { text-decoration:underline; }
  13. acronym{ border-bottom: 1px dotted #666; cursor:help;}
  14. fieldset{ border:none; margin:0; padding:0;}
  15. .gelato{color:#006699; font-weight:bold; font-family:'Trebuchet Ms', Verdad, Tahoma;}
  16. .option{ color:#666666; font-style:italic; font-size:0.9em}
  17. /*********** LAYOUT *************/
  18. body{ background: #fff; text-align:center; font-family:"Trebuchet Ms", Verdana, Tahoma; font-size:1em;}
  19. #cont{ width:569px; margin:30px auto 10px auto; text-align:left;}
  20. #head{ background: transparent url(images/head_bg.png) bottom center no-repeat; position: relative; padding-bottom:20px; height:73px;}
  21. h1 a{ display:block; height:77px; width:161px; background:#fff url(images/gelato-logo.png) top left no-repeat; text-indent:-9999px; overflow:hidden;}
  22. #nav{ position:absolute; right:1px; font-size:0.75em; line-height:normal; margin:0; padding:0 10px 0 0; list-style:none;bottom:34px;}
  23. #nav li{ margin:0; padding:0; text-align:right;}
  24. #nav li a:link, #nav li a:visited, #nav li a:active, #nav li a:focus{ color:#777; text-decoration: none;}
  25. #nav li a:hover{ text-decoration:underline;}
  26. #main{ background: #fff url(images/main_bg.png) top left repeat-y; text-align:left; padding:0 0 40px 0;}
  27. h2{ font-size:1.56em; margin:4px; text-indent:20px;}
  28. h3{font-size:1.12em; margin:4px; color:#333333; text-indent:20px;}
  29. .box{ background:#efefef url(images/bg-box.png) left top repeat-y;}
  30. .footer-box{background:#fff url(images/bg-foot-box.png) top center no-repeat;}
  31. .box h3{float:left; color:#FFFFFF; font-weight:bold; padding:5px 10px 0 0;}
  32. .menu{ background:#c1c7cd url(images/bg-top-box.png) top center no-repeat; height:40px; width:559px; list-style-type:none; padding-right:10px;}
  33. .menu li{ display:inline;}
  34. .menu li.selected a{background: transparent url(images/bg-top-box-hover.png) left top repeat-x; text-decoration:none;}
  35. .menu li a{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.7em; display:block; float:right; height:28px; padding:12px 3px 0 3px;}
  36. .menu li a:hover{ background: transparent url(images/bg-top-box-hover.png) left top repeat-x; text-decoration:none;}
  37. .menu li a img{border:none; vertical-align:bottom;}
  38. .manage li a{ padding:14px 6px 0 6px;}
  39. form.newpost{ width:500px; margin:0 auto; padding:0;}
  40. form.newpost ul{ list-style-type:none; margin:20px 0 10px 0; padding:0;}
  41. form.newpost li{ margin:4px 0; padding:0;}
  42. form.newpost label{}
  43. form.newpost input{ margin-bottom:10px;}
  44. form.newpost input.txt{ background: #fff url(images/grad-small.png) top left repeat-x; height:15px; border:1px solid #999; width:490px; padding:5px;}
  45. form.newpost input.btn{ }
  46. form.newpost textarea{background: #fff url(images/grad-big.png) top left repeat-x; height:190px; border:1px solid #999; width:490px; padding:5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.8em;}
  47. legend.install{
  48. font: normal 16.5px/17px georgia, "times new roman", serif;
  49. border: 0;
  50. margin-top: 0px;
  51. padding-top:0;
  52. margin-bottom: 0;
  53. padding-bottom: 0;
  54. color: #c60;
  55. margin-bottom: 10px;
  56. }
  57. .tabla{ background-color:#FFFBFF; margin:20px 15px; }
  58. .entry{ background-color:#efefef; border:1px solid #ccc; margin:20px 15px;}
  59. .info{ border-bottom:1px solid #aaa; position:relative; display:block; padding:4px 10px; height:20px; }
  60. .info p{font-size:0.8em; color:#297aab; display:inline;}
  61. .compact{ float:right; margin:-2px 0 0 0; padding:0;}
  62. .compact img{ border:0px; }
  63. .compact a { color:#297aab; font-size:0.8em; }
  64. .compact a:link { color:#297aab; font-size:0.8em; }
  65. .compact a:visited { color:#297aab; font-size:0.8em; }
  66. .compact a:active { color:#297aab; font-size:0.8em; }
  67. .compact a:hover { color:#297aab; font-size:0.8em; }
  68. .post{ padding:10px;}
  69. .post h4{ font-style:italic; font-weight:bold; }
  70. .post p{ font-size:0.9em; text-indent:20px;}
  71. .post img{}
  72. .post blockqoute{}
  73. .post .video{}
  74. .post .audio{}
  75. #foot{ background: transparent url(images/foot_bg.png) top center no-repeat; clear: both;}
  76. #foot { text-align:center; font-size: 10px; color: #000; }
  77. #footer a { color: #000; }
  78. #div-process { top:0px; padding-left: 22px; font: normal 14.5px/17px georgia, "times new roman", serif; background: url('../../images/proceso.gif') no-repeat 0% 10%; float: right; height: 20px; width: 150px; border: 1px solid #000066; background-color:#FFFFCC; color:#011940; }
  79. a.linkFrm, a.linkFrm:link, a.linkFrm:visited, a.linkFrm:active{ color:#297aab; text-decoration:none; outline:none;}
  80. a.linkFrm:hover{ text-decoration:underline; color:#297aab; outline:none;}
  81. /* User messages */
  82. .error { width:80%; background: #FFF7F2 url('../../images/error.png') 15px center no-repeat; border-top: 2px solid #CC0000; border-bottom: 2px solid #CC0000; margin: 0 auto; padding: 5px 20px 5px 45px; }
  83. .exito { width:80%; background: #F4FBF5 url('../../images/information.png') 15px center no-repeat; border-top: 2px solid #006600; border-bottom: 2px solid #006600; margin: 0 auto; padding: 5px 20px 5px 45px; }
  84. .information { width:80%; background: #FFF6BF url('../../images/icon_info.gif') 15px center no-repeat; border-top: 2px solid #FFD324; border-bottom: 2px solid #FFD324; margin: 0 auto;padding: 5px 20px 5px 45px; }
  85. #update { text-align:center; font-size: 10px; color: #000; }
  86. #update a { color: #000; text-decoration:none; }
  87. #update a:visited { color: #000; text-decoration:none; }
  88. #update a:active { color: #000; text-decoration:none; }
  89. #update a:hover { color: #000; text-decoration:underline; }
  90. /* Pagination */
  91. div.pagination { text-align:center; padding:3px; margin:3px; }
  92. div.pagination a { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #ddd; text-decoration: none; color: #aaa; }
  93. div.pagination a:hover, div.pagination a:active { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #a0a0a0; }
  94. div.pagination span.current { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #e0e0e0; font-weight: bold; background-color: #f0f0f0; color: #aaa; }
  95. div.pagination span.disabled { padding: 2px 5px 2px 5px; margin-right: 2px; border: 1px solid #f3f3f3; color: #ccc; }
  96. /* Conversation Post */
  97. div.conversation ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 1px; border-left: solid 5px #555; }
  98. div.conversation ul li { font-size: 12px; padding: 4px 0px 4px 8px; color: #000; margin-bottom: 1px; }
  99. div.conversation ul li span.label { font-weight: bold; }
  100. div.conversation ul li.odd { background-color: #f4f4f4; }
  101. div.conversation ul li.even { background-color: #e8e8e8; }
  102. /* Tables design */
  103. #admin-table { width:535px; margin:0 auto; padding:0;}
  104. table { padding: 0; width:70%; margin: 0 auto; border-collapse: collapse; color: #333; background: #F3F5F7; }
  105. table a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB; }
  106. table img { border:0px; }
  107. table a:visited {color: #777; text-decoration: none; }
  108. table a:hover {color: #000; text-decoration: none; }
  109. table caption {text-align: left; text-transform: uppercase; padding-bottom: 10px; }
  110. table thead th {background: #BDD3E7; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal; }
  111. table tbody, table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE; }
  112. table tbody {border-bottom: 1px solid #EAECEE; }
  113. table tbody td, table tbody th {padding: 10px; background: url('images/td_back.gif') repeat-x; text-align: left; }
  114. table tbody tr {background: #F3F5F7; }
  115. table tbody tr.odd {background: #F0F2F4; }
  116. table tbody tr:hover {background: #EAECEE; color: #111; }
  117. table tfoot td, table tfoot th, table tfoot tr {text-align: left; background: #fff; padding: 10px; }