Advertisement
Guest User

css do forum

a guest
Jun 18th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.57 KB | None | 0 0
  1. body {
  2.     background-color: #D8DDE8;
  3.     color: #5A5A5A;
  4.     font: 13px helvetica,arial,sans-serif;
  5.     margin-bottom: 0px;
  6. }
  7.  
  8.  
  9.  
  10.  
  11. .pun {
  12.     background: none repeat scroll 0 0 #FFFFFF;
  13.     box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  14.     line-height: 120%;
  15.     padding: 0px;
  16.     margin: 0 auto;
  17.     min-width: 100px;
  18.     width: 99% !important;
  19. }
  20.  
  21.  
  22.  
  23.  
  24. .main_width {
  25.     margin: 0 auto;
  26.     min-width: 1000px;
  27.     width: 100% !important;
  28. }
  29.  
  30.  
  31.  
  32.  
  33. ol, ul {
  34.     list-style: none outside none;
  35. }
  36.  
  37.  
  38.  
  39.  
  40. ul.linklist li a img{margin-left:-0px;margin-right:-0px;}div#page-header div.navbar ul.linklist li a{
  41. padding-right: 0px;}
  42.  
  43.  
  44.  
  45.  
  46. .pun a:link {
  47.     color: #225985;
  48.     text-decoration: none;
  49. }
  50. .pun a:visited {
  51.     color: #225985;
  52. }
  53. .pun a:hover {
  54.     color: #328586;
  55.     text-decoration: none;
  56. }
  57. .pun a:active {
  58.     color: #225985;
  59. }
  60. .pun a:focus {
  61.     color: #225985;
  62. }
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. #branding {
  72.     background: url("http://community.invisionpower.com/filestore/public/style_images/master/branding_bg.png") repeat-x scroll 0 0 #0F3854;
  73.     border-bottom: 1px solid #1B3759;
  74.     min-height: 64px;
  75. }
  76. #logo {
  77.     display: inline;
  78. }
  79. #primary_nav {
  80.     background: none repeat scroll 0 0 #204066;
  81.     font-size: 13px;
  82.     padding: 15px 0 0;
  83. }
  84. #community_app_menu > li {
  85.     margin: 0 3px 0 0;
  86.     position: relative;
  87.     display: inline;
  88.     top: -8px;
  89. }
  90. #community_app_menu > li > a {
  91.     background: none repeat scroll 0 0 #FFFFFF;
  92.     color: #C5D5E2;
  93.     display: inline;
  94.     padding: 6px 15px 8px;
  95.     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  96.     text-decoration: none;
  97. }
  98. #community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
  99.     background: none repeat scroll 0 0 #FFFFFF;
  100.     color: #FFFFFF;
  101. }
  102. #community_app_menu a[href="/"] {
  103.     background:  #FFFFFF;
  104.     color: #0B5794;
  105.     font-weight: bold;
  106.     margin-top: 0;
  107.     text-shadow: none;
  108. }
  109. #community_app_menu a[href="/"]:hover {
  110.     background: #fff;
  111.     color: #0B5794;
  112. }
  113.  
  114.  
  115.  
  116.  
  117. #search {
  118.     margin: 20px 0;
  119. }
  120. #main_search {
  121.     background: none repeat scroll 0 0 transparent;
  122.     border: 0 none;
  123.     font-size: 12px;
  124.     outline: 0 none;
  125.     padding: 0;
  126.     width: 130px;
  127.     margin-top: 6px;
  128. }
  129. #main_search.inactive {
  130.     color: #BCBCBC;
  131. }
  132. #search_wrap {
  133.     background: none repeat scroll 0 0 #FFFFFF;
  134.     border-radius: 3px 4px 4px 3px;
  135.     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  136.     display: block;
  137.     height: 26px;
  138.     line-height: 25px;
  139.     min-width: 230px;
  140.     padding: 0 26px 0 4px;
  141.     position: relative;
  142. }
  143. #adv_search {
  144.     background: url("http://community.invisionpower.com/filestore/public/style_images/master/advanced_search.png") no-repeat scroll right 50% transparent;
  145.     display: inline-block;
  146.     height: 16px;
  147.     margin: 4px 0 4px 4px;
  148.     text-indent: -3000em;
  149.     width: 16px;
  150. }
  151. #search .submit_input {
  152.     background: url("http://community.invisionpower.com/filestore/public/style_images/master/search_icon.png") no-repeat scroll 50% center #7BA60D;
  153.     border: 1px solid #7BA60D;
  154.     border-radius: 0 3px 3px 0;
  155.     bottom: 0;
  156.     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  157.     display: block;
  158.     height: 26px;
  159.     padding: 0;
  160.     position: absolute;
  161.     right: 0;
  162.     text-indent: -3000em;
  163.     top: 0;
  164.     width: 26px;
  165. }
  166. #search_options {
  167.     background: none repeat scroll 0 0 #EAEAEA;
  168.     border-radius: 3px 3px 3px 3px;
  169.     display: inline-block;
  170.     float: right;
  171.     font-size: 10px;
  172.     height: 20px;
  173.     line-height: 20px;
  174.     margin: 3px 3px 3px 0;
  175.     max-width: 80px;
  176.     overflow: hidden;
  177.     padding: 0 6px;
  178.     text-overflow: ellipsis;
  179. }
  180.  
  181.  
  182.  
  183.  
  184. fieldset, img {
  185.     border: 0 none;
  186. }
  187.  
  188.  
  189.  
  190.  
  191. .status img {
  192.     margin-left: -7px;
  193. }
  194.  
  195.  
  196.  
  197.  
  198. .codebox {
  199.     background-color: #F7F7F7;
  200.     border-color: #E5E5E5 #E5E5E5 #E5E5E5 #989898;
  201.     margin: 1em;
  202.     border-width: 2px;
  203.     border-style: solid;
  204.     border-radius: 5px;
  205. }
  206. .codebox dt {
  207.     border-left: 0px dotted #DDDDDD;
  208.     padding: 0.25em;
  209.     background: -moz-linear-gradient(center top , #F6F6F6 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
  210. }
  211. .codebox dd {
  212.     background-color: #F7F7F7;
  213.     margin: 0.5em;
  214.     padding: 0.5em;
  215. }
  216.  
  217.  
  218.  
  219.  
  220. .postmain blockquote {
  221.     background-color: #fafafa;
  222.     border: 1px solid #C9C9C9;
  223.     padding: 0.5em 1em;
  224.     border-radius: 4px 4px 4px 4px;
  225. }
  226.  
  227.  
  228.  
  229.  
  230. .user-basic-info img {
  231.     border: 1px solid #D5D5D5;
  232.     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  233.     padding: 1px;
  234.     margin-top: 10px;
  235. }
  236. .user-basic-info img:hover {
  237.     border: 1px solid #7D7D7D;
  238. }
  239.  
  240.  
  241.  
  242.  
  243. .main .main-head {
  244.     background: url("") repeat-x scroll center top #2C5687;
  245.     border-color: #316897;
  246.     border-radius: 4px 4px 0 0;
  247.     border-style: solid;
  248.     border-width: 1px 1px 0;
  249.     box-shadow: 0 1px 0 #528CBC inset;
  250.     color: #FFFFFF;
  251.     font-size: 16px;
  252.     font-weight: 300;
  253.     padding: 10px 10px 11px;
  254.     margin-top: 10px;
  255. }
  256. .ipsBox {
  257.     background: none repeat scroll 0 0 #EBF0F3;
  258.     padding: 9px;
  259. }
  260.  
  261.  
  262.  
  263.  
  264. .ipsBox_container {
  265.     background: none repeat scroll 0 0 #FFFFFF;
  266.     border: 1px solid #DBE4EF;
  267. }
  268.  
  269.  
  270.  
  271.  
  272. .hide {
  273.     display: none;
  274. }
  275.  
  276.  
  277.  
  278.  
  279. #pun-visit, .main-box {
  280.     display: none;
  281. }
  282.  
  283.  
  284.  
  285.  
  286. .pun table.table td {
  287.     background-color: #fff;
  288.     border-color: #FFFFFF;
  289.     border-style: none none solid none;
  290.     border-width: 1px;
  291.     line-height: 130%;
  292.     padding: 8px;
  293. }
  294.  
  295.  
  296.  
  297.  
  298. .pun .paged-foot, .pun .paged-head {
  299.     background-color: transparent;
  300.     border: 0px solid #DDDDDD;
  301.     padding: 0.6em 1.3em 0.3em;
  302. }
  303.  
  304.  
  305.  
  306.  
  307. .main .main-foot {
  308.     background-color: Transparent;
  309.     color: #DEDFDF;
  310.     font-weight: 400;
  311.     padding: 0.7em 1.3em;
  312. }
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. .pun .main table td.tc2, .pun .main table td.tc3 {
  322.     background-color: #fff;
  323. }
  324.  
  325.  
  326.  
  327.  
  328. .pun .post {
  329.     border-color: #DBE4EF;
  330.     border-style: solid none;
  331.     border-width: 0px 0 0 1px;
  332. }
  333.  
  334.  
  335.  
  336.  
  337. .pun .postmain {
  338.     background-color: #fff;
  339.     border-left: 0px solid #DDDDDD;
  340.     margin-left: 18em;
  341. }
  342. .pun .posthead {
  343.     background: #D8DDE8;
  344.     border-bottom: 0px dashed #CCCCCC;
  345.     padding: 0 10px;
  346.     line-height: 36px;
  347.     height: 36px;
  348.     margin-left: -234px;
  349. }
  350.  
  351.  
  352.  
  353.  
  354. .t-date {
  355.     margin-left: 245px;
  356. }
  357.  
  358.  
  359.  
  360.  
  361. .postfoot {
  362.     border-top: 0px dashed #CCCCCC;
  363.     clear: both;
  364.     margin-left: -17em;
  365.     padding: 0.5em 1em;
  366.     text-align: right;
  367. }
  368.  
  369.  
  370.  
  371.  
  372. #board_stats {
  373.     text-align: center;
  374. }
  375. #board_stats li {
  376.     margin-right: 20px;
  377.     display: inline;
  378. }
  379. #board_stats .value {
  380.     background: none repeat scroll 0 0 #E2E2E2;
  381.     border-radius: 2px 2px 2px 2px;
  382.     color: #4A4A4A;
  383.     font-weight: bold;
  384.     margin-right: 3px;
  385.     padding: 2px 6px;
  386. }
  387. .statistics {
  388.     border-top: 3px solid #D8D8D8;
  389.     line-height: 1.3;
  390.     margin: 20px 0 0;
  391.     overflow: hidden;
  392.     padding: 10px 0;
  393. }
  394.  
  395.  
  396.  
  397.  
  398. #pun-about {
  399.     background-color: #fff;
  400.     border: 1px solid #DBE4EF;
  401.     line-height: 150%;
  402.     padding: 0.6em 1em;
  403.     text-align: right;
  404. }
  405. #pun-about ul {
  406.     list-style-type: none;
  407. }
  408. #pun-about ul li {
  409.     display: inline;
  410. }
  411. #pun-about ul li a {
  412.     font-weight: normal;
  413. }
  414. #pun-about #qjump {
  415.     display: none;
  416. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement