Advertisement
BrineLobster

BLF Base Style Code

Dec 2nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.65 KB | None | 0 0
  1. /* Normal, standard links. */
  2. a:link, a:visited
  3. {
  4.     color: #005177;
  5.     background-color: transparent;
  6.     text-decoration: none;
  7. }
  8. a:hover
  9. {
  10.     color: #cc3333;
  11.     background-color: transparent;
  12.     text-decoration: none;
  13. }
  14.  
  15. /* Navigation links - for the link tree. */
  16. .nav, .nav:link, .nav:visited
  17. {
  18.     color: #000000;
  19.     background-color: transparent;
  20.     text-decoration: none;
  21. }
  22. a.nav:hover
  23. {
  24.     font-weight: bold;
  25.     color: #cc3333;
  26.     background-color: transparent;
  27.     text-decoration: underline;
  28. }
  29.  
  30. /* Tables should show empty cells too. */
  31. table
  32. {
  33.     empty-cells: show;
  34. }
  35.  
  36. /* By default (td, body..) use Verdana in black. */
  37. body, td, th
  38. {
  39.     color: #000000;
  40.     font-size: small;
  41.     font-family: verdana, arial, helvetica, sans-serif;
  42. }
  43.  
  44. /* Input boxes - just a bit smaller than normal so they align well. */
  45. input, textarea
  46. {
  47.     font-size: 9pt;
  48.     color: #000000;
  49.     font-family: verdana, arial, helvetica, sans-serif;
  50.     background-color: #afc6db;
  51. }
  52.  
  53. /* Checkboxes shouldn't have a background color. */
  54. input.check
  55. {
  56.     background-color: transparent;
  57. }
  58.  
  59. /* Selects are a bit smaller, because it makes them look even better 8). */
  60. select
  61. {
  62.     font-size: 8pt;
  63.     font-weight: normal;
  64.     color: #000000;
  65.     font-family: verdana, arial, helvetica, sans-serif;
  66.     background-color: #afc6db;
  67. }
  68.  
  69. /* Standard horizontal rule.. */
  70. hr
  71. {
  72.     color: #6394bd;
  73.     background-color: transparent;
  74. }
  75. /* A more colorful hr.. */
  76. .hrcolor
  77. {
  78.     height: 1px;
  79.     border: 0;
  80.     color: #6394bd;
  81.     background-color: #6394bd;
  82. }
  83.  
  84. /* A quote, perhaps from another post. */
  85. .quote
  86. {
  87.     color: #000000;
  88.     background-color: #dee7ef;
  89.     border: 1px solid black;
  90.     margin: 1px;
  91.     padding: 1px;
  92.     font-size: x-small;
  93.  
  94.    word-wrap: break-word;
  95.    word-break: break-all;
  96.    max-width:1000px;
  97. }
  98.  
  99. /* A code block - maybe even PHP ;). */
  100. .code
  101. {
  102.     color: #000000;
  103.     background-color: #cccccc;
  104.     border: 1px solid black;
  105.     margin: 1px;
  106.     padding: 1px;
  107.     font-size: x-small;
  108.     line-height: 1.3em;
  109. }
  110.  
  111. /* The "Quote:" and "Code:" header parts... */
  112. .quoteheader, .codeheader
  113. {
  114.     color: #000000;
  115.     text-decoration: none;
  116.     font-style: normal;
  117.     font-weight: bold;
  118.     font-size: x-small;
  119.     line-height: 1.2em;
  120. }
  121.  
  122. /* Generally, those [?] icons. */
  123. .help
  124. {
  125.     cursor: help;
  126.     background-color: transparent;
  127. }
  128.  
  129. /* /me uses this a lot. */
  130. .meaction
  131. {
  132.     color: red;
  133.     background-color: transparent;
  134. }
  135.  
  136. /* The main post box - this makes it as wide as possible. */
  137. .editor
  138. {
  139.     width: 100%;
  140. }
  141.  
  142. /* Highlighted text - such as search results. */
  143. .highlight
  144. {
  145.     background-color: yellow;
  146.     font-weight: bold;
  147.     color: black;
  148. }
  149.  
  150. /* Alternating backgrounds... */
  151. .windowbg
  152. {
  153.     color: #000000;
  154.     background-color: #afc6db;
  155.     vertical-align: middle;
  156. }
  157. .windowbg2
  158. {
  159.     border-style: none;
  160.     color: #000000;
  161.     background-color: #ffffff;
  162.     vertical-align: middle;
  163. }
  164.  
  165. /* Titles - such as table headers. */
  166. .titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
  167. {
  168.     font-weight: bold;
  169.     font-style: normal;
  170.     color: #ffffff;
  171.     background-color: #6e94b7;
  172. }
  173. .titlebg a:hover
  174. {
  175.     color: #ffffff;
  176.     text-decoration: underline;
  177. }
  178.  
  179. /* The category headers, page indexes, and such things. */
  180. .catbg
  181. {
  182.     font-weight: bold;
  183.     background-color: #afc6db;
  184.     background-image: url(images/catbg.gif);
  185.     color: #FFF;
  186. }
  187.  
  188. .catbg a:visited, .catbg a:link
  189. {
  190.     color: #FFF;
  191.     text-decoration: none;
  192. }
  193. .catbg a:hover
  194. {
  195.     color: #CCF;
  196.     text-decoration: underline;
  197. }
  198. .catbg td
  199. {
  200.     color: #FFF;
  201. }
  202.  
  203. .catbg3
  204. {
  205.     font-weight: bold;
  206.     background-color: #afc6db;
  207.     color: #FFF;
  208. }
  209.  
  210.  
  211. /* The borders around things. */
  212. .bordercolor
  213. {
  214.     background-color: #000;
  215. }
  216. .tborder
  217. {
  218.     border: 1px solid  #002C72;
  219. }
  220.  
  221. /* Default font sizes. */
  222. .smalltext
  223. {
  224.     font-size: x-small;
  225. }
  226. .normaltext
  227. {
  228.     font-size: small;
  229. }
  230. .largetext
  231. {
  232.     font-size: large;
  233. }
  234. /* No image should have a border when linked */
  235. a img{
  236.     border: 0;
  237. }
  238.  
  239. /* The AJAX notifier */
  240. #ajax_in_progress
  241. {
  242.     background: #32CD32;
  243.     color: white;
  244.     text-align: center;
  245.     font-weight: bold;
  246.     font-size: 18pt;
  247.     padding: 3px;
  248.     width: 100%;
  249.     position: fixed;
  250.     top: 0;
  251.     left: 0;
  252. }
  253.  
  254.  
  255.  
  256. .logoLink {
  257.     border:0px;
  258. }
  259. a.logoLink:hover
  260. {
  261.     background-color:#F00;
  262.  
  263.     filter:alpha(opacity=50);   /* Internet Explorer       */
  264.     -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
  265.     opacity: 0.5;               /* newer Mozilla and CSS-3 */
  266. }
  267. A:hover .logoLink, A:active .logoLink
  268. {
  269.     filter:alpha(opacity=50);   /* Internet Explorer       */
  270.     -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
  271.     opacity: 0.5;               /* newer Mozilla and CSS-3 */
  272. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement