PageRenderTime 48ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/themes/default/style/style.css

http://lightblog.googlecode.com/
CSS | 370 lines | 294 code | 61 blank | 15 comment | 0 complexity | 10f7ea35adf04c9fef802eccbbe765bb MD5 | raw file
  1. /*********************************************
  2. LightBlog 0.9
  3. SQLite blogging platform
  4. themes/default/style/style.css
  5. Š2008-2012 The LightBlog Team. All
  6. rights reserved. Released under the
  7. GNU General Public License 3. For
  8. all licensing information, please
  9. see the LICENSE.txt document
  10. included in this distribution.
  11. *********************************************/
  12. * { padding: 0; margin: 0; }
  13. .rounded {
  14. border-radius: 5px;
  15. }
  16. .roundedt {
  17. border-top-left-radius: 5px;
  18. border-top-right-radius: 5px;
  19. }
  20. .roundedb {
  21. border-bottom-left-radius: 5px;
  22. border-bottom-right-radius: 5px;
  23. }
  24. html {
  25. background: #eeeeee;
  26. }
  27. body {
  28. font-family: Arial, Helvetica, sans-serif;
  29. font-size: 13px;
  30. background: #eeeeee;
  31. }
  32. #wrapper {
  33. background: #fff url('faux.png') repeat-y;
  34. margin: 20px auto 10px auto;
  35. width: 740px;
  36. padding-top: 4px;
  37. border: 1px solid #a1a1a1;
  38. }
  39. #header {
  40. color: #fff;
  41. width: 700px;
  42. padding: 10px;
  43. height: 35px;
  44. margin: 10px;
  45. background: #5AA5CF;
  46. }
  47. #header h3, #header a, #header a:link, #header a:visited {
  48. font-size: 1.5em;
  49. font-family: Georgia,Times,serif,sans-serif;
  50. font-weight: normal;
  51. color: #fff;
  52. text-decoration: none;
  53. }
  54. #header a:hover {
  55. text-decoration: underline;
  56. }
  57. #content {
  58. float: left;
  59. color: #333;
  60. margin: 10px 10px 0 10px;
  61. padding: 0 20px 0 20px;
  62. width: 450px;
  63. }
  64. #content div.postbox {
  65. margin-bottom: 30px;
  66. }
  67. #content h4.postname, #content a.postname {
  68. font-size: 1.3em;
  69. font-family: Georgia,Times,serif,sans-serif;
  70. margin-bottom: 12px;
  71. font-weight: normal;
  72. color: #333;
  73. text-decoration: none;
  74. }
  75. #content a.postname:hover {
  76. text-decoration: underline;
  77. }
  78. #content h4.postnamealt {
  79. font-size: 1.7em;
  80. font-family: Georgia,Times,serif,sans-serif;
  81. margin-bottom: 12px;
  82. font-weight: normal;
  83. color: #333;
  84. text-decoration: none;
  85. }
  86. #content div.post {
  87. padding-left: 3px;
  88. font-family: Georgia,Times,serif,sans-serif;
  89. font-size: 1.0em;
  90. font-weight: normal;
  91. word-wrap: break-word;
  92. }
  93. #content div.post * {
  94. font-family: Georgia,Times,serif,sans-serif;
  95. }
  96. #content div.post img {
  97. max-width: 455px;
  98. }
  99. #content div.post ul, #content div.post ol {
  100. margin-left: 40px;
  101. list-style-type: circle;
  102. }
  103. #content div.post li {
  104. padding-top: 2px;
  105. padding-bottom: 2px;
  106. }
  107. #content div.post p {
  108. margin-bottom: 15px;
  109. }
  110. #content div.post pre {
  111. font-family: 'Consolas', 'DejaVu Sans Mono', 'Courier New', monospace;
  112. background: #eee;
  113. padding: 2px;
  114. }
  115. #content div.postdata {
  116. padding: 4px 8px;
  117. margin: 12px 0 8px 0;
  118. background: url('metabg.png') no-repeat;
  119. color: #000;
  120. width: 450px;
  121. height: 50px;
  122. text-align: center;
  123. }
  124. #content span.postdata {
  125. margin-right: 20px;
  126. line-height: 180%;
  127. }
  128. #content span.postdata img {
  129. margin: 0;
  130. padding: 0;
  131. vertical-align: middle;
  132. }
  133. #content h4.commenthead {
  134. font-size: 1.5em;
  135. color: #333;
  136. font-family:Georgia,Times,serif,sans-serif;
  137. font-weight: normal;
  138. margin: -10px 0 -10px 0;
  139. padding: 0;
  140. }
  141. #content div.comment {
  142. width: 445px;
  143. border: 1px solid #ddd;
  144. background: #fff;
  145. color: #000;
  146. padding: 5px 5px 5px 10px;
  147. margin: 15px 0 15px 0;
  148. }
  149. #content img.comment_gravatar {
  150. float: right;
  151. padding: 2px;
  152. margin: 0;
  153. border: 1px solid #eee;
  154. background: #fff;
  155. }
  156. #content .comment_name {
  157. text-decoration: none;
  158. font-size: 1.05em;
  159. font-weight: bold;
  160. }
  161. #content span.comment_name {
  162. color: #333;
  163. }
  164. #content a.comment_name {
  165. color: #06c;
  166. }
  167. #content a.comment_name:hover {
  168. color: #147;
  169. text-decoration: underline;
  170. }
  171. #content .commenter_registered {
  172. font-size: 80%;
  173. font-style: italic;
  174. }
  175. #content span.comment_says {
  176. color: #333;
  177. font-size: 0.9em;
  178. font-weight: bold;
  179. }
  180. #content a.comment_date {
  181. color: #06c;
  182. font-size: 0.9em;
  183. margin-top: 1px;
  184. text-decoration: none;
  185. }
  186. #content a.comment_date:hover {
  187. text-decoration: underline;
  188. }
  189. #content p.comment_text {
  190. margin: 10px 0 10px 0;
  191. word-wrap: break-word;
  192. }
  193. #content div.c1 {
  194. background: #fff !important;
  195. }
  196. #content div.c2 {
  197. background: #f8f8f8 !important;
  198. }
  199. #content h4.commentform-title {
  200. font-size: 1.3em;
  201. color: #333;
  202. font-family:Georgia,Times,serif,sans-serif;
  203. font-weight: normal;
  204. margin-bottom: -10px;
  205. margin-top: 30px;
  206. }
  207. #content #commentform {
  208. margin: 5px 10px 0 0;
  209. }
  210. #content #commentform input {
  211. width: 170px;
  212. padding: 2px;
  213. margin: 5px 5px 1px 0;
  214. }
  215. #content #commentform textarea {
  216. width: 100%;
  217. padding: 2px;
  218. margin-top: 3px;
  219. }
  220. #content #commentform #cfsubmit {
  221. margin: 5px -5px 5px auto;
  222. float: right;
  223. }
  224. #content #commentform small {
  225. line-height: 1.5em;
  226. }
  227. #content #notifybox {
  228. background: #CFEBF7;
  229. width: 100%;
  230. border: 1px solid #2580B2;
  231. padding: 5px;
  232. height: 15px;
  233. color: #000;
  234. margin: 0px 0 5px 0;
  235. cursor: pointer;
  236. }
  237. #content div.pagination {
  238. width: 460px;
  239. }
  240. #content div.pagination a.prev {
  241. float: left;
  242. }
  243. #content div.pagination a.next {
  244. float: right;
  245. }
  246. #sidebar {
  247. display: inline;
  248. color: #333;
  249. margin: 10px;
  250. padding: 10px;
  251. width: 178px;
  252. float: right;
  253. }
  254. #sidebar div {
  255. margin-bottom: 10px;
  256. }
  257. #sidebar div h4 {
  258. font-size: 1.1em;
  259. margin-bottom: 5px;
  260. }
  261. #sidebar div ul {
  262. margin-left: 0px;
  263. padding: 0 0 0 30px;
  264. list-style: none;
  265. padding-left: 10px;
  266. text-indent: -10px;
  267. }
  268. #sidebar div ul li {
  269. font-size: 0.9em;
  270. list-style-type: none;
  271. margin: 7px 0 8px 10px;
  272. }
  273. #sidebar div ul li:before {
  274. content: "\00BB \0020";
  275. }
  276. #sidebar div ul li img.feed {
  277. vertical-align: middle;
  278. margin-right: 3px;
  279. }
  280. #footer {
  281. width: 753px;
  282. clear: both;
  283. color: #333;
  284. margin: 10px 0px 10px 0px;
  285. padding: 20px 10px 10px 10px;
  286. text-align: center;
  287. font-size: 0.85em;
  288. }
  289. .clear { clear: both; background: none; }
  290. .rounded {
  291. -moz-border-radius: 5px;
  292. -webkit-border-radius: 5px;
  293. }
  294. .roundedt {
  295. -moz-border-radius-topleft: 5px;
  296. -moz-border-radius-topright: 5px;
  297. -webkit-border-top-left-radius: 5px;
  298. -webkit-border-top-right-radius: 5px;
  299. }
  300. .roundedb {
  301. -moz-border-radius-bottomleft: 5px;
  302. -moz-border-radius-bottomright: 5px;
  303. -webkit-border-bottom-left-radius: 5px;
  304. -webkit-border-bottom-right-radius: 5px;
  305. }