Guest User

Untitled

a guest
Jul 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.67 KB | None | 0 0
  1.  
  2.  
  3. /*
  4. This stylesheet was written by Rarity, who desires the site be fashionable.
  5. */
  6.  
  7. /* ----------------------------------------------------- */
  8.  
  9. /* Link colors */
  10.  
  11. a:link { color: #ffcccc; text-decoration: none; font-weight: bold; }
  12. a:active { color: #ffcccc; text-decoration: none; font-weight: bold; }
  13. a:visited { color: #ffcccc; text-decoration: none; font-weight: bold; }
  14. a:hover { color: white; text-decoration: underline; }
  15.  
  16. /* ----------------------------------------------------- */
  17.  
  18. /*
  19. Body tag attributes
  20. Note that the scrollbar settings work ONLY in Internet Explorer and are ignored by every other browser.
  21. */
  22.  
  23. body
  24. {
  25. background:#660066;
  26. color:white;
  27. margin-top:0px;
  28. scrollbar-face-color: #212121;
  29. scrollbar-highlight-color: #404040;
  30. scrollbar-shadow-color: #000000;
  31. scrollbar-3dlight-color: #616161;
  32. scrollbar-arrow-color:  #A1A1A1;
  33. scrollbar-track-color: #000000;
  34. scrollbar-darkshadow-color: #000000;
  35. }
  36.  
  37. /* ----------------------------------------------------- */
  38.  
  39. /* The "Site Last Updated: [date]" TD in the page header */
  40.  
  41. .last_update
  42. {
  43. font-family:Arial;
  44. font-size:10px;
  45. color:white;
  46. text-align:left;
  47. padding-left:10px;
  48. border:1px outset #ff6699;
  49. border-top:0px solid black;
  50. border-bottom:0px solid black;
  51. }
  52.  
  53. /* ----------------------------------------------------- */
  54.  
  55. /* The main navigation (top) menu links */
  56.  
  57. .top_menu
  58. {
  59. font-family:Arial;
  60. font-size:13px;
  61. color:#ffcccc;
  62. }
  63.  
  64. /* ----------------------------------------------------- */
  65.  
  66. /* The menu bar at the top */
  67.  
  68. .top_menu_bar
  69. {
  70. background:#cc3399;
  71. }
  72.  
  73. /* ----------------------------------------------------- */
  74.  
  75. /* The Site Footer */
  76.  
  77. .footer
  78. {
  79. font-family:Arial;
  80. font-size:11px;
  81. color:#ff6699;
  82. text-align:center;
  83. }
  84.  
  85. /* ----------------------------------------------------- */
  86.  
  87. /* Global Announcement Message */
  88.  
  89. .global_msg
  90. {
  91. font-family:Arial;
  92. font-size:18px;
  93. border:#cc3399 2px dashed;
  94. margin-top:10px;
  95. padding:10px;
  96. }
  97.  
  98. /* ----------------------------------------------------- */
  99.  
  100. /* Chat Reminder Message */
  101.  
  102. .chat_reminder
  103. {
  104. font-family:Arial;
  105. font-size:18px;
  106. border:#cc3399 2px dotted;
  107. margin-top:10px;
  108. padding:10px;
  109. }
  110.  
  111. /* ----------------------------------------------------- */
  112.  
  113. /* The main page sidebar */
  114.  
  115. .sidebar_title
  116. {
  117. border:1px outset #ff6699;
  118. border-bottom:0px solid black;
  119. font-family:arial;
  120. font-size:14px;
  121. background:#cc3399;
  122. padding-left:5px;
  123. padding:2px;
  124. }
  125.  
  126. .sidebar_content
  127. {
  128. border:1px outset #ff6699;
  129. border-top:0px solid black;
  130. font-family:arial;
  131. font-size:12px;
  132. padding:10px;
  133. }
  134.  
  135. /* ----------------------------------------------------- */
  136.  
  137.  
  138. /* The intro on the main page (usually just bullshit from me) */
  139.  
  140. .main_intro
  141. {
  142. font-family:Tahoma;
  143. font-size:18px;
  144. padding-left:20px;
  145. }
  146.  
  147. /* ----------------------------------------------------- */
  148.  
  149. /* The Dear Galen Disclaimer */
  150.  
  151. .disclaimer
  152. {
  153. font-family:Tahoma;
  154. font-size:16px;
  155. text-align:left;
  156. border:solid 1px #ff6699;
  157. padding:10px;
  158. }
  159.  
  160. /* ----------------------------------------------------- */
  161.  
  162. /* The rant/guestrant/deargalen titles */
  163.  
  164. .title
  165. {
  166. font-family:Tahoma;
  167. font-size:28px;
  168. text-align:center;
  169. font-weight:bold;
  170. }
  171.  
  172. .date
  173. {
  174. font-family:Tahoma;
  175. font-size:20px;
  176. text-align:center;
  177. font-weight:normal;
  178. }
  179.  
  180. /* ----------------------------------------------------- */
  181.  
  182. /* Search Result titles */
  183.  
  184. .search_title
  185. {
  186. font-family:arial;
  187. font-size:22px;
  188. font-weight:bold;
  189. }
  190.  
  191. /* ----------------------------------------------------- */
  192.  
  193. /* Rant, GR, & DG Lists */
  194.  
  195. .list
  196. {
  197. font-family:Tahoma;
  198. font-size:16px;
  199. }
  200.  
  201.  
  202. /* ----------------------------------------------------- */
  203.  
  204. /* Font for the rants, etc. (the actual content) */
  205.  
  206. .content
  207. {
  208. font-family:Tahoma;
  209. font-size:18px;
  210. text-align:left;
  211. }
  212.  
  213. /* ----------------------------------------------------- */
  214.  
  215. /* Dear Galen letters */
  216.  
  217. .dgletter
  218. {
  219. border:#ff6699 3px outset;
  220. padding:25px;
  221. font-family:arial;
  222. font-size:17px;
  223. color:#cc9999;
  224. }
  225.  
  226. /* ----------------------------------------------------- */
  227.  
  228. /* Quote Boxes */
  229.  
  230. .quote
  231. {
  232. color:#cc9999;
  233. border:#ff6699 1px solid;
  234. padding:20px;
  235. font-family: arial;
  236. font-size:16px;
  237. }
  238.  
  239. .scroll_quote
  240. {
  241. color:#cc9999;
  242. border:#ff6699 1px solid;
  243. padding:20px;
  244. font-family: arial;
  245. font-size:16px;
  246. height:250px;
  247. overflow:scroll;
  248. overflow-x:hidden;
  249. }
  250.  
  251. /* ----------------------------------------------------- */
  252.  
  253. /* Forms */
  254.  
  255. .select
  256. {
  257. background:#ff6699;
  258. color:white;
  259. }
  260.  
  261. .textfield
  262. {
  263. background:#ff6699;
  264. color:white;
  265. border:#ffcccc 1px solid;
  266. font-family:arial;
  267. font-size:16px;
  268. }
  269.  
  270. .search_box
  271. {
  272. background:#ff6699;
  273. color:white;
  274. border:#ffcccc 1px solid;
  275. font-family:arial;
  276. font-size:12px;
  277. }
  278.  
  279. .button
  280. {
  281. background:#ff6699;
  282. color:white;
  283. border:#ffcccc 1px solid;
  284. font-family:arial;
  285. font-size:16px;
  286. }
  287.  
  288. .search_button
  289. {
  290. background:#ff6699;
  291. color:white;
  292. border:#ffcccc 1px solid;
  293. font-family:arial;
  294. font-size:12px;
  295. }
  296.  
  297. /* ----------------------------------------------------- */
  298.  
  299. /* Archive Menu */
  300.  
  301. .archive_menu
  302. {
  303. border:#ff6699 2px solid;
  304. font-family:arial;
  305. font-size:18px;
  306. text-align:center;
  307. padding:5px;
  308. }
  309.  
  310. /* ----------------------------------------------------- */
  311.  
  312. /* FAQ questions */
  313.  
  314. .faq
  315. {
  316. border:#ff6699 2px outset;
  317. padding:10px;
  318. }
  319.  
  320. /* ----------------------------------------------------- */
  321.  
  322. /* Top quotes*/
  323.  
  324. .top_quotes
  325. {
  326. font-family:arial;
  327. font-size:12px;
  328. text-align:center;
  329. }
  330.  
  331. /* ----------------------------------------------------- */
  332.  
  333. /* Comment Board styles */
  334.  
  335. .cb_navmenu
  336. {
  337. font-family:Arial;
  338. font-size:13px;
  339. color:white;
  340. padding:2px;
  341. text-align:center;
  342. }
  343.  
  344. .cb_post_form
  345. {
  346. font-family:Arial;
  347. font-size:13px;
  348. color:white;
  349. }
  350.  
  351. .cb_rules
  352. {
  353. font-family:Arial;
  354. font-size:12px;
  355. color:white;
  356. padding-left:10px;
  357. padding-top:10px;
  358. }
  359.  
  360. .cb_small
  361. {
  362. font-family:Arial;
  363. font-size:11px;
  364. color:white;
  365. }
  366.  
  367. .cb_post_header
  368. {
  369. font-family:Arial;
  370. font-size:16px;
  371. color:white;
  372. border:#ff6699 2px solid;
  373. border-bottom:black 0px solid;
  374. background:#cc3399;
  375. }
  376.  
  377. .cb_post_body
  378. {
  379. font-family:Arial;
  380. font-size:16px;
  381. color:white;
  382. background:#660066;
  383. padding:5px;
  384. padding-left:20px;
  385. padding-top:20px;
  386. border:#ff6699 2px solid;
  387. border-top:black 0px solid;
  388. }
  389.  
  390. .cb_porn
  391. {
  392. font-family:Arial;
  393. font-size:14px;
  394. color:white;
  395. padding:2px;
  396. border:#ff6699 1px dashed;
  397. }
  398.  
  399. .cb_spoiler_header
  400. {
  401. color:white;
  402. border:white 1px solid;
  403. padding:5px;
  404. font-family:arial;
  405. font-size:16px;
  406. }
  407.  
  408. .cb_spoiler_body
  409. {
  410. color:white;
  411. border:white 1px solid;
  412. padding:15px;
  413. font-family:arial;
  414. font-size:16px;
  415. border-top:black 0px solid;
  416. }
  417.  
  418. .cb_adminform
  419. {
  420. color:white;
  421. text-align:right;
  422. font-family:arial;
  423. font-size:16px;
  424. }
Add Comment
Please, Sign In to add comment