SHARE
TWEET

g2 css

a guest Aug 23rd, 2015 74 Never
  1. html {
  2.     background-color: #F0F0F0;
  3.     background-image: none;
  4.     font-weight: normal;
  5.     font-style: normal;
  6.     font-variant: normal;
  7.     text-transform: none;
  8.     text-decoration: none;
  9.     font-family: Helvetica, Arial, sans-serif;
  10. }
  11.  
  12. html body {
  13.  
  14.   color: black;
  15.   background-color: #F0F0F0;
  16.   background-image: none;
  17.   font-family: arial, helvetica, sans-serif;
  18.   font-size: 10pt;
  19.   margin: 0 8px;
  20.   padding-left: 5px;
  21.   padding-right: 5px;
  22. }
  23.  
  24. div.boardlist {
  25.     color: black;
  26.     font-size: 16px;
  27.     font-family: "Lucida Grande", Verdana, sans-serif;
  28.     text-decoration: none;
  29.     background-color: #F0F0F0;
  30.     text-align:left;
  31.     position:fixed;
  32.     border-style: solid;
  33.     border-color: black;
  34.     border-top-width: 5px;
  35.     border-bottom-width: 0px;
  36.     border-left-width: 0px;
  37.     border-right-width: 0px;
  38. }
  39.  
  40. div.boardlist a {
  41.     color: black;
  42.     font-weight: bold;
  43.     letter-spacing: 5px;
  44.     font-variant: normal;
  45.     font-style: normal;
  46.     text-transform: none;
  47.     font-family: Helvetica, Arial, sans-serif;
  48. }
  49.  
  50. html body h1 {
  51.     color: black;
  52.     font-family: Helvetica, Arial, sans-serif;
  53.     background-image: none;
  54.     text-align:center;
  55. }
  56. div.title {
  57.     font-family: Helvetica, Arial, sans-serif;
  58.     color: black;
  59.     background-image: none;
  60.     text-align:center;
  61. }
  62. html body a {
  63.     color: black;
  64.     font-weight: bold;
  65.     text-decoration: none;
  66.     background-image: none;
  67. }
  68.  
  69.  
  70. * input {
  71.     color: black;
  72.     background-color: #F0F0F0;
  73.     border-style: dotted;
  74.     border-color: black;
  75.     border-top-width: 0;
  76.     border-right-width: 0;
  77.     border-left-width: 0;
  78.     border-bottom-width: 1px;
  79.     text-decoration: none;
  80.     text-transform: none;
  81.     font-variant: normal;
  82.     font-style: normal;
  83.     font-weight: normal;
  84. }
  85. tr td input {
  86.     color: black;
  87.     background-color: #F0F0F0;
  88.     border-style: dotted;
  89.     border-color: black;
  90.     border-top-width: 0;
  91.     border-right-width: 0;
  92.     border-left-width: 0;
  93.     border-bottom-width: 1px;
  94.     text-decoration: none;
  95.     text-transform: none;
  96.     font-variant: normal;
  97.     font-style: normal;
  98.     font-weight: normal;
  99.     font-size: 12px;
  100.     font-family: Helvetica, Arial, sans-serif;
  101. }
  102. #body {
  103.     background-color: #F0F0F0;
  104.     color: #000000;
  105.     font-family: Helvetica, Arial, sans-serif;
  106.     border-color: black;
  107.     border-style: dotted;
  108. }
  109. html body hr {
  110.     background-color: #F0F0F0;
  111.     background-image: none;
  112.     font-family: Helvetica, Arial, sans-serif;
  113.     margin-bottom: 23px;
  114.     padding-bottom: 8px;
  115.     border-style: solid;
  116.     border-color: black;
  117. }
  118. div.post.reply {
  119.     background-color: #F0F0F0;
  120.     color: black;
  121.     font-size: 15px;
  122.     border-style: solid;
  123.     border-color: black;
  124.     border-top-width: 5px;
  125.     border-bottom-width: 0px;
  126.     border-left-width: 0px;
  127.     border-right-width: 0px;
  128.     margin: 0.2em 16px;
  129.     padding: 0.2em 0.3em 0.5em 0.6em;
  130.     display: inline-block;
  131. }
  132.  
  133. span.omitted {
  134.   display: block;
  135.         margin-top: 1em;
  136. }
  137. br.clear {
  138.         clear: left;
  139. }
  140. span.controls {
  141.         float: right;
  142.         margin: 0;
  143.         padding: 0;
  144.         font-size: 80%;
  145. }
  146. span.controls.op {
  147.         float: none;
  148.         margin-left: 10px;
  149. }
  150. span.controls a {
  151.         margin: 0;
  152. }
  153. div#wrap {
  154.         width: 900px;
  155.         margin:0 auto;
  156. }
  157. div.ban {
  158.         background: #F0F0F0;
  159.         border: 1px solid black;
  160.         max-width: 700px;
  161.         margin: 30px auto;
  162. }
  163. div.ban p, div.ban h2 {
  164.         padding: 3px 7px;
  165. }
  166. div.ban h2 {
  167.         background: #F0F0F0;
  168.         color: black;
  169.         font-size: 12pt;
  170. }
  171. div.ban p {
  172.         font-size: 12px;
  173.         margin-bottom: 12px;
  174. }
  175. div.ban p.reason {
  176.         font-weight: bold;
  177. }
  178. span.heading {
  179.         color: black;
  180.         font-size: 11pt;
  181.         font-weight: bold;
  182.         display: block;
  183. }
  184. span.spoiler {
  185.         background: black;
  186.         color: black;
  187. }
  188. div.post.reply p.body span.spoiler a {
  189.         color: black;
  190. }
  191. span.spoiler:hover, div.post.reply p.body span.spoiler:hover a {
  192.         background: #F0F0F0;
  193.   color: black;
  194. }
  195. span.subject {
  196.     color: black;
  197. }
  198. span.name {
  199.     color: black;
  200. }
  201. span.trip {
  202.     font-weight: bold;
  203.     color: black;
  204. }
  205. span.quote {
  206.     color: #FFDB00;
  207. }
  208. span.omitted a {
  209.     text-decoration: none;
  210.     color: black;
  211.     font-weight: bold;
  212. }
  213. span.unimportant {
  214.     color: black;
  215. }
  216. span.subject {
  217.     color: #000000;
  218. }
  219. div.styles {
  220.         float: right;
  221.         padding-bottom: 20px;
  222. }
  223. div.styles a {
  224.         margin: 0 10px;
  225. }
  226. div.styles a.selected {
  227.         text-decoration: none;
  228. }
  229.  
  230. p.intro label time {
  231.     margin-left: 17px;
  232. }
  233.  
  234.  
  235. div.pages {
  236.     background-color: #F0F0F0
  237.     color: black;
  238.     border-style: solid;
  239.     border-color: black;
  240.     border-top-width: 8px;
  241.     border-bottom-width: 0px;
  242.     border-left-width: 0px;
  243.     border-right-width: 0px;
  244. }
  245. div.pages a {
  246.     color: black;
  247.     font-weight: bold;
  248. }
  249. div.delete {
  250.     background-color: #F0F0F0
  251.     font-weight: bold;
  252.     border-style: solid;
  253.     border-color: black;
  254.     color: #ffffff;
  255.     border-top-width: 8px;
  256.     width: 60%;
  257.     border-bottom-width: 6px;
  258.     border-left-width: 34px;
  259.    
  260. }
  261. div.delete input {
  262.     border-color: black;
  263.     border-style: dotted;
  264.     border-top-width: 0;
  265.     border-left-width: 0;
  266.     border-right-width: 0;
  267.     color: black;
  268.     background-color: #F0F0F0;
  269.     border-bottom-width: 1px;
  270. }
RAW Paste Data
Top