luquiyahni

style.css

Apr 19th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.59 KB | None | 0 0
  1. /*  
  2. Theme Name: puerto theme
  3. Theme URI: http://www.asdasdasd.com
  4. Description: Tema de Wordpress
  5. Author: Luqui Yahni
  6. Version: 0.1 Beta
  7. */
  8. * {
  9.     vertical-align: baseline;
  10.     font-weight: inherit;
  11.     font-family: inherit;
  12.     font-style: inherit;
  13.     font-size: 100%;
  14.     outline: 0;
  15.     padding: 0;
  16.     margin: 0;
  17. }
  18. body {
  19.  
  20.  
  21. }
  22. h1 {
  23.  
  24. }
  25. h2 {
  26.     font-size: 1.5em;
  27. }
  28. h2 a {
  29.     color: #000000;
  30.     font-family: Verdana;
  31.     text-decoration: none;
  32.     font-size: 0.8em;
  33. }
  34. #outerWrapper {
  35.     margin: 0px auto;
  36.     padding: 10px;
  37.     width: 1007px;
  38.     background: #fff;
  39. }
  40. h1 a {display: none}
  41. header {
  42.     margin-bottom: 30px;
  43. }
  44. header h1 {
  45.     background-image: url(_images/revistapuertologo.png);
  46.     background-repeat: no-repeat;
  47.     height: 96px;
  48. }
  49. nav.mainMenu {
  50.     background-color: #4b4b4d;
  51.     padding-left: 45px;
  52.     float: left;
  53.     width: 651px;
  54.     margin-top: -2px;
  55. }
  56. nav.mainMenu ul li {
  57.     display: inline;
  58.     list-style: none;
  59.     margin-right: 20px;
  60.     color:#FFFFFF;
  61. }
  62. nav.mainMenu a {
  63.     color: #FFFFFF;
  64.     font-family: Arial, sans-serif;
  65.     font-weight: bold;
  66.     font-size: 0.8em;
  67.     text-decoration: none;
  68.     padding-right: 51px;
  69. }
  70. #contentWrap {
  71.     width: 100%;
  72.     overflow: auto;
  73. }
  74. #content {
  75.     width: 500px;
  76.     float: left;
  77. }
  78. #content article, .widget-area aside, form#commentform, h2#pageTitle {
  79.     margin-bottom: 20px;   
  80. }
  81. div.entry, div.entry p {
  82.     margin: 10px 0;
  83.     color: #000000;
  84.     font-family: Verdana;
  85.     font-size: x-small;
  86. }
  87. .widget-area {
  88.     width: 290px;
  89.     float: right;
  90. }
  91. #sidebar2 {
  92.     float: left;
  93.     padding-left: 16px;
  94.     margin-left: 16px;
  95.     width: 185px;
  96. }
  97. input#s {
  98.     width: 150px;
  99. }
  100. footer {
  101.     font-size: 0.6em;
  102.     text-align: center;
  103.     padding: 10px;
  104.     background-color: #96B260;
  105.     color: #FFFFFF;
  106.     font-family: Verdana;
  107.     text-decoration: none;
  108.     float: left;
  109. }
  110. #firstpost {
  111.     background: #000000;
  112.     height: 260px;
  113. }
  114. #post {
  115.     background: #FF0004;
  116.     width: 500px;
  117.     margin-top: 187px;
  118. }
  119. .xdate {
  120.     color: #FFFFFF;
  121.     font-family: Arial, sans-serif;
  122.     background-color: #B10713;
  123.     float: right;
  124.     padding-top: 10px;
  125.     text-align: left;
  126.     min-width: 259px;
  127.     margin-right: 20px;
  128.     font-weight: bold;
  129.     font-size: 0.6em;
  130. }
  131. .descfecha {
  132.     display: inline-block;
  133.     color: #FFFFFF;
  134.     font-family: Verdana;
  135.     font-size: 9px;
  136.     background-color: #B10713;
  137.     float: right;
  138.     margin-top: 24px;
  139.     margin-right: -217px;
  140.     font-style: normal;
  141.     font-weight: normal;
  142. }
  143. .footlinks a {
  144.     text-decoration: none;
  145.     color: #FFFFFF;
  146.     font-family: Verdana;
  147.     font-size: x-small;
  148. }
  149. .meta {
  150.     color: #8C8C8C;
  151.     font-family: Verdana;
  152.     font-size: xx-small;
  153.     padding-bottom: 5px;
  154. }
  155. img.wp-post-image {
  156.     float: left;
  157.     margin-right: 16px;
  158. }
Advertisement
Add Comment
Please, Sign In to add comment