Guest User

Untitled

a guest
Apr 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.51 KB | None | 0 0
  1.  
  2. * { padding:0;
  3.     margin:0;
  4. }
  5. body    {   background:#242424;
  6.             font: 14px Georgia, "Times New Roman", Times, serif;
  7.             color:#242424;
  8. }
  9.  
  10. #topbanner  {   height:80px;
  11.                 border-bottom:solid 1px #f2efe9;
  12. }
  13. #pagewrap   {   background:url(images/bg.jpg) repeat;
  14.                 padding-top:10px;
  15.                 padding-bottom:10px;
  16. }
  17.                
  18. #wrap   {   width:1010px;
  19.             margin:auto;
  20. }
  21. .clear  {   clear:both;
  22. }
  23. #homeheader     {   height:350px;
  24. }
  25. #mainimg    {   width:700px;
  26.                 height:330px;
  27.                 padding:10px;
  28.                 float:left;
  29.                 border:solid 1px #ac9f87;
  30. }
  31. #rightboxes     {   float:right;
  32.                     width:272px;
  33.                     float:right;
  34. }
  35. #rightboxes .box1   {   background:url(images/anonlbue2.jpg) 10px 10px no-repeat;
  36.                         width:250px;
  37.                         height:90px;
  38.                         padding:10px;
  39.                         margin-bottom:8px;
  40.                         border:solid 1px #ac9f87;
  41. }
  42. #rightboxes .box2   {   background:url(images/internet.jpg) 10px 10px no-repeat;
  43.                         width:250px;
  44.                         height:90px;
  45.                         padding:10px;
  46.                         margin-bottom:8px;
  47.                         border:solid 1px #ac9f87;
  48. }
  49. #rightboxes .box3   {   background:url(images/censorship2.jpg) 10px 10px no-repeat;
  50.                         width:250px;
  51.                         height:90px;
  52.                         padding:10px;
  53.                         margin-bottom:0;
  54.                         border:solid 1px #ac9f87;
  55. }
  56. #maincontent    {   padding:10px 10px 0 10px;  
  57.                     font-family:Vollkorn!important;
  58. }
  59.  
  60. #threecol .col1     {   width:300px;
  61.                         float:left;
  62.                         padding:10px;
  63. }
  64. #threecol .col2     {   width:300px;
  65.                         float:right;
  66.                         padding:10px;
  67. }
  68. #threecol .col3     {   padding:10px;
  69.                         margin:0 335px 0 335px;
  70. }
  71. #maincontent h2     {   font:  bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  72.                         margin-bottom:10px;
  73.                         text-shadow:#fff 1px 1px 1px;
  74. }
  75. #maincontent p  {   font: normal 14px Vollkorn;
  76.                     line-height:22px;
  77. }
  78. #topbanner .container   {   width:1010px;  
  79.                             margin:auto;
  80. }
  81. #sitename   {   width:250px;
  82.                 float:left;
  83.                 display:block;
  84.                 color:#f3ebd9;
  85.                 font: normal 32px Lobster;
  86.                 padding:13px 0 0 10px;
  87.                 line-height:32px;
  88. }
  89. #sitename span  {   display:block;
  90.                     font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  91.                     line-height:17px!important;
  92.                     color:#999;
  93.                     clear:both;
  94. }
  95. #sitename a     {   color:#f3ebd9;
  96.                     text-decoration:none;
  97.                     display:block;
  98.                     float:left;
  99.                     padding:0 20px 0 0;
  100. }
  101. #sitename a:hover   {   background:url(images/homelinkicon.gif)
  102.                         right 8px no-repeat;
  103. }
  104. #mainnav    {   float:right;
  105.                 float:right;
  106.                 height:80px;
  107.                 color:#ccc;
  108.                 min-width:600px;
  109. }
  110. #mainnav ul     {   list-style:none;
  111. }
  112. #mainnav li     {   display:inline;
  113.                     font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  114. }
  115. #mainnav li a   {   color:#827b6e;
  116.                     text-decoration:none;
  117.                     padding:25px 30px 0 30px;
  118.                     height:55px;
  119.                     display:block;
  120.                     float:left;
  121. }
  122. #mainnav li a span  {   display:block;
  123.                         font: normal 14px Vollkorn, Georgia, "Times New Roman", Times, serif;
  124.                         color:#6c675e;
  125.                         text-transform: capitalize;
  126. }
  127. #mainnav li a:hover     {   color:#f3ebd9;
  128. }
  129. #mainnav li a:hover span    {   color:#827b6e!important
  130. }
  131. #mainnav li.active a    {   color:#f3ebd9;
  132.                             background:url(images/menuactive.gif) center bottom no-repeat;
  133.                             text-shadow:#222 1px 1px 1px;
  134. }
  135. #page   {   width:640px;
  136.             float:left;
  137.             padding: 0 10px 10px 10px;
  138.             border-right:solid 1px #ac9f87;
  139. }
  140. #sidebar    {   width:300px;
  141.                 float:right;
  142.                 padding:10px;
  143. }
  144. .bordered   {   border-bottom:solid 1px #ac9f87;
  145. }
  146. .subhead    {   font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  147.                 background:url(images/subheadh2bg.jpg)
  148.                 left bottom no-repeat;
  149.                 padding:8px 10px 4px 25px;
  150.                 height:20px; color:#b3a893;
  151.                 margin:0 0 25px -10px!important;
  152. }
  153. .rotate {
  154.         -moz-transform: rotate(-1.5deg);  /* FF3.5+ */
  155.         -o-transform: rotate(-1.5deg);  /* Opera 10.5 */
  156.         -webkit-transform: rotate(-1.5deg);  /* Saf3.1+, Chrome */
  157.         filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
  158.                  M11=0.9996573249755573, M12=0.02617694830787315, M21=-0.02617694830787315, M22=0.9996573249755573); /* IE6,IE7 */
  159.         -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.9996573249755573, M12=0.02617694830787315, M21=-0.02617694830787315, M22=0.9996573249755573)"; /* IE8 */
  160.                zoom: 1;}
  161. .post p     {   margin-bottom:15px;
  162. }
  163. .posthead   {   margin-bottom:15px;
  164. }
  165. .posthead p, .posthead h3   {   margin-bottom:0!important;
  166. }
  167. .posthead .date     {   font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif!important; color:#8b7f6c;
  168. }
  169. .post .posthead h3  {   display:block;
  170.                         font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  171.                         color:#c83d26;
  172.                         text-shadow:#fff 1px 1px 1px;
  173. }
  174. .posthead h3 a  {   color:#222!important;
  175.                     text-decoration:none;
  176. }
  177. .posthead h3 a:hover    {   background:#f5eee2;
  178. }
  179. .posthead .postmeta     {   display:block;
  180.                             font:italic 11px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
  181. }
  182. #maincontent a  {   color:#222;
  183. }
  184. #maincontent a:visited, #maincontent a:active   {   color:#333;
  185. }
  186. #maincontent a:hover    {   color:#000;
  187.                             text-decoration:none;
  188. }
  189. .post   {   background:url(images/subheadbg.gif)
  190.             left bottom repeat-x;
  191.             padding-bottom:10px;
  192.             margin-bottom:10px;
  193.             padding-top:10px;
  194. }
  195. #sidebar ul     {   list-style:none;
  196.                     display:block;
  197.                     margin-bottom:15px;
  198. }
  199. #sidebar ul li  {   display:block;
  200. }
  201. #sidebar .menu  {   font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  202. }
  203. #sidebar ul.menu li     {   display:block;
  204.                             height:37px;
  205.                             background:url(images/sidebarbullet.jpg) 3px 10px no-repeat;
  206. }
  207. #sidebar ul.menu li:hover   {   background:url(images/sidebarbulleth.jpg) 1px 8px no-repeat;
  208. }
  209. #sidebar ul.menu li a   {   display:block;
  210.                             height:30px;
  211.                             padding:5px 5px 0 35px;
  212.                             background:url(images/subheadbg.gif)
  213.                             left bottom repeat-x; text-decoration:none;
  214.                             text-shadow:#fff 1px 1px 1px;
  215. }
  216. #sidebar ul.menu li a:hover     {   color:#000;
  217. }
  218. #sidebar .posts li  {   display:block;
  219.                         padding:5px 10px 8px 0;
  220.                         background:url(images/subheadbg.gif)
  221.                         left bottom repeat-x;
  222. }
  223. #sidebar .posts li span     {   display:block;
  224.                                 font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  225.                                 color:#222;
  226.                                 padding:3px 0 0 35px;
  227. }
  228. #sidebar .posts a   {   display:block;
  229.                         font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  230.                         text-decoration:none;
  231.                         background:url(images/antisec.jpg) 3px 2px no-repeat;
  232.                         height:12px;
  233.                         padding:3px 0 7px 35px;
  234. }
  235. #sidebar .posts a:visited, #sidebar .posts a:active     {   text-decoration:none;
  236. }
  237. #sidebar .posts a:hover     {   color:#000!important;
  238.                                 background:url(images/starblt2.gif) 3px 1px no-repeat;
  239. }
  240. #sidebar h2     {   display:block;
  241.                     font: bold 18px Vollkorn;
  242.                     padding:5px;
  243.                     border-bottom: dashed 1px #c8bead;
  244. }
  245.  
  246. #bottom     {   padding:10px 0 0 0;
  247.                 color:#c2b7a2;
  248.                 border-top:solid 2px #111;
  249. }
  250. #bottom a   {   color:#ece6db;
  251. }
  252. #btmcontent     {   width:1010px;
  253.                     margin:auto;
  254.                     padding-bottom:25px;
  255. }
  256. #footer     {   padding:40px;
  257.                 text-align:center;
  258.                 background:#111;
  259.                 border-top:solid 1px #000;
  260. }
  261. #bottom .col1, #bottom .col2    {   width:30%;
  262. }
  263. #bottom .col1   {   float:left;
  264. }
  265. #bottom .col2   {   float:right;
  266. }
  267. #bottom .col3   {   margin:0 34% 0 34%;
  268. }
  269. #bottom .col1, #bottom .col2, #bottom .col3     {   padding:10px;
  270. }
  271. #bottom h2  {   display:block;
  272.                 font: normal 22px Lobster!important;
  273.                 text-shadow:#222 1px 1px 1px;
  274.                 color:#e0d8c9!important;
  275.                 margin-bottom:15px;
  276. }
  277. #bottom p   {   font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  278.                 line-height:16px;
  279.                 margin-bottom:15px;
  280. }
  281. #bottom ul  {   list-style:none;
  282.                 font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  283.                 text-transform:capitalize;
  284. }
  285. #btmcontent ul  {   display:block;
  286. }
  287. #btmcontent li  {   display:block;
  288.                     height:27px;
  289.                     background:url(images/btmlibg.gif)
  290.                     left bottom repeat-x;
  291. }
  292. #btmcontent li a    {   display:block;
  293.                         height:20px;
  294.                         padding:5px 10px 0 40px;
  295.                         background:url(images/btmblt.gif) 8px 8px no-repeat;
  296.                         text-decoration:none;
  297. }
  298. #btmcontent li a:hover  {   text-decoration:underline!important;
  299. }
  300. #footer p   {   font: normal 14px Lobster;
  301.                 margin-bottom:5px!important;}
  302. #footer span    {   display:block;
  303.                     font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;}
  304.  
  305. #pageheader     {   background:url(images/anonwallpaper.jpg) 10px 10px no-repeat;
  306.                     height:200px;
  307.                     padding:10px;
  308.                     margin-bottom:10px;
  309.                     position: block;
  310. }
  311.  
  312. .post ul    {   list-style:square;
  313.                 padding:0 15px 0 35px;
  314.                 margin-bottom:15px;
  315.                 line-height:18px;
  316. }
  317. .post ol    {   padding:0 15px 0 35px;
  318.                 margin-bottom:15px;
  319.                 line-height:18px;
  320. }
  321.  
  322. .post ul, .post ol  {   font-family: Vollkorn;
  323. }
  324. .post h4    {   display:block;
  325.                 font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  326.                 color:#333;
  327.                 margin-bottom:15px;
  328. }
  329. .alignleft  {   float:left;
  330. }
  331. .alignright     {   float:right;
  332. }
  333. .post img.alignleft, .post img.alignright   {   display:block;
  334.                                                 padding:10px;  
  335.                                                 border:solid 1px #ac9f87;
  336.                                                 margin:0 15px 0 15px;
  337. }
  338. blockquote p    {   margin-bottom:0!important;
  339. }
  340. blockquote  {   margin:10px;
  341.                 border:solid 1px #ac9f87;
  342.                 padding:10px 10px 10px 55px;
  343.                 background:url(images/bloqckquote.gif) 10px 10px no-repeat;
  344.                 display:block;
  345. }
  346. blockquote cite     {   font:bold italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  347.                         color:#111;
  348. }
  349. blockquote.alignleft    {   float:left;
  350.                             width:200px;
  351. }
  352. blockquote.alignright   {   float:right;
  353.                             width:200px;
  354. }
  355. .post code  {   font: 12px "Courier New", Courier, monospace;
  356.                 white-space:pre!important;
  357.                 padding:10px;
  358.                 margin:10px;
  359.                 color:#fff!important;
  360.                 background:#706a5f;
  361.                 display:block;
  362. }
  363.  
  364. form    {   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  365. }
  366. .form2  {   padding:10px;
  367. }
  368. .formpadding    {   padding:10px;
  369. }
  370. .formstyle  {   padding:15px 0 15px 0;
  371. }
  372. .formstyle label    {   display:block;
  373.                         padding:3px 3px 3px 0;
  374. }
  375. .textfield input, .textfield textarea   {   display:block;
  376.                                             padding:3px;
  377.                                             border:solid 1px #ac9f87;
  378.                                             background:#f5efe3;
  379. }
  380. .textfield input:hover, .textfield textarea:hover   {   background:#fff;
  381. }
  382. .textfield input:focus, .textfield textarea:focus   {   background:#fff;
  383.                                                         border:solid 1px #222;
  384. }
  385. .textfield input    {   width:98%;
  386. }
  387. .textfield textarea     {   width:98%;
  388. }
  389. .fields     {    margin-bottom:5px;
  390. }
  391. .infobox    {   width:38%;
  392.                 float:right;
  393.                 padding-top:25px;
  394.                 font-size:10px;
  395.                 margin-bottom:5px;
  396. }
  397. .fieldsets  {   padding:15px;
  398.                 border:solid 1px #ac9f87;
  399.                 margin:5px 10px 20px 10px;
  400. }
  401. .fieldsets h3   {   display:block;
  402.                     font:bold italic 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  403.                     color:#222;
  404.                     background: url(images/bg.jpg) repeat;
  405.                     float:left; padding:3px 8px 3px 8px;
  406.                     margin:-25px 0 0 5px;
  407. }
  408. .fieldsets .info    {   font-size:10px;
  409.                         color:#555;
  410.                         font-style:italic;
  411.                         margin-bottom:5px!important;
  412. }
  413. .fields .selectmenu     {   width:280px;
  414.                             display:block;
  415.                             padding:3px;
  416.                             border:solid 1px #ac9f87;
  417. }
  418. .fields .smallselect    {   padding:3px;
  419.                             border:solid 1px #ac9f87;
  420. }
  421. .widefields     {   padding:3px;
  422.                     margin-bottom:5px;
  423. }
  424. .textadblock2   {   padding:5px;
  425.                     background:#ffc;
  426.                     border:solid 1px #666;
  427.                     margin-bottom:8px;
  428.                     margin-right:35px;
  429. }
  430. .btn1   {   background:#706a5f;
  431.             padding:8px 10px 8px 10px;
  432.             text-align:center;
  433.             font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  434.             color:#efe9df;
  435.             border:none;
  436. }
  437.  
  438.  
  439. #comments h2    {   background:#c7bdaa;
  440.                     padding:10px;
  441.                     font-size:18px!important;
  442. }
  443. #comments .entry    {   padding:10px;
  444.                         background:#c7bdaa;
  445.                         margin-bottom:10px;
  446. }
  447. #comments .entry p  {   display:block;
  448.                         margin-bottom:8px!important;
  449. }
  450. #comments .entry .avt   {   float:left;
  451.                             width:55px;
  452.                             margin-right:10px;
  453. }
  454. .avt img    {   background:#706a5f;
  455.                 padding:5px;
  456. }
  457. #comments .entry .con, #comments .entry .name, #comments .entry .date { margin-left:70px;
  458.                         font: italic 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  459. }
  460. #comments .entry .con blockquote {}
  461. h3#respond  {   color: #fff;
  462.                 font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  463.                 margin-bottom:15px;
  464. }
  465. .comments-form  {   background:#706a5f;
  466.                     padding:10px;
  467. }
  468. .formid, .formuri, .formemail   {   padding:3px;
  469.                                     height:25px;
  470.                                     background:#f2ebdd;
  471.                                     border:solid 1px #1C1B17;
  472.                                     width:250px; color:#999;
  473.                                     font-size:16px;
  474. }
  475. .comments-form label    {   padding-left:15px;
  476.                             color:#FFC;
  477. }
  478. .comments-form .button  {   display:block;
  479.                             background:#333;
  480.                             border:none;
  481.                             padding:8px;
  482.                             font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  483.                             color:#fff;
  484. }
  485. .comments-form textarea     {   padding:3px;
  486.                                 background:#f2ebdd;
  487.                                 border:solid 1px #1C1B17;
  488.                                 color:#999;
  489.                                 font-size:16px;
  490. }
  491. .postheader     {   margin-bottom:18px;
  492. }
  493.  
  494. .widepage   {   width:970px!important;
  495.                 border:none!important;
  496. }
  497. #rightboxes div p   {   display:block;
  498.                         padding:55px 20px 0 0;
  499.                         font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  500. }
  501. #rightboxes div a   {   color:#fff;
  502.                         text-decoration:none;
  503. }
  504. #rightboxes div p a span    {   background:#000;
  505.                                 padding:3px;
  506.                                 font-size:14px;
  507. }
  508. #rightboxes div p a:hover   {   color:#ffc;
  509. }
Add Comment
Please, Sign In to add comment