/web-app/styles/default.css

http://github.com/sut-go/gon · CSS · 402 lines · 310 code · 79 blank · 13 comment · 0 complexity · e95d4c9d7cabdfec61836039b4082d2a MD5 · raw file

  1. /*
  2. Design by GOLANG AT SUT
  3. */
  4. body {
  5. margin-top: 15px;
  6. padding: 0;
  7. background: #787878;
  8. text-align: justify;
  9. font-family: Georgia, "Times New Roman", Times, serif;
  10. font-size: 12px;
  11. color: #999;
  12. }
  13. h1, h2, h3 {
  14. margin-top: 0;
  15. color: #8C0209;
  16. }
  17. h1 {
  18. font-size: 1.6em;
  19. font-weight: normal;
  20. }
  21. h2 {
  22. font-size: 1.6em;
  23. }
  24. h3 {
  25. font-size: 1em;
  26. }
  27. ul {
  28. }
  29. a {
  30. text-decoration: none;
  31. color: #8C0209;
  32. }
  33. a:hover {
  34. border-bottom: none;
  35. }
  36. a img {
  37. border: none;
  38. }
  39. img.left {
  40. float: left;
  41. margin: 0 20px 0 0;
  42. }
  43. img.right {
  44. float: right;
  45. margin: 0 0 0 20px;
  46. }
  47. #header {
  48. width: 1000px;
  49. margin: 0 auto;
  50. height: 150px;
  51. background: url(../images/img02.jpg) repeat-x left top;
  52. }
  53. /* Header */
  54. #logo {
  55. width: 1000px;
  56. height: 100px;
  57. margin: 0 auto;
  58. padding: 0 10px 0 70px;
  59. background: url(../images/img01.jpg) no-repeat left top;
  60. }
  61. #logo h1, #logo p {
  62. float: left;
  63. margin: 0;
  64. color: #8C0209;
  65. }
  66. #logo span {
  67. color: #000000;
  68. font-family: Georgia, "Times New Roman", Times, serif;
  69. }
  70. #logo h1 {
  71. padding: 25px 0 0 0;
  72. letter-spacing: -1px;
  73. text-transform: lowercase;
  74. font-weight: normal;
  75. font-size: 3em;
  76. }
  77. #logo p {
  78. text-transform: uppercase;
  79. padding: 47px 0 0 3px;
  80. font-size: 10px;
  81. color: #110E0F;
  82. }
  83. #logo a {
  84. border: none;
  85. text-decoration: none;
  86. color: #8C0209;
  87. text-align: left;
  88. }
  89. /* Menu */
  90. #menu {
  91. width: 1000px;
  92. margin: 0 auto;
  93. padding: 0;
  94. height: 50px;
  95. background: url(../images/img02.jpg) no-repeat left top;
  96. }
  97. #menu ul {
  98. margin: 0;
  99. padding: 0;
  100. list-style: none;
  101. }
  102. #menu li {
  103. display: inline;
  104. }
  105. #menu a {
  106. display: block;
  107. float: left;
  108. height: 32px;
  109. margin: 0;
  110. padding: 18px 30px 0 30px;
  111. text-decoration: none;
  112. text-transform: capitalize;
  113. background: url(../images/img03.jpg) no-repeat right top;
  114. font-family: Georgia, "Times New Roman", Times, serif;
  115. font-size: 12px;
  116. color: #FFFFFF;
  117. }
  118. #menu a:hover {
  119. color: #FFFFFF;
  120. text-align: right;
  121. }
  122. #menu .current_page_item a {
  123. color: #FFFFFF;
  124. }
  125. /* Wrapper */
  126. #wrapper {
  127. }
  128. /* Page */
  129. #page {
  130. width: 990px;
  131. margin: 0 auto;
  132. padding: 5px 5px;
  133. background: #FFFFFF;
  134. }
  135. #page-bg {
  136. }
  137. /* Latest Post */
  138. #latest-post {
  139. padding: 20px;
  140. border: 1px solid #E7E7E7;
  141. }
  142. /* Content */
  143. #content {
  144. float: left;
  145. width: 550px;
  146. }
  147. .post {
  148. padding-bottom: 15px;
  149. line-height: 200%;
  150. }
  151. .post h1 {
  152. font-weight: normal;
  153. }
  154. .title {
  155. margin: 0;
  156. padding: 10px 0 4px 20px;
  157. font-weight: normal;
  158. }
  159. .title a {
  160. border-bottom: none;
  161. color: #F00;
  162. }
  163. .title a:hover {
  164. border-bottom: 1px dotted #000000;
  165. font-weight: bold;
  166. font-size: 16px;
  167. color: #F00;
  168. }
  169. .byline {
  170. border-bottom: 1px #BBBBBB dashed;
  171. margin: -10px 20px 20px 20px;
  172. color: #C00;
  173. }
  174. .tag {
  175. padding: 0 15px;
  176. }
  177. .entry {
  178. padding: 0 20px;
  179. font-size: 16px;
  180. color: #000;
  181. }
  182. .links {
  183. padding: 4px 0px;
  184. text-align: right;
  185. font-weight: bold;
  186. }
  187. .links a {
  188. border: none;
  189. }
  190. .links a:hover {
  191. }
  192. /* Sidebars */
  193. #sidebar1 {
  194. float: left;
  195. }
  196. #sidebar2 {
  197. float: right;
  198. }
  199. .sidebar {
  200. float: left;
  201. width: 220px;
  202. padding: 0;
  203. font-size: 12px;
  204. }
  205. .sidebar ul {
  206. margin: 0;
  207. padding: 0;
  208. list-style: none;
  209. }
  210. .sidebar li {
  211. padding: 0 0 20px 0;
  212. }
  213. .sidebar li ul {
  214. }
  215. .sidebar li li {
  216. margin: 0 20px 0 15px;
  217. padding: 8px 0px;
  218. border-bottom: 1px #BBBBBB dashed;
  219. }
  220. .sidebar li h2 {
  221. height: 30px;
  222. margin: 0 0 0 0;
  223. padding: 10px 15px 0px 15px;
  224. background: #890208 url(../images/img05.jpg) no-repeat left top;
  225. letter-spacing: -1px;
  226. font-size: 16px;
  227. color: #FFFFFF;
  228. }
  229. .sidebar a {
  230. }
  231. /* Search */
  232. #searchform {
  233. margin: 0;
  234. padding: 0 0 0 0;
  235. }
  236. #searchform br {
  237. display: none;
  238. }
  239. #searchform h2 {
  240. }
  241. #s {
  242. margin: 10px 0px 0 15px;
  243. padding: 2px 2px;
  244. width: 180px;
  245. height: 18px;
  246. border: 1px solid #CA8186;
  247. background: #FFFFFF;
  248. font-size: 10px;
  249. color: #000000;
  250. }
  251. #x {
  252. margin: 0;
  253. padding: 2px 5px;
  254. height: 25px;
  255. background: #CA8186;
  256. text-decoration: none;
  257. text-transform: uppercase;
  258. font-family: Arial, Helvetica, sans-serif;
  259. font-size: 10px;
  260. color: #CCCCCC;
  261. }
  262. /* Calendar */
  263. #calendar_wrap {
  264. padding: 0 15px;
  265. text-align: center;
  266. }
  267. #calendar_wrap table {
  268. width: 100%;
  269. }
  270. #calendar_wrap th {
  271. }
  272. #calendar_wrap td {
  273. }
  274. #calendar_wrap tfoot td {
  275. border: none;
  276. }
  277. #calendar_wrap tfoot td#prev {
  278. text-align: left;
  279. font-weight: bold;
  280. border: none;
  281. }
  282. #calendar_wrap tfoot td#prev a {
  283. border: none;
  284. }
  285. #calendar_wrap tfoot td#next {
  286. text-align: right;
  287. font-weight: bold;
  288. border: none;
  289. }
  290. #calendar_wrap tfoot td#next a {
  291. border: none;
  292. }
  293. /* Footer */
  294. #footer {
  295. width: 960px;
  296. height: 40px;
  297. margin: 0 auto;
  298. padding: 0 20px;
  299. background: url(../images/img04.jpg) no-repeat left top;
  300. color: #FFF;
  301. font-size: 14px;
  302. font-family: "MS Serif", "New York", serif;
  303. }
  304. #footer p {
  305. margin: 0;
  306. padding: 15px 0 0 0;
  307. text-align: center;
  308. font-size: smaller;
  309. }
  310. #footer a {
  311. color: #FFF;
  312. }
  313. #footer .link {
  314. float: right;
  315. color: #FFF;
  316. font-size: 12px;
  317. }
  318. #footer .copyright {
  319. float: left;
  320. }
  321. .flower {
  322. padding-left: 20px;
  323. }