Advertisement
Guest User

gamingannextechsolutionscomstylecss

a guest
Apr 17th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.93 KB | None | 0 0
  1. /*
  2. Theme Name: Gaming Theme
  3. URI: http://gaming.annextechsolutions.com/
  4. Description: Gaming Theme
  5. Version: 1.0
  6. Author: Someone Special
  7. Author URI: http://www.annextechsolutions.com/
  8. Tags: clean, fixed width, two columns, widgets
  9. Last updated: 02/14/2012
  10. */
  11.  
  12.  
  13. /*
  14. Reset
  15. ------------------------------------------------------------------- */
  16.  
  17. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
  18. table {border-collapse: collapse; border-spacing: 0;}
  19. caption, th, td {text-align: left; font-weight: normal;}
  20. table, td, th {vertical-align: middle;}
  21. blockquote:before, blockquote:after, q:before, q:after {content: "";}
  22. blockquote, q {quotes: "" "";}
  23. a img {border: none;}
  24. :focus {outline: 0;}
  25.  
  26. /* Let's remove that WordPress Stats Smiley Face ! */
  27. img#wpstats {
  28. display: none;
  29. }
  30.  
  31. /*
  32. General
  33. ------------------------------------------------------------------- */
  34.  
  35. html {
  36. height: 100%;
  37. padding-bottom: 1px; /* force scrollbars */
  38. }
  39.  
  40. body {
  41. background: #A9A9A9;
  42. color: #444;
  43. font: normal 75% sans-serif;
  44. line-height: 1.5;
  45. }
  46.  
  47.  
  48. /*
  49. Typography
  50. ------------------------------------------------------------------- */
  51.  
  52. /* Headings */
  53.  
  54. h1,h2,h3,h4,h5,h6 {
  55. color: #444;
  56. font-weight: normal;
  57. line-height: 1;
  58. margin-bottom: 0.3em;
  59. }
  60. h4,h5,h6 {font-weight: bold;}
  61.  
  62. h1 {font-size: 2.6em;}
  63. h2 {font-size: 2em;}
  64. h3 {font-size: 1.5em;}
  65. h4 {font-size: 1.25em;}
  66. h5 {font-size: 1.1em;}
  67. h6 {font-size: 1em;}
  68.  
  69. h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
  70.  
  71.  
  72. /* Text elements */
  73.  
  74. p {margin-bottom: 1em;}
  75.  
  76. a:focus,a:hover {color: red;}
  77. a {
  78. color: blue;
  79. text-decoration: underline;
  80. }
  81.  
  82. abbr, acronym {border-bottom: 1px dotted #666;}
  83. address {margin-bottom: 1.5em;}
  84. blockquote {margin: 1.2em; line-height: 1.4em;}
  85. blockquote span {font-size: 1.4em; color: #000;}
  86. del {color:#666;}
  87. em, dfn, blockquote, address {font-style: italic;}
  88. strong, dfn {font-weight: bold;}
  89. sup, sub {line-height: 0;}
  90. cite {color: #666;}
  91.  
  92. pre {
  93. margin: 1.5em 0;
  94. white-space: pre;
  95. }
  96. pre,code,tt {
  97. font: 1em monospace;
  98. line-height: 1.5;
  99. }
  100.  
  101.  
  102. /* Lists */
  103.  
  104. li ul, li ol {margin-left: 1.5em;}
  105. ul, ol {margin: 0 1.5em 1.5em 1.5em;}
  106.  
  107. ul {list-style-type: disc;}
  108. ol {list-style-type: decimal;}
  109.  
  110. dl {margin: 0 0 1.5em 0;}
  111. dl dt {font-weight: bold;}
  112. dd {margin-left: 1.5em;}
  113.  
  114.  
  115. /* Tables */
  116.  
  117. table {margin-bottom: 1.4em; width: 100%;}
  118. th {font-weight: bold;}
  119. thead th {background: #C3D9FF;}
  120. th,td,caption {padding: 4px 10px 4px 5px;}
  121. tr.even td {background: #F2F6FA;}
  122. tfoot {font-style: italic;}
  123. caption {background: #EEE;}
  124.  
  125. table.data-table {
  126. border: 1px solid #EEE;
  127. margin-bottom: 2em;
  128. width: 100%;
  129. }
  130. table.data-table th {
  131. background: #EEE;
  132. border: 1px solid #DDD;
  133. color: #555;
  134. text-align: left;
  135. }
  136. table.data-table tr {border-bottom: 1px solid #EEE;}
  137. table.data-table td, table th {padding: 8px 10px;}
  138. table.data-table td {
  139. background: #F6F6F6;
  140. border: 1px solid #E6E6E6;
  141. }
  142. table.data-table tr.even td {background: #FCFCFC;}
  143.  
  144.  
  145. /* Misc classes */
  146.  
  147. .small {font-size: 0.9em;}
  148. .smaller {font-size: 0.8em;}
  149. .smallest {font-size: 0.7em;}
  150.  
  151. .large {font-size: 1.1em;}
  152. .larger {font-size: 1.2em;}
  153. .largest {font-size: 1.3em;}
  154.  
  155. .hidden {display: none;}
  156.  
  157. .quiet {color: #666;}
  158. .loud {color: #000;}
  159. .highlight {background: #FF0;}
  160.  
  161. .text-left {text-align: left;}
  162. .text-right {text-align: right;}
  163. .text-center {text-align: center;}
  164.  
  165. .error, .notice, .success {
  166. border: 1px solid #DDD;
  167. margin-bottom: 1em;
  168. padding: 0.6em 0.8em;
  169. }
  170.  
  171. .error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
  172. .error a {color: #8A1F11;}
  173.  
  174. .notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
  175. .notice a {color: #514721;}
  176.  
  177. .success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
  178. .success a {color: #264409;}
  179.  
  180. div.more {padding-top: 6px;}
  181. .more a, a.more {color: #666;}
  182. .more a:hover, a.more:hover {color: red;}
  183.  
  184.  
  185. /*
  186. Forms
  187. ------------------------------------------------------------------- */
  188.  
  189. label {font-weight: bold; cursor: pointer;}
  190. fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
  191. legend {font-weight: bold; font-size: 1.2em;}
  192. textarea {overflow: auto;}
  193. input.text, textarea, select {
  194. background: #FCFCFC;
  195. border: 1px inset #AAA;
  196. margin: 0.5em 0;
  197. padding: 4px 5px;
  198. }
  199. input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}
  200.  
  201. input.button {
  202. background: #DDD;
  203. border: 1px outset #AAA;
  204. padding: 4px 5px;
  205. }
  206. input.button:active {border-style: inset;}
  207.  
  208. .form-error {border-color: #F00;}
  209.  
  210.  
  211. /*
  212. Alignment
  213. ------------------------------------------------------------------- */
  214.  
  215. /* General */
  216.  
  217. .center,.aligncenter {
  218. display: block;
  219. margin-left: auto;
  220. margin-right: auto;
  221. }
  222.  
  223.  
  224. /* Images */
  225.  
  226. img.bordered,img.alignleft,img.alignright,img.aligncenter {
  227. background-color: #FFF;
  228. border: 1px solid #DDD;
  229. padding: 3px;
  230. }
  231. img.alignleft, img.left {margin: 0 1.5em 1em 0;}
  232. img.alignright, img.right {margin: 0 0 1em 1.5em;}
  233.  
  234.  
  235. /* Floats */
  236.  
  237. .left,.alignleft {float: left;}
  238. .right,.alignright {float: right;}
  239.  
  240. .clear,.clearer {clear: both;}
  241. .clearer {
  242. display: block;
  243. font-size: 0;
  244. line-height: 0;
  245. }
  246.  
  247.  
  248. /* Columns */
  249.  
  250. .col2 {width: 47%;}
  251.  
  252.  
  253.  
  254. /*
  255. Separators
  256. ------------------------------------------------------------------- */
  257.  
  258. .content-separator, .archive-separator {
  259. background: #EEE;
  260. clear: both;
  261. color: #FFE;
  262. display: block;
  263. font-size: 0;
  264. height: 1px;
  265. line-height: 0;
  266. margin: 12px 0 24px;
  267. }
  268. .archive-separator {margin: 0 0 14px;}
  269.  
  270. .separator-vertical {background: url('img/separator-vertical.gif') repeat-y center top;}
  271.  
  272.  
  273. /*
  274. Posts
  275. ------------------------------------------------------------------- */
  276.  
  277. .post {margin-bottom: 24px;}
  278.  
  279. .post a {text-decoration: none;}
  280. .post a:hover, .post-body a {text-decoration: underline;}
  281.  
  282. .post-title {border-bottom: 1px solid #E5E5E5;}
  283.  
  284. .post-date {
  285. color: #777;
  286. font-size: 0.9em;
  287. padding: 8px 0 0;
  288. }
  289. .post-date a {color: #444;}
  290.  
  291. .post-body {padding-top: 12px;}
  292.  
  293. .post-meta {
  294. background: #FCFCFC;
  295. border: 1px solid #ECECEC;
  296. color: #777;
  297. font-size: 0.9em;
  298. padding: 6px 10px;
  299. }
  300. .post-meta a {color: blue; }
  301. .post-meta a:hover {color: red;}
  302.  
  303.  
  304. /* Sidebar list */
  305. ul.nice-list, .widget ul {
  306. border-top: 1px solid #F0F0F0;
  307. margin-left: 0;
  308. margin-right: 0;
  309. }
  310. ul.nice-list li, .widget li {
  311. border-bottom: 1px solid #F0F0F0;
  312. list-style: none;
  313. padding: 6px 5px;
  314. }
  315. ul.nice-list li a, .widget li a {text-decoration: none;}
  316. ul.nice-list li a:hover, .widget li a:hover {text-decoration: underline;}
  317. ul.nice-list span, .widget li span {color: #666;}
  318.  
  319. #sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}
  320.  
  321.  
  322. /* Archives */
  323. .archive-pagination {margin-bottom: 1.6em;}
  324. .archive-pagination a {text-decoration: none;}
  325. .archive-pagination a:hover {text-decoration: underline;}
  326. .archive-post {margin-bottom: 14px;}
  327. .archive-post-date {
  328. background: #F5F5F5;
  329. border-bottom: 1px solid #C5C5C5;
  330. border-right: 1px solid #CFCFCF;
  331. float: left;
  332. margin-right: 12px;
  333. padding: 2px 0 5px;
  334. text-align: center;
  335. width: 46px;
  336. }
  337. .archive-post .post-date {
  338. border: none;
  339. padding: 0;
  340. }
  341. .archive-post-day {font: normal 1.6em Georgia,serif;}
  342. .archive-post .post-date,.archive-post-title {padding-top: 3px;}
  343.  
  344.  
  345. /*
  346. Thumbnails
  347. ------------------------------------------------------------------- */
  348.  
  349. .thumbnails {margin: 0 0 1em -8px;}
  350. .thumbnails a.thumb {
  351. background: #DAD6D0;
  352. display: block;
  353. float: left;
  354. margin: 0 0 8px 8px;
  355. padding: 1px;
  356. }
  357. .thumbnails a.thumb:hover {background: #AAA;}
  358. .thumbnails .thumb img {display: block;}
  359.  
  360.  
  361. /*
  362. Box
  363. ------------------------------------------------------------------- */
  364.  
  365. .box {
  366. background: url('img/box.gif') no-repeat left top;
  367. border-bottom: 1px solid #DFDFDA;
  368. border-top: 1px solid #FFF;
  369. padding: 16px 20px 0;
  370. }
  371. .box a {color: blue;}
  372. .box a:hover {color: red;}
  373. .box-title {
  374. color: #665;
  375. font: normal 1.6em sans-serif;
  376. }
  377. .box-content {padding: 8px 0;}
  378.  
  379.  
  380.  
  381. /*
  382. Comments
  383. ------------------------------------------------------------------- */
  384.  
  385. div.comment-list {
  386. border-top: 1px solid #EEE;
  387. margin: 1em 0 2em;
  388. }
  389.  
  390. .comment {
  391. border-bottom: 1px solid #EEE;
  392. padding: 10px 8px 0;
  393. }
  394. .comment-date {font-size: 0.9em;}
  395. .comment-date a {
  396. color: #567;
  397. text-decoration: none;
  398. }
  399. .comment-date a:hover {
  400. color: red;
  401. text-decoration: underline;
  402. }
  403. .comment-body {padding-top: 4px;}
  404.  
  405. .comment-gravatar {width: 48px;}
  406. .comment-gravatar img {
  407. background: #FFF;
  408. border: 1px solid #DDD;
  409. padding: 2px;
  410. }
  411.  
  412.  
  413. /*
  414. Layout
  415. ------------------------------------------------------------------- */
  416.  
  417. /* Common */
  418. .center-wrapper {
  419. width: 961px;
  420. margin: 0 auto;
  421. }
  422.  
  423. /* Header */
  424.  
  425. #header-wrapper {background: #2F2F2F url('img/header.jpg') repeat-x left top;}
  426. #header-wrapper-2 {background: url('img/header-wrapper-2.gif') repeat-x center top;}
  427. #header {
  428. background: #333 url('img/header.jpg') repeat-x left top;
  429. padding: 32px 32px 0 46px;
  430. }
  431.  
  432. #help-wrapper {
  433. background: url('img/help.gif') no-repeat left top;
  434. height: 39px;
  435. margin: -8px 0 0 auto;
  436. width: 290px;
  437. }
  438. #help {
  439. color: #666;
  440. font-size: 1.2em;
  441. padding: 10px 28px 0 32px;
  442. }
  443. #help a {
  444. color: #999;
  445. text-decoration: none;
  446. }
  447. #help a:hover {color: red;}
  448.  
  449. #help span.text-separator {
  450. color: #444;
  451. padding: 0 7px;
  452. }
  453.  
  454. #logo {color: #FFF;}
  455. #site-title a {text-decoration: none;}
  456. #site-title, #site-title a {color: #FFF;}
  457. #site-title span, #site-title a span {color: #DDD;}
  458. #site-slogan {
  459. color: #B58361;
  460. font-size: 1.3em;
  461. }
  462.  
  463.  
  464. /* Navigation */
  465.  
  466. ul.tabbed {
  467. display: inline;
  468. margin: 0;
  469. padding: 0;
  470. }
  471. ul.tabbed li {
  472. float: left;
  473. list-style: none;
  474. }
  475. ul.tabbed a {text-decoration: none;}
  476.  
  477. #navigation-wrapper {background: url('img/navigation.jpg') repeat-x left top;}
  478. #navigation-wrapper-2 {background: url('img/navigation-wrapper-2.gif') no-repeat center top;}
  479. #navigation {
  480. background: url('img/navigation.jpg') repeat-x left top;
  481. min-height: 46px;
  482. padding: 0 8px;
  483. }
  484.  
  485. #navigation a {
  486. color: #EAE6DD;
  487. display: block;
  488. font-weight: bold;
  489. font-size: 1.3em;
  490. padding: 12px 12px 11px;
  491. }
  492. #navigation a:hover {color: #333333;}
  493. #navigation li.current_page_item a, #navigation li.current_page_parent a {color: #FFE;}
  494. #navigation li.current_page_item a {background: url('img/navigation-arrow-2.jpg') no-repeat center bottom;}
  495. #navigation li.current_page_parent a {background: url('img/navigation-arrow.jpg') no-repeat center bottom;}
  496.  
  497.  
  498. /* Subnav */
  499.  
  500. #subnav-wrapper {background: #E9E9E9 url('img/subnav-wrapper.gif') repeat-x left bottom;}
  501. #subnav-wrapper-2 {background: url('img/subnav-wrapper-2.gif') no-repeat center bottom;}
  502. #subnav {padding: 0 8px;}
  503.  
  504. #subnav a {
  505. color: #666;
  506. display: block;
  507. font: bold 1.1em sans-serif;
  508. padding: 12px 12px;
  509. }
  510. #subnav a:hover {color: red;}
  511. #subnav li.current_page_item a {color: #333;}
  512.  
  513.  
  514. /* Content */
  515.  
  516. .content {font-size: 1.1em;}
  517. #content-wrapper {background: #F6F6F6 url('img/content-wrapper.gif') repeat-y center top;}
  518. .content#content-two-columns {background: url('img/content-two-columns.gif') repeat-y left top;}
  519.  
  520.  
  521. /* Main */
  522.  
  523. #main-wrapper {
  524. float: right;
  525. width: 698px;
  526. }
  527. #main {padding: 24px;}
  528.  
  529. #main .text-separator, #featured .text-separator {
  530. color: #AAA;
  531. padding: 0 5px;
  532. }
  533.  
  534.  
  535. /* Sidebar */
  536.  
  537. #sidebar-wrapper {
  538. float: left;
  539. width: 260px;
  540. }
  541.  
  542.  
  543. /* Footer */
  544.  
  545. #footer-wrapper {
  546. background: url('img/footer-wrapper.gif') no-repeat center bottom;
  547. border-top: 1px solid #999;
  548. padding-bottom: 20px;
  549. }
  550. #footer {
  551. background: #808080;
  552. font-size: 1.1em;
  553. padding: 12px 16px;
  554. }
  555. #footer a {
  556. color: #DDD;
  557. text-decoration: none;
  558. }
  559. #footer a:hover {color: red;}
  560. #footer span.text-separator {
  561. color: #999;
  562. padding: 0 3px;
  563. }
  564. #footer .tabbed li {margin-right: 14px;}
  565.  
  566. /* Bottom */
  567.  
  568. #bottom {
  569. color: #666;
  570. padding: 0 6px 12px;
  571. margin-top: -6px;
  572. }
  573. #bottom a {
  574. color: #555;
  575. text-decoration: none;
  576. }
  577. #bottom a:hover, #bottom .right a:hover {color: red;}
  578. #bottom span.text-separator {
  579. color: #888;
  580. padding: 0 3px;
  581. }
  582. #bottom .right, #bottom .right a {color: #777;}
  583.  
  584.  
  585. /* Featured Box */
  586. #featured-wrapper {
  587. background: url('img/gradient-light.gif') repeat-x left bottom;
  588. border-bottom: 1px solid #E0E0E0;
  589. padding-bottom: 22px;
  590. }
  591. #featured {padding: 42px 124px 12px 48px;}
  592.  
  593. #featured h2 {
  594. font: normal 3em sans-serif;
  595. margin: 0;
  596. }
  597. #featured h2 span {color: #43B16C;}
  598.  
  599.  
  600. /*
  601. Captions
  602. ------------------------------------------------------------------- */
  603.  
  604. .wp-caption {
  605. border: 1px solid #ddd;
  606. text-align: center;
  607. background-color: #f3f3f3;
  608. padding-top: 4px;
  609. margin: 10px;
  610. }
  611.  
  612. .wp-caption img {
  613. margin: 0;
  614. padding: 0;
  615. border: 0 none;
  616. }
  617.  
  618. .wp-caption p.wp-caption-text {
  619. font-size: 11px;
  620. line-height: 17px;
  621. padding: 0 4px 5px;
  622. margin: 0;
  623. }
  624.  
  625.  
  626. /*
  627. Misc overriding classes
  628. ------------------------------------------------------------------- */
  629.  
  630. /* Border */
  631.  
  632. .noborder {border: 0;}
  633. .notborder {border-top: 0;}
  634. .norborder {border-right: 0;}
  635. .nobborder {border-bottom: 0;}
  636. .nolborder {border-left: 0;}
  637.  
  638. /* Margin */
  639.  
  640. .nomargin {margin: 0;}
  641. .notmargin {margin-top: 0;}
  642. .normargin {margin-right: 0;}
  643. .nobmargin {margin-bottom: 0;}
  644. .nolmargin {margin-left: 0;}
  645.  
  646. /* Padding */
  647.  
  648. .nopadding {padding: 0;}
  649. .notpadding {padding-top: 0;}
  650. .norpadding {padding-right: 0;}
  651. .nobpadding {padding-bottom: 0;}
  652. .nolpadding {padding-left: 0;}
  653.  
  654. /* Single Line IE Fixes */
  655. * html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement