Advertisement
Guest User

Untitled

a guest
May 27th, 2010
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. /*
  2. Theme Name: Vertebrate
  3. Theme URI: http://www.freewpthemes.net/
  4. Description: A two-column, fixed-width design suitable for personal and small company website.
  5. Version: 1.0
  6. Author: Free WordPress Themes
  7. Author URI: http://www.freewpthemes.net/
  8. Tags: red, fixed width, two columns, widgets
  9. */
  10.  
  11.  
  12. * {
  13. margin: 0;
  14. padding: 0;
  15. }
  16.  
  17. body {
  18. background: #FFFFFF;
  19. text-align: justify;
  20. font-family: Tahoma, Geneva, sans-serif;
  21. font-size: 11px;
  22. color: #757E82;
  23. }
  24.  
  25. h1, h2, h3 {
  26. color: #AA2808;
  27. }
  28.  
  29. h1 {
  30. }
  31.  
  32. h2 {
  33. }
  34.  
  35. h3 {
  36. }
  37.  
  38. p, blockquote, ul, ol {
  39. margin-bottom: 20px;
  40. line-height: 2em;
  41. }
  42.  
  43. p {
  44. }
  45.  
  46. blockquote {
  47. }
  48.  
  49. ol, li {
  50. margin: 0px;
  51. padding: 0px;
  52. list-style: square;
  53.  
  54. }
  55.  
  56. ul {
  57. padding-left: 10px;
  58. list-style: square;
  59. }
  60.  
  61.  
  62. a {
  63. text-decoration: underline;
  64. color: #F40C42;
  65. }
  66.  
  67. a:hover {
  68. text-decoration: none;
  69. color: #F40C42;
  70. }
  71.  
  72. /* Wrapper */
  73.  
  74. #wrapper {
  75. }
  76.  
  77. /* Header */
  78.  
  79. #header {
  80. width: 100%;
  81. height: 140px;
  82. margin: 0 auto;
  83. }
  84. /* Picture*/
  85. #picture {
  86. float:left;
  87. width: 100%;
  88. height: 138px;
  89. background: #4f4f4f url(images/img.jpg) no-repeat;
  90. margin-top: 30px;
  91. }
  92.  
  93. /* Logo */
  94.  
  95. #logo {
  96. float: left;
  97. width: 200px;
  98. height: 48px;
  99. margin-top: 25px;
  100. margin-left: 30px;
  101. padding-left: 50px;
  102. background: url(images/logo.jpg) no-repeat;
  103. }
  104.  
  105. #logo h1 {
  106. margin: 0;
  107. padding: 0;
  108. text-transform:
  109. font: normal 46px Georgia, "Times New Roman", Times, serif;
  110. }
  111.  
  112. #logo h2 {
  113. margin: -4px 0 0 0;
  114. padding: 0px 0px 0px 10px;
  115. text-transform: uppercase;
  116. letter-spacing: 2px;
  117. font-size: 10px;
  118. font-weight: normal;
  119. color: #D9170E;
  120. }
  121.  
  122. #logo h2 a {
  123. color: #9AA9B1;
  124. }
  125.  
  126. #logo a {
  127. text-decoration: none;
  128. color: #D9170E;
  129. }
  130.  
  131. /* Menu */
  132.  
  133. #menu {
  134. float: left;
  135. width: 1050px;
  136. height: 30px;
  137. position: static;
  138. }
  139.  
  140. #menu ul {
  141. margin: 0;
  142. padding: 0px 0 0 20px;
  143. list-style: none;
  144. line-height: normal;
  145. margin-left: 30px;
  146. }
  147.  
  148. #menu li {
  149. display: inline;
  150. text-align: center;
  151. }
  152.  
  153. #menu a {
  154. display: block;
  155. float: left;
  156. height: 30px;
  157. margin-right: 10px;
  158. padding: 38px 20px 0px 0px;
  159. letter-spacing: -1px;
  160. text-decoration: none;
  161. text-align: center;
  162. text-transform: bold;
  163. font-family: Arial, Helvetica, sans-serif;
  164. font-weight: bold;
  165. font-size: 14px;
  166. font-weight: normal;
  167. color: #4f4f4f;
  168. letter-spacing: .1px;
  169. position: static;
  170. }
  171.  
  172. #menu a:hover, #menu .active a {
  173.  
  174. }
  175.  
  176. #menu a:hover {
  177.  
  178. }
  179.  
  180. #menu .current_page_item a {
  181. color: #ff0000;
  182. text-decoration: none;
  183. }
  184.  
  185. /* Search */
  186.  
  187. #search {
  188. padding: 0px 0px 40px 0px;
  189. }
  190.  
  191. #search form {
  192. margin: 0;
  193. padding: 0;
  194. }
  195.  
  196. #search fieldset {
  197. margin: 0;
  198. padding: 0;
  199. border: none;
  200. }
  201.  
  202. #search input {
  203. float: left;
  204. font: 11px Tahoma, Geneva, sans-serif;
  205. padding: 2px 2px;
  206. }
  207.  
  208. #search-text {
  209. width: 100px;
  210. border: 1px solid #000000;
  211. color: #000000;
  212. }
  213.  
  214. #search-submit {
  215. height: 21px;
  216. margin-left: 10px;
  217. padding: 0px 2px;
  218. border: none;
  219. background: #E71810;
  220. color: #FFFFFF;
  221. }
  222.  
  223. /* Page */
  224.  
  225. #page {
  226. width: 1300px;
  227. margin: 0 auto;
  228. }
  229.  
  230. /* Content */
  231.  
  232. #content {
  233. float: right;
  234. width: 600px;
  235. margin-right: 400px;
  236. padding-top: 10px;
  237.  
  238. }
  239.  
  240. .post {
  241. background: #ffffff;
  242. }
  243.  
  244. .post-bgtop {
  245.  
  246. background: #ffffff;
  247. }
  248.  
  249. .post-bgbtm {
  250.  
  251. background: #ffffff;
  252. }
  253.  
  254. .post .title {
  255. margin: 0px;
  256. padding: 0px 0px 5px 0px;
  257. color: #232F01;
  258. }
  259.  
  260. .post .title a {
  261. letter-spacing: -1px;
  262. text-decoration: none;
  263. text-transform:
  264. font-family: Arial, Helvetica, sans-serif;
  265. font-weight: normal;
  266. font-size: 32px;
  267. color: #3A3D40;
  268. }
  269.  
  270. .post .entry {
  271. }
  272.  
  273. .post img {
  274. float: left;
  275. padding: 15px 0px;
  276. }
  277.  
  278. .post .meta {
  279. }
  280.  
  281. .post .more {
  282. display: block;
  283. width: 115px;
  284. height: 32px;
  285. padding: 8px 0px 0px 0px;
  286. background: url(images/img12.jpg) no-repeat left top;
  287. text-align: center;
  288. text-transform: uppercase;
  289. text-decoration: none;
  290. font-family: Tahoma, Geneva, sans-serif;
  291. font-size: 11px;
  292. font-weight: normal;
  293. color: #FFFFFF;
  294. }
  295.  
  296. .post .byline {
  297. font-size: 11px;
  298. font-style: italic;
  299. }
  300.  
  301. /* Sidebar */
  302.  
  303. #sidebar {
  304. float: left;
  305. width: 200px;
  306. background:
  307. background: #ffffff left top;
  308. font-size: 11px;
  309. padding-top: 10px;
  310. }
  311.  
  312. #sidebar ul {
  313. margin: 0;
  314. padding: 0;
  315. list-style: none;
  316. line-height: normal;
  317. }
  318.  
  319. #sidebar li {
  320. margin-bottom: 1px;
  321. list-style: none;
  322. }
  323.  
  324. #sidebar li ul {
  325. margin: 0px;
  326. padding: 0px 0px 40px 0px;
  327. list-style: none;
  328. }
  329.  
  330. #sidebar li li {
  331. margin: 0;
  332. padding: 7px 0px;
  333. border: none;
  334. background: url(images/img10.jpg) repeat-x left bottom;
  335. font-family: Tahoma, Geneva, sans-serif;
  336. }
  337.  
  338. #sidebar li li a {
  339. background: url(images/img11.jpg) no-repeat left 3px;
  340. padding-left: 20px;
  341. }
  342.  
  343. #sidebar h2 {
  344. margin: 0px;
  345. padding: 0px 0px 20px 0px;
  346. text-transform:
  347. font-family: Arial, Helvetica, sans-serif;
  348. font-size: 180%;
  349. font-weight: normal;
  350. color: #454E55;
  351. }
  352.  
  353. #sidebar h3 {
  354. font-size: 77%;
  355. color: #454E55;
  356. }
  357.  
  358. #sidebar p {
  359. margin: 0;
  360. line-height: normal;
  361. color: #D4C792;
  362. }
  363.  
  364. #sidebar a {
  365. border: none;
  366. text-decoration: none;
  367. color: #757E82;
  368. }
  369.  
  370. #sidebar a:hover {
  371. text-decoration: underline;
  372. color: #363636;
  373. }
  374.  
  375. /* Submenu */
  376.  
  377. #submenu {
  378. }
  379.  
  380. /* News */
  381.  
  382. #news {
  383. }
  384.  
  385. #news a {
  386. font-size: 85%;
  387. }
  388.  
  389. /* Footer */
  390.  
  391. #footer-wrapper {
  392. background: #F7F7F7 url(images/img03.jpg) repeat-x left top;
  393. padding: 20px 0px;
  394. }
  395.  
  396. #footer {
  397. width: 900px;
  398. margin: 0 auto;
  399. color: #757E82;
  400. }
  401.  
  402. #footer p {
  403. margin: 0;
  404. text-align: center;
  405. font-size: 11px;
  406. }
  407.  
  408. #footer a {
  409. text-decoration: underline;
  410. color: #757E82;
  411. }
  412.  
  413. #footer a:hover {
  414. text-decoration: none;
  415. color: #F90542;
  416. }
  417.  
  418. .pagetitle {
  419. padding-left: 40px;
  420. letter-spacing: -1px;
  421. text-decoration: none;
  422. text-transform: lowercase;
  423. font-family: Arial, Helvetica, sans-serif;
  424. font-weight: normal;
  425. font-size: 32px;
  426. color: #3A3D40;
  427. }
  428.  
  429. #respond {
  430. margin-top: 20px;
  431. padding-top: 20px;
  432. background: url(images/img10.jpg) repeat-x left top;
  433. letter-spacing: -1px;
  434. text-decoration: none;
  435. text-transform: lowercase;
  436. font-family: Arial, Helvetica, sans-serif;
  437. font-weight: normal;
  438. font-size: 18px;
  439. color: #3A3D40;
  440. }
  441.  
  442. #comment {
  443. width: 500px;
  444. height: 100px;
  445. }
  446.  
  447. .navigation {
  448. padding: 10px 0px 50px 0px;
  449. }
  450.  
  451. .alignleft {
  452. float: left;
  453. padding-left: 40px;
  454. }
  455.  
  456. .alignright {
  457. float: right;
  458. padding-right: 40px;
  459. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement