Advertisement
Guest User

style.css

a guest
Sep 28th, 2011
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.91 KB | None | 0 0
  1. /*
  2. Theme Name: Gfxmedia
  3. Theme URI: http://themeforest.net/
  4. Description: Designed by <a href="http://themeforest.net/user/system32">system32</a>.
  5. Version: 1.1
  6. Author: <a href="http://themeforest.net/user/system32">system32</a>
  7. Author URI: http://themeforest.net/user/system32
  8. Tags: space, fixed width, two columns, widgets
  9. */
  10.  
  11. /*
  12.  
  13. CSS TABLE OF CONTENTS
  14.  
  15.     1.  General Typography
  16.     2.  Image Alignments
  17.     3.  Headings
  18.     4.  Top Menu
  19.     5.  Header Sociables
  20.     6.  Sidebar
  21.     7.  Search Box
  22.     8.  Contact Form
  23.     9.  Alert Boxes
  24.     10. Portfolio Hoverables
  25.     11. Blog Posts
  26.     12. Frontpage Blog Entries
  27.     13. WP Calendar
  28.     14. WP Recent Comments
  29.     15. WP Default Typography
  30.     16. WP Attachment
  31.     17. WP Gallery
  32.     18. WP Pagination
  33.    
  34. */
  35.  
  36. /* --- 1.General
  37. ________________________________________*/ 
  38.  
  39. body                { min-width:100%; width:100%; font:normal 12px/21px "Lucida Sans Unicode","Trebuchet MS", Arial, Helvetica, sans-serif; }
  40.  
  41. * html              { margin:0; padding:0;}
  42.  
  43. em                  { font:italic bold 14px Georgia, "Times New Roman", Times, serif; }            
  44.  
  45. a                   { text-decoration:none;}
  46. a:hover             { text-decoration:none;}
  47.  
  48.  
  49. .alignleft          { float:left; margin:5px 15px 15px 0;}
  50. .alignright         { float:right; margin:0px 15px 15px 15px;   }
  51. .aligncenter        { clear:both; display:block; margin:10px auto; padding:10px 0;  }  
  52.  
  53. .clear              { clear:both; }
  54.  
  55. img                 { border:0; }
  56.  
  57. p                   { margin:0px 0px 20px 0; }
  58.  
  59. .logo a img         { margin:30px 0px 0 10px; text-indent:-9999px; display:block; }
  60.  
  61. .grid_8 .content    { margin-left:0;}
  62.  
  63. .image-holder       { width:960px; height:350px; background:#fff url(images/loading.gif) 50% 50% no-repeat; }
  64.  
  65. a.more-link         { margin:10px 0; display:block;}
  66.  
  67.  
  68. /* --- 2.Image alignment styles
  69. ________________________________________*/
  70.  
  71. img.alignright, a img.alignright { float:right; margin: 0 0 1em 1em}
  72. img.alignleft, a img.alignleft { float:left; margin:0 1em 1em 0}
  73. img.aligncenter, a img.aligncenter { display: block; margin: 1em auto; }
  74.  
  75.  
  76. /* --- 3.Headings
  77. ________________________________________*/
  78.  
  79. h1          { font: normal 26px/28px Arial, Helvetica, sans-serif; padding:0; margin:0 0 15px 0; }
  80.    
  81. h2          { font: normal 22px/24px Arial, Helvetica, sans-serif; padding:0; margin:0 0 15px 0; }
  82.    
  83. h3          { font: normal 18px/20px Arial, Helvetica, sans-serif; padding:0; margin:0 0 15px 0; }
  84.    
  85. h4          { font: normal 18px/18px Arial, Helvetica, sans-serif; padding:0; margin:0 0 15px 0; }
  86.    
  87. h5          { font: normal 16px/20px Arial, Helvetica, sans-serif; padding:0; margin:0 0 10px 0; }
  88.    
  89. h6          { font: normal 12px/14px Arial, Helvetica, sans-serif; padding:0; margin:0 0 5px 0;  }
  90.    
  91. h1, h2, h3, h4, h5, h6  { font-family:Arial, Helvetica, sans-serif; color:#000; font-weight:bold;}
  92.  
  93. /* --- 4.Top Menu
  94. ________________________________________*/
  95.  
  96. #menu           { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
  97.  
  98. /* --- 5.Header Sociables
  99. ________________________________________*/
  100.  
  101. .social ul      { margin: 0; padding: 0; float:right; }
  102. .social li      { margin-right:8px; padding:4px 0px 0px 0; list-style: none; display: inline; float: left; vertical-align:middle }
  103.  
  104. /* --- 6.Sidebar
  105. ________________________________________*/
  106.  
  107. #sidebar                { background: #242424; 260px 0 repeat-y;  padding-right:30px; }
  108. #sidebar li a           { padding-left:0;}
  109.  
  110. .sub_nav                { margin-bottom:30px; }
  111. .sub_nav h2             { margin-bottom:5px; }
  112.  
  113. /* --- 7.Search Box
  114. ________________________________________*/
  115.  
  116. .search-box             { height: 40px; padding: 25px 0 0 0px; width: auto; margin:0px 20px 10px 0px; }
  117.  
  118. * html .search-box      { margin-top: 10px; }
  119. *:first-child+html .search-box { margin-top: 10px; !important; }
  120.  
  121. input.search-field      { background:#f0f0f0; border:1px inset #fff; width:80%; height:20px; float:left; margin:0px; padding: 2px 0px 0px 8px; }
  122. input.search-go         { float:left; height:24px; width:24px; border:0; margin-left:5px; padding:0; background:url(images/search-on.gif) no-repeat 0 0; cursor: pointer; }
  123.  
  124. input.search-go:hover   { background:url(images/search-hover.gif) no-repeat bottom left; }
  125.  
  126.  
  127. /* --- 8.Contact Form
  128. ________________________________________*/
  129.  
  130. #contactform                        { width:500px; -moz-border-radius:5px; margin-left:auto; margin-right:auto; }
  131. #contactform form                   { font:normal 11px/18px Verdana,Tahoma; margin:0 0; padding:0; margin-top:20px; width:100%; }
  132. #contactform fieldset               { padding:10px 0; margin:0 0 15px 0; background:#fff; border:1px solid #ddd; }
  133. #contactform fieldset legend        { font:normal bold 18px/26px "Trebuchet MS"; padding:3px 25px; margin-left:30px; text-transform:uppercase; border:0px solid #ddd; }
  134. #contactform fieldset legend span   { font:normal 10px/18px Arial,Verdana,Tahoma; text-transform:uppercase; display:block; }
  135. #contactform form label             { display:block; float:left; width:150px; padding:6px 10px 0 0; margin:0px; text-align:right; }
  136. #contactform input.inpt,
  137. #contactform textarea,
  138. #contactform select                 { width:260px; font:normal 11px/18px Verdana,Tahoma; padding:5px; margin:5px 0 5px 0; background:#f5f5f5; border:1px solid #ddd;}
  139.  
  140. #contactform form br                { clear:left; }
  141. #contactform input.required         { background:#f5f5f5 url('images/required.gif') center right no-repeat; }
  142. #contactform .select select:focus   { border-color: #9b9b9b;}
  143. #contactform form input.btn         { background:none; border:none;     }
  144.  
  145. #contactform form.c1 input:hover,
  146. #contactform textarea:hover         { border:1px solid #d8d8d8; }
  147.  
  148. #note                               { width:90%; margin:0 auto; }
  149.  
  150.  
  151. /* --- 9.Alert Boxes
  152. ________________________________________*/
  153.  
  154. .notes      { background:#f0f0f0; border:1px solid #b8b8b8; }
  155. .success    { background:#ccfcd1; border:1px solid #60a400; }
  156. .error      { background:#f9e3e3; border:1px solid #e79e9e; }
  157. .notice     { background:#fcf0cc; border:1px solid #ecc735; }
  158.  
  159. .notes,
  160. .notice,
  161. .success,
  162. .error      { padding:10px; font-size:10px; color:#000; }
  163.  
  164. .notes span,
  165. .notice span,
  166. .success span,
  167. .error span { font-weight:bold; font-size:1.2em; }
  168.  
  169. .notes p,
  170. .success p,
  171. .error p,
  172. .notice p   { margin:0px; padding:0px; }
  173.  
  174. /* --- 10.Portfolio Hoverables
  175. ________________________________________*/
  176.  
  177. .hover_video    { position: absolute; background:transparent url(images/video.png) no-repeat center center;}
  178. .hover_image    { position: absolute; background:transparent url(images/image.png) no-repeat center center;}
  179.  
  180. div.pic a img,
  181. div.pic a:hover img     { position:relative; z-index:2;}
  182.  
  183.  
  184. /* --- 11.Blog Posts
  185. ________________________________________*/
  186.  
  187. .postimg        { margin-bottom:10px;}
  188.  
  189. .excerpt ol,
  190. .excerpt ul  { margin:10px 0 20px 20px; }
  191.  
  192. .excerpt ol li,
  193. .excerpt ul li  { list-style-position:outside; }
  194.  
  195. .excerpt ol li  { list-style-type:decimal; }
  196. .excerpt ul li  { list-style-type:circle; }
  197.  
  198.  
  199. .porttext h4    { margin-bottom:0 !important;}
  200. .porttext p     { line-height:18px;}
  201.  
  202. .colortheme     { position:absolute; width:100%; color:#000; font-size:9px; color:#ccc; text-decoration: blink; text-align:center;}
  203.  
  204. /* --- 12.Frontpage Blog Entries
  205. ________________________________________*/
  206.  
  207. ul.popular_lists                            { margin-bottom:3px;margin-top:5px;}
  208. ul.popular_lists li                         { padding:0px; margin-bottom:10px; clear:both; overflow:hidden; height:100%; color:#fff; }
  209. ul.popular_lists li img                     { border:1px solid #fff; background:#ccc; padding:2px;}
  210. ul.popular_lists li .title                  { font-size:12px; font-weight:bold; padding-bottom:10px; margin:0;}
  211. ul.popular_lists li .title a                {  }
  212. ul.popular_lists li .title a:hover          { text-decoration:none;}
  213. ul.popular_lists li .desc                   { padding:0px; margin:0; color:#fff;}
  214.  
  215. /* --- 13.WP Calendar
  216. ________________________________________*/
  217.  
  218. #wp-calendar                                    { width:100%; }
  219. #wp-calendar caption                                { font-size:15px; }
  220. #wp-calendar td,
  221. #wp-calendar th                                 { padding:6px;  text-align:center;}
  222.  
  223. /* --- 14.WP Recent Comments
  224. ________________________________________*/
  225.  
  226. ul#recentcomments li { border-bottom:1px solid #ddd;padding:6px 0;}
  227. ul#recentcomments li a { display:inline; border-bottom:none;    }
  228.  
  229.  
  230. /* ---  15. WP Default Typography
  231. ________________________________________*/
  232.  
  233.  
  234. blockquote                  { quotes: none; }
  235. blockquote:before,
  236. blockquote:after            { content: ''; content: none; }
  237. blockquote                  { font-style: italic; padding: 0 3em; }
  238. blockquote cite,
  239. blockquote em,
  240. blockquote i                { font-style: normal;}
  241.  
  242. .entry blockquote.left      { float: left; margin-left: 0; margin-right: 24px; text-align: right; width: 33%;}
  243. .entry blockquote.right     { float: right; margin-left: 24px; margin-right: 0; text-align: left; width: 33%;}
  244.  
  245. .content table              { border: 1px solid #e7e7e7; text-align: left; margin: 0 -1px 24px 0; width: 100%; }
  246. .content tr th,
  247. .content thead th           { color: #888; font-size: 12px; font-weight: bold; line-height: 18px; padding: 9px 24px; }
  248. .content tr td              { border-top: 1px solid #e7e7e7; padding: 6px 24px;}
  249. .content tr.odd td          { background: #F2F7FC;}
  250.  
  251.  
  252. dl                          { margin:0 0 24px 0;}
  253. dt                          { font-weight: bold;}
  254. dd                          { margin-bottom: 18px;}
  255.  
  256. hr                          { background-color: #E7E7E7; border:0; height: 1px; margin-bottom: 18px; clear:both;}
  257.  
  258. pre                         { font-family: "Courier 10 Pitch", Courier, monospace;}
  259. code                        { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
  260. strong                      { font-weight: bold;}
  261. cite, em, i                 { font-style: italic;}
  262. big                         { font-size: 131.25%;}
  263. ins                         { background: #FFFFCC;}
  264.  
  265. pre                         { background: #f7f7f7; color: #222; line-height: 18px; margin-bottom: 18px; padding: 1.5em;}
  266. abbr,
  267. acronym                     { border-bottom: 1px dotted #666; cursor: help;}
  268. ins                         { text-decoration: none;}
  269. sup,
  270. sub                         { height: 0; line-height: 1; vertical-align: baseline; position: relative;}
  271. sup                         { bottom: 1ex;}
  272. sub                         { top: .5ex;}
  273.  
  274. del                         { text-decoration: line-through;}
  275.  
  276. /* tables still need 'cellspacing="0"' in the markup */
  277. table                       { border-collapse: collapse; border-spacing: 0; }
  278.  
  279. /* ---  16.WP Attachment
  280. -------------------------------------------------------------- */
  281.  
  282. .entry-content .attachment img                      { margin-bottom: 0;}
  283. .attachment .entry-content .entry-caption           { font-size: 140%; margin-top: 24px;}
  284. .attachment .entry-content .nav-previous a:before   { content: '\2190\00a0';}
  285. .attachment .entry-content .nav-next a:after        { content: '\00a0\2192';}
  286.  
  287.  
  288. /* ---  17.WP Gallery
  289. ________________________________________*/
  290.  
  291. .entry-content img          { margin: 0 0 24px 0; max-width: 640px;}
  292.  
  293. .content .wp-caption                    { background: #f1f1f1; color: #888; font-size: 12px; line-height: 18px; text-align: center; margin-bottom: 20px; padding: 4px;}
  294. .content .wp-caption img                { margin: 5px; }
  295. .content .wp-caption p.wp-caption-text  { margin: 0 0 4px;}
  296. .content .wp-smiley                     { margin:0; }
  297.  
  298. .content .gallery                       { margin: auto;}
  299. .content .gallery .gallery-item         { float: left; margin-top: 10px; text-align: center; width: 33%;}
  300. .content .gallery img                   { border: 2px solid #cfcfcf;}
  301. .content .gallery .gallery-caption      { margin-left: 0;}
  302. .content .gallery dl                    { margin: 0;}
  303. .content .gallery img                   { border: 10px solid #f1f1f1;}
  304. .content .gallery-caption               { color: #888; font-size: 12px; margin:-24px 0 24px 0;}
  305. .content .gallery br+br                 { display: none;}
  306.  
  307.  
  308. /* ---  18.WP Pagination
  309. ________________________________________*/
  310.  
  311. .pagination                             { clear:both; margin-top:30px; height:50px; margin-left:20px; width:100%; border-top:1px solid #ddd; padding-top:15px;}
  312. .pagination a,
  313. .pagination a:link,
  314. .pagination a:visited,
  315. .pagination a:active,
  316. .pagination span.current,
  317. .pagination span.pages,
  318. .pagination span.extend                 { font-size:11px; padding: 10px;  margin: 1px; color:#444; border: 1px solid #c8c8c8; background: #FFFFFF;
  319.                                                     -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px;}
  320.  
  321. .pagination span.pages                  { border:0; text-transform:uppercase }
  322. .pagination a:hover                     { border: 1px solid #000; background: #fff; }
  323.  
  324. .pagination span.current                { padding: 10px; margin: 1px; font-weight: bold; color:#777; border: 1px solid #000;}
  325.  
  326.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement