home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / midnightalley / default.css next >
Cascading Style Sheet File  |  2007-04-03  |  4KB  |  340 lines

  1. /*
  2. Design by Free CSS Templates
  3. http://www.freecsstemplates.org
  4. Released for free under a Creative Commons Attribution 2.5 License
  5. */
  6.  
  7. * {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. body {
  13.     margin: 0;
  14.     background: #000000 url(images/img01.gif) repeat-y;
  15.     font-family: Georgia, "Times New Roman", Times, serif;
  16.     color: #CCCCCC;
  17. }
  18.  
  19. h1, h2, h3 {
  20.     text-transform: lowercase;
  21.     font-weight: normal;
  22.     color: #33FFFF;
  23. }
  24.  
  25. h1 {
  26.     font-size: 2.4em;
  27. }
  28.  
  29. h2 {
  30.     font-size: 1.6em;
  31. }
  32.  
  33. h3 {
  34.     font-size: 1em;
  35. }
  36.  
  37. p, blockquote, ul, ol {
  38.     margin-bottom: 1.5em;
  39.     line-height: 1.8em;
  40. }
  41.  
  42. p {
  43. }
  44.  
  45. blockquote {
  46.     margin-left: 2em;
  47.     margin-right: 2em;
  48.     font-style: italic;
  49. }
  50.  
  51. ul {
  52.     margin-left: 3em;
  53. }
  54.  
  55. ul li {
  56. }
  57.  
  58. ol {
  59.     margin-left: 3em;
  60. }
  61.  
  62. ol li {
  63. }
  64.  
  65. a {
  66.     color: #33FFFF;
  67. }
  68.  
  69. a:hover {
  70.     text-decoration: none;
  71.     color: #FFFFFF;
  72. }
  73.  
  74. img {
  75. }
  76.  
  77. img.left {
  78.     float: left;
  79.     margin: 10px 20px 0 0;
  80. }
  81.  
  82. img.right {
  83.     float: right;
  84.     margin: 0 0 0 20px;
  85. }
  86.  
  87. /* Boxed Style */
  88.  
  89. .boxed {
  90. }
  91.  
  92. .boxed .title {
  93.     margin-bottom: 10px;
  94. }
  95.  
  96. .boxed .content {
  97. }
  98.  
  99. /* Post */
  100.  
  101. .post {
  102. }
  103.  
  104. .post .title {
  105. }
  106.  
  107. .post .date {
  108.     margin-bottom: 2em;
  109. }
  110.  
  111. .post .date .month {
  112. }
  113.  
  114. .post .date .day {
  115. }
  116.  
  117. .post .date .year {
  118. }
  119.  
  120. .post .meta {
  121.     margin-bottom: 20px;
  122.     padding: 10px 0;
  123.     border-top: 1px dotted #333333;
  124.     border-bottom: 4px dotted #333333;
  125.     font-size: x-small;
  126. }
  127.  
  128. .post .meta p {
  129.     margin: 0;
  130. }
  131.  
  132. .post .story {
  133. }
  134.  
  135. /* Header */
  136.  
  137. #header {
  138.     height: 170px;
  139.     background: #000000 url(images/img02.gif) repeat-x;
  140. }
  141.  
  142. /* Header > Logo */
  143.  
  144. #logo {
  145.     float: left;
  146. }
  147.  
  148. #logo h1, #logo h2 {
  149.     float: left;
  150.     padding: 100px 0 0 20px;
  151. }
  152.  
  153. #logo h2 {
  154.     padding-left: .25em;
  155. }
  156.  
  157. #logo a {
  158.     text-decoration: none;
  159.     color: #FFFFFF;
  160. }
  161.  
  162. /* Header > Menu */
  163.  
  164. #menu {
  165.     float: right;
  166. }
  167.  
  168. #menu ul {
  169.     margin: 0;
  170.     padding: 120px 10px 0 0;
  171.     list-style: none;
  172. }
  173.  
  174. #menu li {
  175.     display: inline;
  176. }
  177.  
  178. #menu a {
  179.     display: block;
  180.     float: left;
  181.     padding: 0 15px;
  182.     text-decoration: none;
  183.     text-transform: lowercase;
  184.     font-size: 1em;
  185.     font-weight: bold;
  186.     color: #FFFFFF;
  187. }
  188.  
  189. #menu a:hover {
  190.     text-decoration: underline;
  191. }
  192.  
  193. #menu .active a {
  194. }
  195.  
  196. /* Content */
  197.  
  198. #content {
  199.     padding: 20px;
  200. }
  201.  
  202. /* Content > Main */
  203.  
  204. #main {
  205.     margin-left: 460px;
  206.     padding: 20px;
  207. }
  208.  
  209. /* Content > Main > Welcome */
  210.  
  211. #welcome {
  212. }
  213.  
  214. /* Content > Main > Example */
  215.  
  216. #example {
  217. }
  218.  
  219. /* Content > Sidebar */
  220.  
  221. #sidebar {
  222.     float: left;
  223.     width: 180px;
  224.     padding: 20px;
  225. }
  226.  
  227. #sidebar .title {
  228.     border-bottom: 5px solid #666666;
  229. }
  230.  
  231. #sidebar a {
  232. }
  233.  
  234. /* Content > Sidebar > Login */
  235.  
  236. #login {
  237. }
  238.  
  239. #login form {
  240. }
  241.  
  242. #login fieldset {
  243.     border: none;
  244. }
  245.  
  246. #login legend {
  247.     display: none;
  248. }
  249.  
  250. #login label {
  251.     display: block;
  252. }
  253.  
  254. #login input {
  255.     margin-bottom: 10px;
  256.     font: normal small Georgia, "Times New Roman", Times, serif;
  257. }
  258.  
  259. #inputtext1, #inputtext2 {
  260.     width: 170px;
  261. }
  262.  
  263. #inputsubmit1 {
  264. }
  265.  
  266. /* Content > Sidebar > Updates*/
  267.  
  268. #updates {
  269. }
  270.  
  271. #updates ul {
  272.     margin: 0;
  273.     list-style: none;
  274. }
  275.  
  276. #updates h3 {
  277.     font-size: .8em;
  278. }
  279.  
  280. #updates p {
  281.     line-height: normal;
  282.     font-size: .8em;
  283. }
  284.  
  285. #updates a {
  286. }
  287.  
  288. /* Content > Sidebar2 */
  289.  
  290. #sidebar2 {
  291.     float: left;
  292.     width: 180px;
  293.     padding: 20px;
  294. }
  295.  
  296. #sidebar2 .title {
  297.     border-bottom: 5px solid #666666;
  298. }
  299.  
  300. #sidebar2 a {
  301. }
  302.  
  303. #sidebar2 ul {
  304.     margin-left: 0;
  305.     padding-left: 0;
  306.     list-style: none;
  307. }
  308.  
  309. /* Footer */
  310.  
  311. #footer {
  312.     clear: both;
  313.     padding: 20px;
  314. }
  315.  
  316. #footer p {
  317.     margin: 0;
  318.     text-align: right;
  319.     line-height: normal;
  320.     font-size: x-small;
  321. }
  322.  
  323. #footer a {
  324.     text-decoration: underline;
  325.     color: #666666;
  326. }
  327.  
  328. #footer a:hover {
  329.     text-decoration: none;
  330. }
  331.  
  332. /* Footer > Legal */
  333.  
  334. #legal {
  335. }
  336.  
  337. /* Footer > Links */
  338.  
  339. #links {
  340. }