PageRenderTime 27ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/wordpress-theme-vita/tags/1.6/style.css

https://github.com/martijnvermaat/quick-hacks
CSS | 647 lines | 573 code | 30 blank | 44 comment | 0 complexity | 80fa612e663e24182e7125f07b0faae7 MD5 | raw file
  1. /*
  2. Theme Name: vita
  3. Theme URI: http://wpgpl.com/themes/vita/
  4. Description: Vita is Red, Gree, and White theme. This theme is 3 Columns and Perfect for Make money online
  5. Version: 1.6
  6. Author: Nurudin Jauhari
  7. Author URI: http://wpgpl.com/
  8. Tags: three-columns,fixed-width, red, green,custom-header
  9. Crafted on 21 July 2008
  10. Last Edit: 9 July 2009 6.36 +7 GMT
  11. The CSS, XHTML and design is released under GPL:
  12. http://www.opensource.org/licenses/gpl-license.php
  13. */
  14. /* Social Style
  15. ********************* */
  16. html {
  17. height: 100%;
  18. margin-bottom: 0.1em;
  19. }
  20. * {
  21. padding: 0;
  22. margin: 0;
  23. }
  24. img {
  25. border: 0;
  26. }
  27. p, blockquote, ul, ol, pre, code {
  28. line-height: 1.6em;
  29. margin: 0 0 0.7em;
  30. }
  31. blockquote {
  32. margin-left: 30px;
  33. border-left: 2px solid #ddd;
  34. padding-left: 10px;
  35. }
  36. dl {
  37. margin: 1em 0;
  38. }
  39. dt {
  40. font-weight: bold;
  41. }
  42. dd {
  43. margin: 0.5em;
  44. padding: 0;
  45. }
  46. img.centered {
  47. text-align: center;
  48. }
  49. img.alignright {
  50. float: right;
  51. margin: 0 0 4px 4px;
  52. }
  53. img.alignleft {
  54. float: left;
  55. margin: 0 4px 4px 0;
  56. }
  57. .aligncenter {
  58. display: block;
  59. margin-left: auto;
  60. margin-right: auto;
  61. }
  62. .alignright {
  63. text-align: right;
  64. }
  65. .alignleft {
  66. text-align: left;
  67. }
  68. hr {
  69. display: none;
  70. }
  71. body {
  72. font: 13px Helvetica, arial, verdana, tahoma, sans-serif;
  73. margin: 0;
  74. padding: 0;
  75. text-align: center;
  76. }
  77. a {
  78. text-decoration: none;
  79. }
  80. a:link, a:visited {
  81. color: #C00000;
  82. }
  83. a:hover, a:active {
  84. }
  85. h1, h2, h3, h4, h5, h6 {
  86. /* font-family: Georgia, Verdana, Arial, Serif; */
  87. font-family: Arial, Verdana, Serif;
  88. }
  89. /* Etc
  90. ******************** */
  91. br.clear {
  92. clear: both;
  93. }
  94. /* clearfix */
  95. .clearfix:after {
  96. content: ".";
  97. display: block;
  98. height: 0;
  99. clear: both;
  100. visibility: hidden;
  101. }
  102. .clearfix {
  103. display: inline-block;
  104. }
  105. /* Hides from IE-mac \*/
  106. * html .clearfix {
  107. height: 1%;
  108. }
  109. .clearfix {
  110. display: block;
  111. }
  112. /* Design
  113. ******************** */
  114. #page {
  115. text-align: left;
  116. width: 970px;
  117. margin: 0 auto;
  118. }
  119. #sub-page {
  120. margin-top: 25px;
  121. }
  122. #content-wrap {
  123. float: left;
  124. width: 100%;
  125. }
  126. #content {
  127. margin: 0 470px 0 0;/* margin: 0 280px 0 190px;*/
  128. }
  129. .side1 {
  130. width: 250px;
  131. float: left;
  132. margin-left: -250px;
  133. }
  134. .side2 {
  135. width: 180px;
  136. float: left;
  137. margin-left: -450px;
  138. }
  139. #footer-out {
  140. border-top: 1px solid #ccc;
  141. margin-top: 10px;
  142. background: #fff;
  143. }
  144. #footer {
  145. margin: 10px auto 20px;
  146. padding: 0;
  147. text-align: left;
  148. color: #999;
  149. width: 970px;
  150. font-size: 120%;
  151. position: relative;
  152. }
  153. #footer a {
  154. color: #666;
  155. text-decoration: underline;
  156. }
  157. .thetop {
  158. width: 970px;
  159. text-align: left;
  160. margin: 10px auto 0;
  161. }
  162. /*myHead */
  163. #pager {
  164. height: 10px;
  165. }
  166. #headr {
  167. position: relative;
  168. }
  169. #headr .description {
  170. display: none;
  171. }
  172. #splash {
  173. height: 150px;
  174. position: relative;
  175. background: url(images/splash/tofu.jpg) 0 0 no-repeat;
  176. }
  177. #splash h1 a {
  178. font-size: 120%;
  179. padding: 6px 15px 10px;
  180. letter-spacing: -2pt;
  181. background: transparent url(images/ico/h1-bg.png);
  182. color: #fff;
  183. position: absolute;
  184. top: 0;
  185. left: 20px;
  186. }
  187. #top {
  188. background: #C00000;
  189. }
  190. #navr {
  191. height: 35px;
  192. padding-top: 5px;
  193. position: relative;
  194. margin: 0 auto 10px auto;
  195. text-align: right;
  196. width: 970px;
  197. }
  198. #navr ul {
  199. list-style: none;
  200. padding-top: 5px;
  201. }
  202. #navr ul li {
  203. display: inline;
  204. }
  205. #navr ul li a {
  206. padding: 4px 10px;
  207. color: #fff;
  208. font-size: 110%;
  209. font-weight: bold;
  210. }
  211. #navr ul li a:hover {
  212. background: #7C0000;
  213. color: #fff;
  214. }
  215. #navr ul li.current_page_item a {
  216. background: #FF8F8D;
  217. color: #C00000;
  218. }
  219. .search {
  220. position: relative;
  221. }
  222. .search #s {
  223. width: 170px;
  224. padding: 4px;
  225. border: 1px solid #666;
  226. }
  227. #searchsubmit {
  228. padding: 3px 2px;
  229. background: #C00000;
  230. color: #fff;
  231. right: 0;
  232. position: absolute;
  233. top: 0;
  234. border: 1px solid #FF8F8D;
  235. border-bottom: 1px solid #6C0200;
  236. border-bottom: 1px solid #6C0200;
  237. }
  238. /*myPost */
  239. .post {
  240. margin-bottom: 30px;
  241. }
  242. .timr {
  243. color: #098400;
  244. font-size: 110%;
  245. margin-bottom: 15px;
  246. border-bottom: 1px solid #ccc;
  247. padding-bottom: 10px;
  248. }
  249. .post h2.post-title {
  250. position: relative;
  251. width: 100%;
  252. }
  253. .post h2 {
  254. font-size: 190%;
  255. letter-spacing: -1pt;
  256. margin-bottom: 5px;
  257. }
  258. a.intitle {
  259. padding-right: 45px;
  260. }
  261. .post h2 a {
  262. color: #000;
  263. }
  264. .postmetadata {
  265. color: #999;
  266. }
  267. .postmetadata a {
  268. color: #666;
  269. text-decoration: underline;
  270. }
  271. .post ul, .post ol {
  272. margin-left: 30px;
  273. }
  274. .commr {
  275. position: absolute;
  276. right: 0;
  277. top: 0;
  278. text-align: center;
  279. }
  280. .commr a:link, .commr a:visited {
  281. color: #fff;
  282. background: url(images/ico/commr.gif) 0 0 no-repeat;
  283. height: 37px;
  284. font-weight: normal;
  285. font-size: 90%;
  286. width: 42px;
  287. padding-top: 5px;
  288. display: block;
  289. }
  290. .commr a:hover {
  291. background: url(images/ico/commr.gif) 0 -42px no-repeat;
  292. color: #fff;
  293. }
  294. .linkspage {
  295. }
  296. .thelist h2 {
  297. font-size: 120%;
  298. }
  299. .thelist ul {
  300. list-style: none;
  301. }
  302. .thelist ul ul {
  303. list-style: square;
  304. }
  305. .thelist ul ul li {
  306. margin-left: 30px;
  307. }
  308. .arlist {
  309. margin-bottom: 30px;
  310. }
  311. .arlist h3, #archivebox h3 {
  312. font-size: 140%;
  313. }
  314. .arlist li {
  315. float: left;
  316. width: 120px;
  317. }
  318. .navigation {
  319. margin-bottom: 20px;
  320. min-height: 20px;
  321. }
  322. .navigation a {
  323. color: #098400;
  324. }
  325. .navigation .alignleft {
  326. float: left;
  327. width: 50%;
  328. }
  329. .navigation .alignright {
  330. float: right;
  331. text-align: right;
  332. width: 50%;
  333. }
  334. /* Begin Calendar */
  335. #wp-calendar {
  336. empty-cells: show;
  337. margin: 10px auto 0;
  338. width: 155px;
  339. }
  340. #wp-calendar #next a {
  341. padding-right: 10px;
  342. text-align: right;
  343. }
  344. #wp-calendar #prev a {
  345. padding-left: 10px;
  346. text-align: left;
  347. }
  348. #wp-calendar a {
  349. display: block;
  350. }
  351. #wp-calendar caption {
  352. text-align: center;
  353. width: 100%;
  354. }
  355. #wp-calendar td {
  356. padding: 3px 0;
  357. text-align: center;
  358. }
  359. #wp-calendar td.pad:hover { /* Doesn't work in IE */
  360. background-color: #fff; }
  361. /* End Calendar */
  362. /* Begin Various Tags & Classes */
  363. acronym, abbr, span.caps {
  364. cursor: help;
  365. }
  366. /* Captions */
  367. .aligncenter,
  368. div.aligncenter {
  369. display: block;
  370. margin-left: auto;
  371. margin-right: auto;
  372. }
  373. .wp-caption {
  374. border: 1px solid #999 !important;
  375. text-align: center;
  376. background-color: #f3f3f3;
  377. padding-top: 4px;
  378. margin: 10px;
  379. }
  380. .wp-caption img {
  381. margin: 0;
  382. padding: 0;
  383. border: 0 none;
  384. }
  385. .wp-caption p.wp-caption-text {
  386. font-size: 15px;
  387. line-height: 17px;
  388. padding: 0 4px 5px;
  389. margin: 0;
  390. }
  391. /* End captions */
  392. /* WP */
  393. img.alignright {
  394. display:inline;
  395. margin:0 0 2px 7px;
  396. padding:4px;
  397. }
  398. img.alignleft {
  399. display:inline;
  400. margin:0 7px 2px 0;
  401. padding:4px;
  402. }
  403. .alignright {
  404. float:right;
  405. }
  406. .alignleft {
  407. float:left;
  408. }
  409. .wp-caption {
  410. border:1px solid #ddd;
  411. text-align:center;
  412. background-color:#f3f3f3;
  413. padding-top:4px;
  414. margin:10px;
  415. }
  416. .wp-caption img {
  417. border:0 none;
  418. margin:0;
  419. padding:0;
  420. }
  421. .wp-caption p.wp-caption-text {
  422. font-size:11px;
  423. line-height:17px;
  424. margin:0;
  425. padding:0 4px 5px;
  426. }
  427. img.centered,.aligncenter,div.aligncenter {
  428. display:block;
  429. margin-left:auto;
  430. margin-right:auto;
  431. }
  432. code, pre {
  433. width: 480px;
  434. overflow: auto;
  435. }
  436. /*myday */
  437. .side1 ul, .side2 ul {
  438. list-style: none;
  439. line-height: 20px;
  440. }
  441. .side1 h2, .side1 h3 {
  442. border-bottom: 1px solid #ccc;
  443. font-size: 15px;
  444. margin-bottom: 10px;
  445. }
  446. .side2 h2, .side2 h3 {
  447. font-size: 15px;
  448. margin-bottom: 5px;
  449. color: #fff;
  450. height: 24px;
  451. padding-left: 8px;
  452. padding-top: 2px;
  453. background: url(images/ico/h-side.gif) 0 0 no-repeat;
  454. }
  455. .widget, .boxr, .categories, .linkcat {
  456. margin-bottom: 20px;
  457. }
  458. .caty li {
  459. float: left;
  460. width: 120px;
  461. }
  462. .stats {
  463. background: #efefef;
  464. padding: 2px 2px 2px 10px;
  465. font-size: 90%;
  466. }
  467. .lasties span {
  468. float: left;
  469. width: 45px;
  470. }
  471. .inin {
  472. padding-left: 50px;
  473. }
  474. .side1 a:hover {
  475. background: #C00000;
  476. color: #fff;
  477. }
  478. .side2 a {
  479. color: #098400;
  480. }
  481. .side2 a:hover {
  482. color: #098400;
  483. text-decoration: underline;
  484. }
  485. .side2 .gapy {
  486. background: #ddd url(images/bg/side2-shade.gif) 0 bottom repeat-x;
  487. padding: 10px 10px 100px;
  488. }
  489. /*mycomment */
  490. #respond h3, h3#trackbacks,h3#pings, h3#comments {
  491. margin: 20px 0;
  492. border-bottom: 1px solid #ccc;
  493. padding-bottom: 4px;
  494. }
  495. h3#trackbacks, h3#pings {
  496. position: relative;
  497. }
  498. img.iright {
  499. position: absolute;
  500. right: 0;
  501. top: 5px;
  502. }
  503. .trackbacklist, .commentlist {
  504. list-style: none;
  505. }
  506. .trackbacklist li, .commentlist li {
  507. position: relative;
  508. border-bottom: 1px solid #ddd;
  509. }
  510. .commentlist ul {
  511. list-style: none;
  512. padding-left: 30px;
  513. }
  514. .track {
  515. margin-bottom: 20px;
  516. }
  517. .timer a {
  518. color: #076C00;
  519. }
  520. .numero a {
  521. float: right;
  522. color: #ccc;
  523. font-size: 170%;
  524. }
  525. .commentmetadata {
  526. position: absolute;
  527. bottom: 0px;
  528. left: 100px;
  529. color: #999;
  530. }
  531. .commentmetadata a {
  532. color: #999;
  533. text-decoration: underline;
  534. }
  535. .comment {
  536. padding: 10px 0;
  537. }
  538. .c-entry {
  539. margin-bottom: 20px;
  540. }
  541. .reply {
  542. position: absolute;
  543. bottom: 0;
  544. right: 0;
  545. }
  546. .alt {
  547. margin-bottom: 10px;
  548. }
  549. .leftarea {
  550. float: left;
  551. width: 100px;
  552. }
  553. .rightarea {
  554. margin-left: 100px;
  555. }
  556. .formin textarea {
  557. width: 490px;
  558. padding: 4px;
  559. border: 1px solid #999;
  560. }
  561. .formin textarea:hover,.formin textarea:focus {
  562. border: 1px solid #555;
  563. }
  564. .formin input {
  565. padding: 4px;
  566. border: 1px solid #999;
  567. }
  568. .formin input:hover,.formin input:focus {
  569. border: 1px solid #555;
  570. }
  571. .formin #submit {
  572. background: #098400;
  573. border: 2px solid #098400;
  574. color: #fff;
  575. padding: 4px 10px;
  576. border-right: 2px solid #076C00;
  577. border-bottom: 2px solid #076C00;
  578. }
  579. .formin #submit {
  580. background: #098400;
  581. border: 2px solid #098400;
  582. color: #fff;
  583. padding: 4px 10px;
  584. border-right: 2px solid #076C00;
  585. border-bottom: 2px solid #076C00;
  586. }
  587. .formin #submit:hover,.formin #submit:focus {
  588. background: #222;
  589. border: 2px solid #666;
  590. color: #fff;
  591. padding: 4px 10px;
  592. border-right: 2px solid #000;
  593. border-bottom: 2px solid #000;
  594. }
  595. #footer .right {
  596. position: absolute;
  597. text-align: right;
  598. right: 0;
  599. top: 0;
  600. }
  601. img.wp-smiley {
  602. vertical-align: -25%;
  603. border: none;
  604. }
  605. img#wpstats{width:0px;height:0px;overflow:hidden}
  606. /* Change Log ****
  607. 1.0 : First Public Released
  608. 1.1 : Fix Custom Image Header
  609. 1.2 : Add Trackback / Pingback URL
  610. 1.3 : Fix Comment Problem and Image Smiley
  611. 1.4 : Fix Tag Layout, and Enable Threaded Comment (WordPress 2.7)
  612. 1.5 : Move Hosting Themes Server and fix some issues
  613. 1.6 : Fix Page comment problem and WP Caption
  614. *** */