Advertisement
CWSmith1701

Darkscribes Omega Global.css

Feb 8th, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 39.21 KB | None | 0 0
  1. /* Global.css for Darkscribes */
  2. /* HTML Elements */
  3. body {
  4.     -moz-background-clip:border;
  5.     -moz-background-inline-policy:continuous;
  6.     -moz-background-origin:padding;
  7.     -x-system-font:none;
  8. background: #222222;
  9. background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
  10. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
  11. background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
  12. background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
  13. background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
  14. background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
  15. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
  16.     color:#FFFFFF;
  17.     font-family:verdana,arial,helvetica,sans-serif;
  18.     font-size:76%;
  19.     font-size-adjust:none;
  20.     font-stretch:normal;
  21.     font-style:normal;
  22.     font-variant:normal;
  23.     font-weight:normal;
  24.     line-height:1.5em;
  25.     margin:2em 0;
  26.     padding:0;
  27. }
  28.  
  29. a,
  30. a:link,
  31. a:visited {
  32.   color:#CCCCCC;
  33.   text-decoration: none;
  34. }
  35.  
  36. a:focus,
  37. a:hover,
  38. a:active {
  39.   color: #fff;
  40. }
  41.  
  42. p, address, pre, table {
  43.     margin-left: 0.1in;
  44.     margin-right: 0.1in;
  45.     margin-bottom: 1.846em;
  46.  
  47. }
  48.  
  49. ul, ol {
  50.   margin: 1em 1em 0 1em;
  51. }
  52.  
  53. article.node ul, article.node ul ol {
  54.   margin: 0 0 1.846em 60px;
  55. }
  56.  
  57. ul.links {
  58.     float: left;
  59.     margin-left: 0;
  60.     display: block;
  61. }
  62.  
  63. .node-links ul li a,
  64. .comment-links ul li a {
  65.   text-transform: lowercase;
  66.   text-decoration: none;
  67.   -moz-background-clip: padding;
  68.   -webkit-background-clip: padding;
  69.   background-clip: padding-box;
  70.   margin: 0;
  71.   vertical-align: middle;
  72.   -webkit-appearance: none;
  73.   -moz-border-radius: 11px;
  74.   -webkit-border-radius: 11px;
  75.   border-radius: 11px;
  76.   background: #ddd url(../images/button.png) repeat-x;
  77.   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  78.   background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  79.   border: 1px solid;
  80.   border-color: #ddd #bbb #999;
  81.   cursor: pointer;
  82.   color: #333;
  83.   font: bold 12px/1.2 Arial, sans-serif;
  84.   outline: 0;
  85.   overflow: visible;
  86.   padding: 4px 10px 3px;
  87.   text-shadow: #fff 0 1px 1px;
  88.   width: auto;
  89.  
  90.   /* IE7 */
  91.   *padding-top: 2px;
  92.   *padding-bottom: 0px;
  93. }
  94.  
  95. .node-links ul li a:hover,
  96. .comment-links ul li a:hover {
  97.   background: #FFF;
  98. }
  99.  
  100. .node-links .inline li,
  101. .comment-links .inline li{
  102.     margin-right:0.2em;
  103. }
  104.  
  105. pre,
  106. div.code {
  107.   border-left: 5px solid #17a1c8;
  108.   background: #151E25;
  109.   color: #fff;
  110.   padding: 0.2em 10px;
  111. }
  112.  
  113. div.highlight {
  114.   background: #484848;
  115.   color: #fff;
  116. }
  117.  
  118. #node-page-11 {
  119.   background: url(../images/grid.gif) 0 0 repeat;
  120.   color: #000;
  121. }
  122.  
  123. #node-page-11 .content {
  124.   padding: 6px 35px 0 40px;
  125. }
  126.  
  127. .node-teaser {
  128.     padding-top: 5px;
  129.     border-bottom: 1px solid #555555;
  130. }
  131.  
  132. .typo-label {
  133.   font-size:1.4em;    /* 18px */
  134.   margin-bottom:1.333em;    /* 24px */
  135.   line-height:1.333;  
  136.   padding: 0px 10px;
  137.   border: 0px solid #17a1c8;
  138. }
  139.  
  140. /* Heading settings */
  141. h1 {
  142.    font-family: Marvel;
  143.     line-height: 1em;
  144.     padding: 0px;
  145.    }
  146. h2 {
  147.     -x-system-font:none;
  148.     color:#FFFFFF;
  149.     font-family: Marvel;
  150.     font-size:1.2em;
  151.     font-size-adjust:none;
  152.     font-stretch:normal;
  153.     font-style:normal;
  154.     font-variant:normal;
  155.     font-weight:bold;
  156.     line-height:normal;
  157.     margin:0;
  158.     padding:0;
  159.     }
  160.  
  161. h3, h4, h5, h6 {
  162.     -x-system-font:none;
  163.     color:#FFFFFF;
  164.     font-family: Marvel;
  165.     font-size:1em;
  166.     font-size-adjust:none;
  167.     font-stretch:normal;
  168.     font-style:normal;
  169.     font-variant:normal;
  170.     font-weight:bold;
  171.     line-height:normal;
  172.     margin:0;
  173.     padding:0;
  174.       }
  175.  
  176. h2.node-title, /* Title of a piece of content when it is given in a list of content */
  177. h2.block-title, /* Block title */
  178. h2.title, /* Comment section heading */
  179. h2.comment-form, /* Comment form heading */
  180. h3.title /* Comment title */ {
  181.   margin: 0px;
  182.   font-family: Marvel;
  183.   font-size: 22px;
  184.   color: 898989;
  185. }
  186.  
  187. h2.block-title {
  188.   background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  189.   background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  190.   background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  191.   background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  192.   background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  193.   background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
  194.   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  195.   color:#898989;
  196.   padding-bottom: 0px;
  197.   margin-bottom:0.5em;
  198.   border-bottom: 1px solid #324A5D;
  199. }
  200.  
  201. article,
  202. aside,
  203. figure,
  204. footer,
  205. header,
  206. hgroup,
  207. section {
  208.     border: 0 none;
  209.     font: inherit;
  210.     margin: 5px;
  211.     outline: 0 none;
  212.     padding: 0;
  213.     vertical-align: baseline;
  214.     margin-bottom: 20px;
  215. }
  216.  
  217. /* Services Links */
  218. .service-links ul.links {
  219.   float: left;
  220.   margin:0;
  221.   padding:0;
  222. }
  223. .service-links ul.links li {
  224.   list-style: none;
  225.   float: left;
  226.   padding-right: 20px;
  227. }
  228.      
  229. /* Zone Base settings */
  230. /*  Zone content  */
  231.  
  232. .region-menu {
  233.     margin: 5px;
  234. }
  235.  
  236. .zone-content-wrapper {
  237.  
  238. }
  239.  
  240. .region-content {
  241.     margin-left: 5px;
  242.     margin-right: 5px;
  243. }
  244.  
  245. .region-content-inner {
  246.   -moz-background-clip:border;
  247.   -moz-background-inline-policy:continuous;
  248.   -moz-background-origin:padding;
  249.   background:#222222 none repeat scroll 0 0;
  250.   border:1px solid #555555;
  251.   margin:5px;  
  252. }
  253.  
  254. .region-sidebar-first {
  255.     -moz-background-clip:border;
  256.     -moz-background-inline-policy:continuous;
  257.     -moz-background-origin:padding;
  258.     background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  259. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  260. background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  261. background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  262. background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  263. background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
  264. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  265.     color:#CCCCCC;
  266.     /* float:left;
  267.  */    line-height:100%;
  268.     margin:0;
  269.     padding:0;
  270. /*  border-right: 1px solid #555555;
  271.  */    border-top: 1px solid #555555;
  272.     border-bottom: 1px solid #555555;
  273. }
  274.  
  275. .zone-footer-wrapper {
  276.    -moz-background-clip:border;
  277.    -moz-background-inline-policy:continuous;
  278.    -moz-background-origin:padding;
  279.  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  280. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
  281. background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  282. background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  283. background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  284. background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  285. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  286.    color:#999999;
  287.    margin:0 1em 1em;
  288.    padding:0;
  289.    }
  290.  
  291. /* Region Settings */
  292. /* Header Branding area */
  293. .zone-branding {
  294. }
  295.  
  296.  
  297.  
  298. .logo-img img {
  299.         max-width: 100%;
  300.         height: auto;
  301. }
  302.  
  303. .zone-header{
  304. background: #383838; /* Old browsers */
  305. background: -moz-linear-gradient(top,  #383838 0%, #272727 100%); /* FF3.6+ */
  306. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#272727)); /* Chrome,Safari4+ */
  307. background: -webkit-linear-gradient(top,  #383838 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
  308. background: -o-linear-gradient(top,  #383838 0%,#272727 100%); /* Opera 11.10+ */
  309. background: -ms-linear-gradient(top,  #383838 0%,#272727 100%); /* IE10+ */
  310. background: linear-gradient(to bottom,  #383838 0%,#272727 100%); /* W3C */
  311. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
  312. }
  313.  
  314. .zone-content{
  315. background: #383838; /* Old browsers */
  316. background: -moz-linear-gradient(top,  #383838 0%, #272727 100%); /* FF3.6+ */
  317. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#272727)); /* Chrome,Safari4+ */
  318. background: -webkit-linear-gradient(top,  #383838 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
  319. background: -o-linear-gradient(top,  #383838 0%,#272727 100%); /* Opera 11.10+ */
  320. background: -ms-linear-gradient(top,  #383838 0%,#272727 100%); /* IE10+ */
  321. background: linear-gradient(to bottom,  #383838 0%,#272727 100%); /* W3C */
  322. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
  323. }
  324. .zone-menu{
  325. background: #383838; /* Old browsers */
  326. background: -moz-linear-gradient(top,  #383838 0%, #272727 100%); /* FF3.6+ */
  327. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#272727)); /* Chrome,Safari4+ */
  328. background: -webkit-linear-gradient(top,  #383838 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
  329. background: -o-linear-gradient(top,  #383838 0%,#272727 100%); /* Opera 11.10+ */
  330. background: -ms-linear-gradient(top,  #383838 0%,#272727 100%); /* IE10+ */
  331. background: linear-gradient(to bottom,  #383838 0%,#272727 100%); /* W3C */
  332. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
  333. }
  334.      
  335. /* Superfish Menu Settings */
  336. /* Superfish blocks */
  337. .block-superfish {
  338.  
  339. }
  340. .sf-menu.sf-style-default {
  341.     margin:0px;
  342.     float:left;
  343.     padding:0px;
  344. background: #383838; /* Old browsers */
  345. background: -moz-linear-gradient(top,  #383838 0%, #272727 100%); /* FF3.6+ */
  346. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#272727)); /* Chrome,Safari4+ */
  347. background: -webkit-linear-gradient(top,  #383838 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
  348. background: -o-linear-gradient(top,  #383838 0%,#272727 100%); /* Opera 11.10+ */
  349. background: -ms-linear-gradient(top,  #383838 0%,#272727 100%); /* IE10+ */
  350. background: linear-gradient(to bottom,  #383838 0%,#272727 100%); /* W3C */
  351. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
  352.  
  353. }
  354. .sf-menu.sf-style-default li:hover,.sf-menu.sf-style-default a:hover, .sf-menu.sf-style-default li.sfHover, .sf-menu.sf-style-default a:focus, .sf-menu.sf-style-default a:hover, .sf-menu.sf-style-default a:active {
  355.  
  356. background: #383838; /* Old browsers */
  357. background: -moz-linear-gradient(top,  #383838 0%, #272727 100%); /* FF3.6+ */
  358. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#272727)); /* Chrome,Safari4+ */
  359. background: -webkit-linear-gradient(top,  #383838 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
  360. background: -o-linear-gradient(top,  #383838 0%,#272727 100%); /* Opera 11.10+ */
  361. background: -ms-linear-gradient(top,  #383838 0%,#272727 100%); /* IE10+ */
  362. background: linear-gradient(to bottom,  #383838 0%,#272727 100%); /* W3C */
  363. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
  364.  
  365.     color: #373737;  /*rem*/
  366. }
  367. .sf-menu.sf-style-default li, .sf-menu.sf-style-default li:hover, .sf-menu.sf-style-default.sf-navbar {
  368.     background: none;
  369.     padding-right:0px;
  370.     padding-left:0px;
  371.     color: #373737;
  372. }
  373.  
  374.  
  375. .sf-menu.sf-style-default li.last {
  376.     background:none;
  377.     padding-right:0px
  378. }
  379.  
  380. .sf-menu.sf-style-default a {
  381.     padding:0px;
  382.     border:0px;
  383.     height: 45px;
  384.     line-height: 45px;
  385.     color:#FFF !important;
  386.     font-family:Marvel;
  387.     font-size:16px;
  388. background: #383838; /* Old browsers */
  389. background: -moz-linear-gradient(top,  #383838 0%, #272727 100%); /* FF3.6+ */
  390. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#272727)); /* Chrome,Safari4+ */
  391. background: -webkit-linear-gradient(top,  #383838 0%,#272727 100%); /* Chrome10+,Safari5.1+ */
  392. background: -o-linear-gradient(top,  #383838 0%,#272727 100%); /* Opera 11.10+ */
  393. background: -ms-linear-gradient(top,  #383838 0%,#272727 100%); /* IE10+ */
  394. background: linear-gradient(to bottom,  #383838 0%,#272727 100%); /* W3C */
  395. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
  396.     text-decoration:none;
  397. }
  398.  
  399. /* Vertical style */
  400. .sf-vertical,
  401. .sf-vertical li {
  402.   width: 100%;
  403. }
  404. .sf-vertical li {}
  405. .sf-vertical li.last {}
  406. .sf-vertical li:hover ul,
  407. .sf-vertical li.sfHover ul {
  408.   left: 100%; /* match ul width */
  409.   top:  0;
  410.   margin: 0;
  411.   padding: 0;
  412. }
  413. .sf-vertical li a {
  414.   padding: 0 10px;
  415. }
  416.  
  417. /* Navbar */
  418. .sf-navbar {
  419.   padding-bottom: 0 !important;
  420. }
  421.  
  422. /* Sensible padding for the default style */
  423. .sf-menu.sf-style-default a {
  424.   padding: 0 5px;
  425. }
  426.  
  427. .field-item img {
  428.   border: 1px solid #324A5D;
  429.   padding: 5px;
  430.   float: left;
  431. }
  432.        
  433. .view-list-articles .views-row img {
  434.   border: 1px solid #324A5D;
  435.   padding: 5px;
  436.   float: left;
  437. }
  438.  
  439. .form-type-radios, .form-radios .form-item{
  440.     float: left;
  441.     margin-bottom: 0.4em;
  442.     margin-right: 0.4em;
  443.     margin-top: 0.4em;
  444. }
  445.                    
  446. /* Homebox Settings */
  447. /* Columns/regions */
  448. #homebox .used {
  449.   background-color:2b2d30;
  450.   background-position:initial initial;
  451.   background-repeat:initial initial;
  452.   border-top-color:#FFFFFF;
  453.   border-top-style:solid;
  454.   border-top-width:1px;
  455.   outline:#DDDDDD solid 1px;
  456. }
  457.  
  458. #homebox .homebox-column {
  459.   margin: 2px;
  460.   padding: 5px;
  461.   background: url(images/stripe.png);
  462.   min-height: 40px;
  463. }
  464.  
  465. #homebox .homebox-column-wrapper {
  466.   background-color: #000000;
  467.   float: left;
  468. }
  469.  
  470. /* Portlets/boxes */
  471. #homebox .homebox-portlet {
  472.   margin: 2px 0 5px;
  473.   padding: 0;
  474.   border: 3px solid #333;
  475.   background-color: #565656;
  476. }
  477.  
  478. #homebox .homebox-portlet .homebox-portlet-inner {
  479.   border: 1px solid #;
  480.   overflow: hidden;
  481. }
  482.  
  483. #homebox .portlet-content {
  484.   padding: 4px;
  485. }
  486.  
  487. #homebox .homebox-portlet-collapsed .portlet-content {
  488.   display: none;
  489. }
  490.  
  491. #homebox .homebox-portlet .portlet-header {
  492.   margin: 0;
  493.   padding: 2px 4px;
  494.   border-bottom: 1px solid #ddd;
  495.   background: #999999; /* matches garland */
  496.   color: #494949;
  497.   min-height: 18px;
  498.   font-size: 1em;
  499. }
  500.  
  501. #homebox .homebox-draggable .portlet-header:hover {
  502.   cursor: move;
  503. }
  504.  
  505. #homebox .homebox-portlet .portlet-header .portlet-title {
  506.   display: block;
  507.   z-index: 9; /* IE is terrible */
  508.   position: relative; /* IE is terrible */
  509. }
  510.  
  511. #homebox .homebox-portlet .portlet-config {
  512.   display: none;
  513.   border-bottom: 1px solid #ddd;
  514. }
  515.  
  516. #homebox .homebox-portlet div.views-exposed-widgets {
  517.   padding: 0 7px;
  518. }
  519.  
  520. #homebox div.view-header {
  521.   text-align: right;
  522. }
  523.  
  524. #homebox .portlet-maximized {
  525.   clear: both;
  526. }
  527.  
  528. /*
  529. ** Placeholder
  530. */
  531.  
  532. #homebox .homebox-placeholder {
  533.   visibility: visible !important;
  534.   margin: 5px 0;
  535.   padding: 0;
  536.   /*background: #000000;*/
  537.   border: 3px dashed #ccc;
  538. }
  539.  
  540. #homebox .homebox-placeholder * {
  541.   visibility: hidden;
  542. }                  
  543.                    
  544. /* Shoutbox Settings */
  545. span.shoutbox-user-name,
  546. span.shoutbox-user-name a,
  547. span.shoutbox-user-name a:visited {
  548.     color: #Blue;
  549.     font-weight: bold;
  550. }
  551.  
  552. span.shoutbox-current-user-name,
  553. span.shoutbox-current-user-name a,
  554. span.shoutbox-current-user-name a:visited {
  555.     color: Red;
  556. }
  557.  
  558. #shoutbox-add-form .form-submit {
  559.     font-size: 90%;
  560. }
  561.  
  562. /* table settings */
  563. table.no-border {
  564.   margin: 0;
  565. }
  566.  
  567. table.no-border tr,
  568. table.no-border td {
  569.   border: none;
  570.   background: #999999;
  571. }
  572.  
  573. .forum-table tr.even td.active, .forum-table tr.odd td.active {
  574.     background-color: #333333;
  575. }
  576.  
  577. tr:hover td,
  578. tr.even:hover td.active,
  579. tr.odd:hover td.active {
  580.   background: none;
  581.   background-color: #333333;
  582.     border-bottom: 1px solid #CCCCCC;
  583. }
  584.  
  585. tr td,
  586. tr.even td.active,
  587. tr.odd td.active {
  588.   background: none;
  589.   background-color: #666666;
  590.     border-bottom: 1px solid #CCCCCC;
  591. }
  592. tr.even tr.odd td.views-field-last-updated {
  593.     background-color: #111111;
  594.     width: 30%;
  595. }
  596.  
  597. thead th, th {
  598.     background: none repeat scroll 0 0 #5d5f60;
  599.     border-bottom: 1px solid #999999;
  600.     color: #333333;
  601. }
  602.  
  603. th.active {
  604.   background-color:#999999;
  605.   background-position:initial initial;
  606.   background-repeat:initial initial;
  607.   border-left-color:#CCCCCC;
  608.   border-left-style:solid;
  609.   border-left-width:1px;
  610.   border-right-color:#CCCCCC;
  611.   border-right-style:solid;
  612.   border-right-width:1px;
  613. }
  614.  
  615. th a {
  616.   display:block;
  617. }
  618.  
  619. tr.even /* Some tables have rows marked even or odd. */ {
  620.   /* background-color: #eee; */ /* Drupal core uses a #eee background */
  621. background-color: #999999;
  622.     border-bottom: 1px solid #CCCCCC;
  623. }
  624.  
  625. tr.odd {
  626.   /* background-color: #eee; */ /* Drupal core uses a #eee background */
  627.     background-color: #AAAAAA;
  628.     border-bottom: 1px solid #CCCCCC
  629.     color: #343434;
  630. }
  631.  
  632. tr.description {
  633.     color: #343434;
  634. }
  635.  
  636. table {
  637. }
  638.  
  639. tbody {
  640.     border-top: 1px solid #CCCCCC;
  641. }
  642.  
  643. thead th, th {
  644.     border-bottom: 3px solid #CCCCCC;
  645. }
  646.  
  647. tbody th {
  648.     border-bottom: 1px solid #CCCCCC;
  649. }
  650.  
  651. tr.even, tr.even td {
  652.     background-color: #000000;
  653.     border-bottom: 1px solid #CCCCCC;
  654. }
  655.  
  656. tr.odd, tr.odd td {
  657.     background-color: #444444;
  658.     border-bottom: 1px solid #CCCCCC;
  659. }
  660.  
  661.                    
  662. /* Advanced Forum Silver Bells Style modification */
  663.  
  664. /*** PAGER *******************************************************************/
  665.  
  666. /* This is the pager on the topics in the list */
  667. .topic-pager {
  668.   font-style: italic;
  669. }
  670.  
  671. .forum-pager .pager a,
  672. #forum-comments .pager a {
  673.   font-weight: bold;
  674. }
  675.  
  676. .forum-pager .pager a:link,
  677. .forum-pager .pager a:visited,
  678. #forum-comments .pager a:link,
  679. #forum-comments .pager a:visited {
  680.   text-decoration: none;
  681.   border: 1px solid #C1C1C1;
  682.   background: #EFEFEF;
  683.   background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#EFEFEF));
  684.   background: -moz-linear-gradient(top, #F5F5F5, #EFEFEF);
  685. }
  686.  
  687. .forum-pager .pager-current,
  688. .forum-pager .pager a:hover,
  689. #forum-comments .pager-current,
  690. #forum-comments .pager a:hover {
  691.   background: #333333;
  692.   color: #FFFFFF !important;
  693. }
  694.  
  695. .forum-pager .pager a.active,
  696. #forum-comments .pager a.active {
  697.   color: #333333;
  698. }
  699.  
  700. /*** FORUM & TOPIC LISTS ******************************************************/
  701.  
  702. /* Forum list and topic list tables */
  703. .forum-table {
  704.   border: 1px solid #C1C1C1;
  705. }
  706.  
  707. /* Table name and description on forum list and table header on topic list */
  708. .forum-table-wrap .forum-table-superheader,
  709. .forum-table-topics thead tr  {
  710.   border: 1px solid #C1C1C1;
  711.   background: #7d7e7d; /* Old browsers */
  712. background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
  713. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
  714. background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  715. background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
  716. background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
  717. background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
  718. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  719.  
  720.   color: #ffffff;
  721. }
  722.  
  723. /* Table name on forum list */
  724. .forum-table-superheader .forum-table-name,
  725. .forum-table-superheader .forum-table-name a {
  726.   color: #B5B5B5;
  727.   font-weight: bold;
  728.   border-bottom: none;
  729. }
  730.  
  731. /* Table header on forum list */
  732. .forum-table-wrap thead tr {
  733.   background-color: #F5F5F5;
  734.   border: 1px solid #C1C1C1;
  735. }
  736.  
  737. /* Table header on forum list and topic list */
  738. .forum-table thead tr a,
  739. .forum-table thead tr a:visited,
  740. .forum-table thead tr a:link {
  741.   color: #333333;
  742.   font-weight: bold;
  743. }
  744.  
  745. /* Reset to avoid bleed-thru from theme */
  746. .forum-table thead th {
  747.   border-bottom: none;
  748. }
  749.  
  750. /* Rows on both tables */
  751. .forum-table tr.even,
  752. .forum-table tr.odd {
  753.   border-top: 1px solid #C1C1C1;
  754.   background: #7d7e7d; /* Old browsers */
  755. background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
  756. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
  757. background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  758. background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
  759. background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
  760. background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
  761. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  762. color: #ffffff;
  763.  
  764. }
  765.  
  766. /* Active column on both tables - reset to prevent bleed thru from theme */
  767. .forum-table tr.even td.active,
  768. .forum-table tr.odd td.active{
  769.   background-color: transparent;
  770. }
  771.  
  772. /* Individual cells on both tables */
  773. .forum-table td {
  774.   border: 1px solid #C1C1C1;
  775. }
  776.  
  777. /* Placeholder when there are no topics in the list */
  778. .view-advanced-forum-topic-list .view-empty {
  779.   border: 3px solid #C1C1C1;
  780. }
  781.  
  782. /*** Sticky topics ***/
  783. .forum-table tr.forum-last-sticky {
  784.   border-bottom: 10px solid #C1C1C1;
  785. }
  786.  
  787. .forum-table .sticky-label {
  788.   font-weight: bold;
  789. }
  790.  
  791. /*** FORUM STATISTICS *********************************************************/
  792.  
  793. #forum-statistics {
  794.   border: 1px solid #C1C1C1;
  795. }
  796.  
  797. #forum-statistics-header {
  798.   border-top: 1px solid #C1C1C1;
  799.   background: #7d7e7d; /* Old browsers */
  800. background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
  801. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
  802. background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  803. background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
  804. background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
  805. background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
  806. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  807.  
  808.   color: #ffffff;
  809.   font-weight: bold;
  810. }
  811.  
  812. .forum-statistics-sub-header {
  813.   border-top: 1px solid #C1C1C1;
  814.   border-bottom: 1px solid #C1C1C1;
  815.   font-weight: bold;
  816. }
  817.  
  818. .forum-statistics-sub-body {
  819.   background-color: #555555;
  820. }
  821.  
  822. /*** FORUM TOPICS **********************************************************/
  823.  
  824. div.forum-post {
  825.   border: 1px solid #C1C1C1;
  826. }
  827.  
  828. /* Header at the top of each post */
  829. .forum-post-info {
  830.   border-top: 1px solid #FAFAFA;
  831.  background: #7d7e7d; /* Old browsers */
  832. background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
  833. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
  834. background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  835. background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
  836. background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
  837. background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
  838. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  839.  
  840.   color: #EEEEEE;
  841.   font-weight: bold;
  842.   border-bottom: 1px solid #C1C1C1;
  843. }
  844.  
  845. .forum-posted-on {
  846.    color: #ffffff;
  847.    font-weight: bold;
  848. }
  849.  
  850. .forum-post-number a {
  851.   color: #FFFFFF !important;
  852. }
  853.  
  854. /* Wrapper around author pane and content */
  855. .forum-post-wrapper {
  856.   background-color: #242424;
  857. }
  858.  
  859. /* Author information pane */
  860. .forum-post-panel-sub .author-pane .author-name {
  861.   background-color; #242424;
  862.   font-weight: bold;
  863. }
  864.  
  865. .forum-post-panel-sub .author-pane .picture img {
  866.   width: 100%
  867.   border: 1px solid #C1C1C1;
  868.   background-color: #FFFFFF;
  869. }
  870.  
  871. .forum-post-panel-sub .author-pane .author-pane-label {
  872.   font-weight: bold;
  873. }
  874.  
  875. /* Post text area */
  876. .forum-post-panel-main {
  877.   border-left: 1px solid #C1C1C1;
  878.   background-color: #242424;
  879. }
  880.  
  881. .forum-post-title {
  882.   font-weight: bold;
  883.   border-bottom: 1px solid #C1C1C1;
  884. }
  885.  
  886. /* Signature */
  887. .author-signature {
  888.   font-size: .8em;
  889. }
  890.  
  891. /* Post footer */
  892. .forum-post-footer {
  893.   border-top: 1px solid #C1C1C1;
  894. }
  895.  
  896. .forum-jump-links {
  897.   border-right: none;
  898. }
  899.  
  900. /* Box under top post before first reply */
  901. .forum-top-post-footer {
  902.   border: 1px solid #C1C1C1;
  903.   background: #7d7e7d; /* Old browsers */
  904. background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
  905. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
  906. background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  907. background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
  908. background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
  909. background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
  910. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  911.   color:#ffffff;
  912. }
  913.  
  914. /* Topic navigation */
  915. .forum-topic-navigation {
  916.   border: 1px solid #C1C1C1;
  917.   background: #7d7e7d; /* Old browsers */
  918. background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
  919. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
  920. background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  921. background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
  922. background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
  923. background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
  924. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  925.   color: #ffffff;
  926. }
  927.  
  928. /* FORUM LIST ICONS *********************************************************/
  929. .forum-list-icon-wrapper {
  930.   border-top: 1px solid #EAF8E4;
  931.   background: #C1C1C1;
  932.   background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#C1C1C1));
  933.   background: -moz-linear-gradient(top, #DFDFDF, #C1C1C1);
  934.   -webkit-border-radius: 5px;
  935.   -moz-border-radius: 5px;
  936.   border-radius: 5px;
  937.   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  938.   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  939.   box-shadow: rgba(0,0,0,1) 0 1px 0;
  940.   text-shadow: rgba(0,0,0,.4) 0 1px 0;
  941.   color: #333333;
  942.   font-family: Helvetica, Arial, Sans-Serif;
  943.   text-decoration: none;
  944.   vertical-align: middle;
  945.   margin: 10px;
  946.   width: 50px;
  947.   height: 50px;
  948.   display: block;
  949. }
  950.  
  951. tr.even td.forum-list-icon-default .forum-list-icon-wrapper span,
  952. tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span,
  953. .forum-list-icon-legend .forum-list-icon-default {
  954.   background: transparent url(images/forum_list_default.png) no-repeat center center;
  955. }
  956.  
  957. tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
  958. tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
  959. .forum-list-icon-legend .forum-list-icon-new-posts {
  960.   background: transparent url(images/forum_list_new_posts.png) no-repeat center center;
  961. }
  962.  
  963. /* TOPIC LIST ICONS *********************************************************/
  964. span.topic-icon {
  965.   width: 24px;
  966.   height: 24px;
  967.   text-indent: -9999px;
  968. }
  969.  
  970. .topic-icon-default {
  971.   background: transparent url(images/topic_list_default.png) no-repeat center center;
  972. }
  973.  
  974. .topic-icon-new {
  975.   background: transparent url(images/topic_list_new.png) no-repeat center center;
  976. }
  977.  
  978. .topic-icon-hot {
  979.   background: transparent url(images/topic_list_hot.png) no-repeat center center;
  980. }
  981.  
  982. .topic-icon-hot-new {
  983.   background: transparent url(images/topic_list_hot_new.png) no-repeat center center;
  984. }
  985.  
  986. .topic-icon-sticky {
  987.   background: transparent url(images/topic_list_sticky.png) no-repeat center center;
  988. }
  989.  
  990. .topic-icon-closed {
  991.   background: transparent url(images/topic_list_closed.png) no-repeat center center;
  992. }
  993.  
  994. /* TOPIC LIST ICON LEGEND ***************************************************/
  995. .topic-icon-default {
  996.   background: transparent url(images/topic_list_default.png) no-repeat top left;
  997. }
  998.  
  999. .topic-icon-new {
  1000.   background: transparent url(images/topic_list_new.png) no-repeat top left;
  1001. }
  1002.  
  1003. .topic-icon-hot {
  1004.   background: transparent url(images/topic_list_hot.png) no-repeat top left;
  1005. }
  1006.  
  1007. .topic-icon-hot-new {
  1008.   background: transparent url(images/topic_list_hot_new.png) no-repeat top left;
  1009. }
  1010.  
  1011. .topic-icon-sticky {
  1012.   background: transparent url(images/topic_list_sticky.png) no-repeat top left;
  1013. }
  1014.  
  1015. .topic-icon-closed {
  1016.   background: transparent url(images/topic_list_closed.png) no-repeat top left;
  1017. }
  1018.  
  1019. /* AUTHOR PANE **************************************************************/
  1020.  
  1021. .forum-post-panel-sub .author-online {
  1022.   background: transparent url(images/ap_user_online.png) no-repeat;
  1023.   padding-left: 20px;
  1024.   height: 20px;
  1025.   width: 125px;
  1026.   display: block;
  1027. }
  1028.  
  1029. .forum-post-panel-sub .author-offline {
  1030.   background: transparent url(images/ap_user_offline.png) no-repeat;
  1031.   padding-left: 20px;
  1032.   height: 20px;
  1033.   width: 125px;
  1034.   display: block;
  1035. }
  1036.  
  1037.  
  1038. /* BUTTONIZED LINKS - GENERAL ***********************************************/
  1039. /* Based on http://css-tricks.com/examples/ButtonMaker */
  1040.  
  1041. a.af-button-large,
  1042. a.af-button-large:link,
  1043. a.af-button-large:visited,
  1044. a.af-button-small,
  1045. a.af-button-small:link,
  1046. a.af-button-small:visited,
  1047. a.author-pane-link,
  1048. a.author-pane-link:link,
  1049. a.author-pane-link:visited {
  1050.   color: #333333;
  1051.   text-decoration: none;
  1052. }
  1053.  
  1054. .af-button-large,
  1055. .af-button-small,
  1056. .author-pane-link {
  1057.   display: block;
  1058.   border-top: 1px solid #EAF8E4;
  1059.   background: #C1C1C1;
  1060.   background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#C1C1C1));
  1061.   background: -moz-linear-gradient(top, #DFDFDF, #C1C1C1);
  1062.   -webkit-border-radius: 5px;
  1063.   -moz-border-radius: 5px;
  1064.   border-radius: 5px;
  1065.   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  1066.   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  1067.   box-shadow: rgba(0,0,0,1) 0 1px 0;
  1068.   text-shadow: rgba(0,0,0,.4) 0 1px 0;
  1069.   color: #333333;
  1070.   font-family: Helvetica, Arial, Sans-Serif;
  1071.   text-decoration: none;
  1072.   vertical-align: middle;
  1073. }
  1074.  
  1075. a.af-button-large:hover,
  1076. a.af-button-small:hover,
  1077. a.author-pane-link:hover {
  1078.   background: #C1C1C1;
  1079.   color: #333333;
  1080.   border-top-color: #EFEFEF;
  1081. }
  1082.  
  1083. a.af-button-large:active,
  1084. a.af-button-small:active,
  1085. a.author-pane-link:active {
  1086.   background: #C1C1C1;
  1087.   color: #333333;
  1088.   border-top-color: #EFEFEF;
  1089. }
  1090.  
  1091. .af-button-large span {
  1092.   font-size: 14px;
  1093.   padding: 2px 2px 2px 25px; /* Last number controls width for image */
  1094.   line-height: 30px; /* Approximate height of button */
  1095.   margin: 0 7px 0 7px; /* Left and right space outside text & image */
  1096. }
  1097.  
  1098. .af-button-small span {
  1099.   font-size: 12px;
  1100.   padding: 2px 2px 2px 20px; /* Last number controls width for image */
  1101.   line-height: 25px; /* Approximate height of button */
  1102.   margin: 0 7px 0 7px; /* Left and right space outside text & image */
  1103. }
  1104.  
  1105. .author-pane-link span {
  1106.   font-size: 12px;
  1107.   padding: 0 0 0 22px; /* Last number controls width for image */
  1108.   line-height: 22px; /* Approximate height of button */
  1109.   margin: 0 7px 0 7px; /* Left and right space outside text & image */
  1110. }
  1111.  
  1112. /* BUTTONIZED LINKS - INDIVIDUAL BUTTONS ************************************/
  1113.  
  1114. .forum-add-forum .af-button-large span {
  1115.   background: url(images/add_topic.png) no-repeat;
  1116. }
  1117.  
  1118. .forum-add-poll .af-button-large span {
  1119.   background: url(images/add_poll.png) no-repeat;
  1120. }
  1121.  
  1122. /*** Reply/Locked at the top and bottom of individual topics. ***/
  1123.  
  1124. /* Reply link */
  1125. .topic-reply-allowed .af-button-large span {
  1126.   background: url(images/topic_reply.png) no-repeat;
  1127. }
  1128.  
  1129. /* Locked topic (not a link so an extra span is used instead of the "a". */
  1130. .topic-reply-locked .af-button-large span {
  1131.   background: url(images/topic_locked.png) no-repeat;
  1132. }
  1133.  
  1134. /* Last post */
  1135. .last-post-link .af-button-large span {
  1136.   background: url(images/topic_last_post.png) no-repeat;
  1137. }
  1138.  
  1139. /* First unread */
  1140. .topic-new-post-link .af-button-large span {
  1141.   background: url(images/topic_first_unread_post.png) no-repeat;
  1142. }
  1143.  
  1144. /*** Comments ***/
  1145. #comments /* Wrapper for the list of comments and its title */ {
  1146.   margin: 1.5em 0;
  1147. }
  1148.  
  1149. #comments h2.title /* Heading for the list of comments */ {
  1150.   margin-bottom: 1.3333em;
  1151. }
  1152.  
  1153. #comments h2.comment-form /* Heading for the comment form */ {
  1154. }
  1155.  
  1156. .comment /* Wrapper for a single comment */ {
  1157. }
  1158. article.comment footer {
  1159.   color: #aaa;
  1160.   font-style: italic;
  1161. }
  1162. .comment-preview /* Preview of the comment before submitting new or updated comment */ {
  1163.   background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
  1164. }
  1165.  
  1166. .comment.new /* A new comment since the user last viewed the page. */ {
  1167. }
  1168.  
  1169. .comment.first /* The first comment in the list of comments */ {
  1170. }
  1171.  
  1172. .comment.last /* The last comment in the list of comments */ {
  1173. }
  1174.  
  1175. .comment.odd /* An odd-numbered comment in the list of comments */ {
  1176. }
  1177.  
  1178. .comment.even /* An even-numbered comment in the list of comments */ {
  1179. }
  1180.  
  1181. .comment-unpublished /* Unpublished comments */ {
  1182.   /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  1183. }
  1184.  
  1185. .comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */ {
  1186. }
  1187.  
  1188. .comment-by-anonymous /* A comment created by an anonymous user */ {
  1189. }
  1190.  
  1191. .comment-by-node-author /* A comment created by the node's author */ {
  1192. }
  1193.  
  1194. .comment-by-viewer /* A comment created by the current user */ {
  1195. }
  1196.  
  1197. article.comment h3 /* Comment title */ {
  1198.   margin: 15px 0 10px;
  1199. }
  1200.  
  1201. .new /* "New" marker for comments that are new for the current user */ {
  1202.   color: #c00;
  1203. }
  1204.  
  1205. .comment .user-picture /* The picture of the comment author */ {
  1206. }
  1207.  
  1208. .comment .submitted /* The "posted by" information */ {
  1209. }
  1210.  
  1211. .comment .content /* Comment's content wrapper */ {
  1212. }
  1213.  
  1214. .comment .user-signature /* The user's signature */ {
  1215. }
  1216.  
  1217. .comment ul.links /* Comment links. See also the ul.links declaration in the pages.css. */ {
  1218.   margin-left: 0;
  1219.   margin-bottom: 10px;
  1220.   text-align: right;
  1221. }
  1222.  
  1223. .indented /* Nested comments are indented */ {
  1224.   /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  1225. }
  1226. /*** Links on the individual posts (nodes and comments). ***/
  1227.  
  1228. /* General */
  1229. .forum-post-links .af-button-small span {
  1230. }
  1231.  
  1232. /* Reply */
  1233. .comment-add .af-button-small span,
  1234. .comment-reply .af-button-small span {
  1235.   background: url(images/post_reply.png) no-repeat;
  1236. }
  1237.  
  1238. /* Quote */
  1239. .quote .af-button-small span {
  1240.   background: url(images/post_quote.png) no-repeat;
  1241. }
  1242.  
  1243. /* Edit */
  1244. .comment-edit .af-button-small span,
  1245. .post-edit .af-button-small span {
  1246.   background: url(images/post_edit.png) no-repeat;
  1247. }
  1248.  
  1249. /* Delete */
  1250. .comment-delete .af-button-small span,
  1251. .post-delete .af-button-small span {
  1252.   background: url(images/post_delete.png) no-repeat;
  1253. }
  1254.  
  1255. /* Jump to top */
  1256. .forum-jump-links .af-button-small span {
  1257.   background: url(images/topic_top.png) no-repeat;
  1258. }
  1259.  
  1260. /*** AUTHOR PANE ***/
  1261.  
  1262. .forum-post-panel-sub .author-contact .author-pane-link span {
  1263.   background: transparent url(images/ap_email.png) no-repeat;
  1264. }
  1265.  
  1266. .forum-post-panel-sub .author-privatemsg .author-pane-link span {
  1267.   background: transparent url(images/ap_private_message.png) no-repeat;
  1268. }
  1269.  
  1270. .forum-post-panel-sub .author-relationship-add-icon.author-pane-link span {
  1271.   background: transparent url(images/ap_contact_add.png) no-repeat;
  1272. }
  1273.  
  1274. .forum-post-panel-sub .author-relationship-remove-icon.author-pane-link {
  1275.   background: transparent url(images/ap_contact_remove.png) no-repeat;
  1276. }
  1277.  
  1278. /*------------------------------------*\
  1279.     TABS CSS
  1280. \*------------------------------------*/
  1281.  
  1282. div.tabs {
  1283.   margin: 0 0 5px 0;
  1284. }
  1285.  
  1286. ul.primary {
  1287.   margin: 0;
  1288.   padding: 0 0 0 10px; /* LTR */
  1289.   border-width: 0;
  1290.   list-style: none;
  1291.   white-space: nowrap;
  1292.   line-height: normal;
  1293. }
  1294.  
  1295. ul.primary li {
  1296.   float: left; /* LTR */
  1297.   margin: 0;
  1298.   padding: 0;
  1299. }
  1300.  
  1301. ul.primary li a {
  1302.   display: block;
  1303.   line-height: 24px;
  1304.   margin: 0;
  1305.   padding: 0 15px; /* width of tab-left.png */
  1306.   border-width: 0;
  1307.   font-weight: bold;
  1308.   text-decoration: none;
  1309.   color: #777;
  1310.   background-color: transparent;
  1311. }
  1312.  
  1313. ul.primary li a .tab {
  1314.   display: block;
  1315.   height: 20px; /* 24px (parent) - 4px (padding) */
  1316.   margin: 0;
  1317.   padding: 4px 13px 0 6px;
  1318.   border-width: 0;
  1319.   line-height: 20px;
  1320. }
  1321.  
  1322. ul.primary li a:hover,
  1323. ul.primary li a:focus {
  1324.   border-width: 0;
  1325.   background-color: transparent;
  1326. }
  1327.  
  1328. ul.primary li a:hover .tab,
  1329. ul.primary li a:focus .tab {
  1330. }
  1331.  
  1332. ul.primary li.active a,
  1333. ul.primary li.active a:hover,
  1334. ul.primary li.active a:focus {
  1335.   border-width: 0;
  1336.   color: #fff;
  1337.   background-color: #484848;
  1338. }
  1339.  
  1340. ul.primary li.active a .tab,
  1341. ul.primary li.active a:hover .tab,
  1342. ul.primary li.active a:focus .tab {
  1343. }
  1344.  
  1345. ul.secondary {
  1346.   margin: 0;
  1347.   padding: 0 0 0 5px; /* LTR */
  1348.   border-bottom: 1px solid #c0c0c0;
  1349.   list-style: none;
  1350.   white-space: nowrap;
  1351. }
  1352.  
  1353. ul.secondary li {
  1354.   float: left; /* LTR */
  1355.   margin: 0 5px 0 0;
  1356.   padding: 5px 0;
  1357.   border-right: none; /* LTR */
  1358. }
  1359.  
  1360. ul.secondary a {
  1361.   display: block;
  1362.   height: 24px;
  1363.   margin: 0;
  1364.   padding: 0;
  1365.   border: 1px solid #c0c0c0;
  1366.   text-decoration: none;
  1367.   color: #777;
  1368. }
  1369.  
  1370. ul.secondary a .tab {
  1371.   display: block;
  1372.   height: 18px; /* 24px (parent) - 6px (padding) */
  1373.   margin: 0;
  1374.   padding: 3px 8px;
  1375.   line-height: 18px;
  1376. }
  1377.  
  1378. ul.secondary a:hover,
  1379. ul.secondary a:focus {
  1380.  
  1381. }
  1382.  
  1383. ul.secondary a.active,
  1384. ul.secondary a.active:hover,
  1385. ul.secondary a.active:focus {
  1386.  
  1387. }
  1388.  
  1389. /* Buttons */
  1390. button, input[type="reset"], input[type="submit"], input[type="button"] {
  1391.     background: none repeat scroll 0 0 #C1C1C1;
  1392.     border: 1px solid #121212;
  1393.     color: #000000;
  1394.     padding: 0.5em 1.7em;
  1395. }
  1396.  
  1397.  
  1398. /* Field Modifications */
  1399. .field-name-field-image img {
  1400.   border: 1px solid #324A5D;
  1401.   padding: 5px;
  1402. }
  1403.  
  1404. .field-name-field-image {
  1405.   float:left;
  1406.   margin: 10px 20px 10px 0;
  1407. }
  1408.  
  1409. .field-label, .field-items, .field-item {
  1410.     display: inline;
  1411.     list-style: none outside none;
  1412.     margin: 0;
  1413.     padding: 0px;
  1414.     word-wrap: break-word;
  1415. }
  1416.  
  1417. .field-items, .field-item {
  1418.     padding-right: 5px;
  1419. }
  1420.  
  1421. .view-id-stories .views-row {
  1422.    margin: 10px;
  1423. }
  1424.  
  1425. .flex-caption {
  1426.    background: #000000;
  1427. }
  1428.  
  1429. /* Views CSS Modification */
  1430.  
  1431. .views-view-grid {
  1432.  
  1433. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement