Advertisement
Guest User

user.css

a guest
Feb 10th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.98 KB | None | 0 0
  1. #header .frame #top_section {
  2. display:none
  3. }
  4. /*
  5. Generated by SMF Theme Generator
  6. http://www.smfhacks.com
  7. */
  8. /* Normal, standard links. */
  9. a:link
  10. {
  11.     color: #476C8E;
  12.     text-decoration: none;
  13. }
  14. a:visited
  15. {
  16.     color: #476C8E;
  17.     text-decoration: none;
  18. }
  19. a:hover
  20. {
  21.     color: #476C8E;
  22.     text-decoration: underline;
  23. }
  24.  
  25. /* Navigation links - for the link tree. */
  26. .nav, .nav:link, .nav:visited
  27. {
  28.     color: #000000;
  29.     text-decoration: none;
  30. }
  31. a.nav:hover
  32. {
  33.     color: #cc3333;
  34.     text-decoration: underline;
  35. }
  36.  
  37. /* Tables should show empty cells. */
  38. table
  39. {
  40.     empty-cells: show;
  41. }
  42.  
  43. /* By default (td, body..) use verdana in black. */
  44. body, td, th , tr
  45. {
  46.     color: #000000;
  47.     font-size: small;
  48.     font-family: verdana, sans-serif;
  49. }
  50.  
  51. /* The main body of the entire forum. */
  52. body
  53. {
  54.     background-color: #E5E5E8;
  55.     margin: 0px;
  56.     padding: 12px 30px 4px 30px;
  57.  
  58. }
  59.  
  60. /* Input boxes - just a bit smaller than normal so they align well. */
  61. input, textarea, button
  62. {
  63.     background-color: ;
  64.     color: #000000;
  65.     font-family: verdana, sans-serif;
  66. }
  67. input, button
  68. {
  69.     font-size: 90%;
  70. }
  71.  
  72. textarea
  73. {
  74.     font-size: 100%;
  75.     color: #000000;
  76.     font-family: verdana, sans-serif;
  77. }
  78.  
  79. /* All input elements that are checkboxes or radio buttons. */
  80. input.check
  81. {
  82. }
  83.  
  84. /* Selects are a bit smaller, because it makes them look even better 8). */
  85. select
  86. {
  87.     font-size: 90%;
  88.     font-weight: normal;
  89.     color: #000000;
  90.     font-family: verdana, sans-serif;
  91. }
  92.  
  93. /* Standard horizontal rule.. ([hr], etc.) */
  94. hr, .hrcolor
  95. {
  96.     height: 1px;
  97.     border: 0;
  98.     color: #666666;
  99.     background-color: #666666;
  100. }
  101.  
  102. /* No image should have a border when linked */
  103. a img
  104. {
  105.     border: 0;
  106. }
  107. /* A quote, perhaps from another post. */
  108. .quote
  109. {
  110.     color: #000000;
  111.     background-color: #D7DAEC;
  112.     border: 1px solid #000000;
  113.     margin: 1px;
  114.     padding: 1px;
  115.     font-size: x-small;
  116.     line-height: 1.4em;
  117. }
  118.  
  119. /* A code block - maybe even PHP ;). */
  120. .code
  121. {
  122.     color: #000000;
  123.     background-color: #dddddd;
  124.     font-family: "courier new", "times new roman", monospace;
  125.     font-size: x-small;
  126.     line-height: 1.3em;
  127.     /* Put a nice border around it. */
  128.     border: 1px solid #000000;
  129.     margin: 1px auto 1px auto;
  130.     padding: 1px;
  131.     width: 99%;
  132.     /* Don't wrap its contents, and show scrollbars. */
  133.     white-space: nowrap;
  134.     overflow: auto;
  135.     /* Stop after about 24 lines, and just show a scrollbar. */
  136.     max-height: 24em;
  137. }
  138.  
  139. /* The "Quote:" and "Code:" header parts... */
  140. .quoteheader, .codeheader
  141. {
  142.     color: #000000;
  143.     text-decoration: none;
  144.     font-style: normal;
  145.     font-weight: bold;
  146.     font-size: x-small;
  147.     line-height: 1.2em;
  148. }
  149.  
  150. /* Generally, those [?] icons.  This makes your cursor a help icon. */
  151. .help
  152. {
  153.     cursor: help;
  154. }
  155.  
  156. /* /me uses this a lot. (emote, try typing /me in a post.) */
  157. .meaction
  158. {
  159.     color: red;
  160. }
  161.  
  162. /* The main post box - this makes it as wide as possible. */
  163. .editor
  164. {
  165.     width: 96%;
  166. }
  167.  
  168. /* Highlighted text - such as search results. */
  169. .highlight
  170. {
  171.     background-color: yellow;
  172.     font-weight: bold;
  173.     color: black;
  174. }
  175.  
  176. /* Alternating backgrounds for posts, and several other sections of the forum. */
  177. .windowbg
  178. {
  179.     color: #000000;
  180.     background-color: #ECEDF3;
  181. }
  182. .windowbg2
  183. {
  184.     color: #000000;
  185.     background-color: #F6F6F6;
  186. }
  187. .windowbg3
  188. {
  189.     color: #000000;
  190.     background-color: #E0E1E8;
  191. }
  192. /* the today container in calendar */
  193. .calendar_today
  194. {
  195.     background-color: #FFFFFF;
  196. }
  197.  
  198. /* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
  199. .titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
  200. {
  201.     color: black;
  202.     font-style: normal;
  203.     background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
  204.     border-bottom: solid 1px #9BAEBF;
  205.     border-top: solid 1px #FFFFFF;
  206.     padding-left: 10px;
  207.     padding-right: 10px;
  208. }
  209. .titlebg, .titlebg a:link, .titlebg a:visited
  210. {
  211.     font-weight: bold;
  212.     color: black;
  213.     font-style: normal;
  214. }
  215.  
  216. .titlebg a:hover
  217. {
  218.     color: #404040;
  219. }
  220. /* same as titlebg, but used where bold text is not needed */
  221. .titlebg2 a:link, .titlebg2 a:visited
  222. {
  223.     color: black;
  224.     font-style: normal;
  225.     text-decoration: underline;
  226. }
  227.  
  228. .titlebg2 a:hover
  229. {
  230.     text-decoration: underline;
  231. }
  232.  
  233. /* This is used for categories, page indexes, and several other areas in the forum.
  234. .catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
  235. .catbg , tr.catbg td , .catbg3 , tr.catbg3 td
  236. {
  237.     background: url(images/catbg.jpg) #88A6C0 repeat-x;
  238.     color: #ffffff;
  239.     padding-left: 10px;
  240.     padding-right: 10px;
  241. }
  242. .catbg2 , tr.catbg2 td
  243. {
  244.     background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
  245.     color: #ffffff;
  246.     padding-left: 10px;
  247.     padding-right: 10px;
  248. }
  249. .catbg, .catbg2, .catbg3
  250. {
  251.     border-bottom: solid 1px #375576;
  252. }
  253. .catbg, .catbg2
  254. {
  255.     font-weight: bold;
  256. }
  257. .catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
  258. {
  259.     font-size: 95%;
  260.     color: white;
  261.     text-decoration: none;
  262. }
  263. .catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
  264. {
  265.     color: white;
  266.     text-decoration: none;
  267. }
  268. .catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
  269. {
  270.     color: #e0e0ff;
  271. }
  272. /* This is used for tables that have a grid/border background color (such as the topic listing.) */
  273. .bordercolor
  274. {
  275.     background-color: #ADADAD;
  276.     padding: 0px;
  277. }
  278.  
  279. /* This is used on tables that should just have a border around them. */
  280. .tborder
  281. {
  282.     padding: 1px;
  283.     border: 1px solid #696969;
  284.     background-color: #FFFFFF;
  285. }
  286.  
  287. /* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
  288. .smalltext
  289. {
  290.     font-size: x-small;
  291.     font-family: verdana, sans-serif;
  292. }
  293. .middletext
  294. {
  295.     font-size: 90%;
  296. }
  297. .normaltext
  298. {
  299.     font-size: small;
  300. }
  301. .largetext
  302. {
  303.     font-size: large;
  304. }
  305.  
  306.  
  307. /* Posts and personal messages displayed throughout the forum. */
  308. .post, .personalmessage
  309. {
  310.     width: 100%;
  311.     overflow: auto;
  312.     line-height: 1.3em;
  313. }
  314.  
  315. /* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
  316. .signature
  317. {
  318.     width: 100%;
  319.     overflow: auto;
  320.     padding-bottom: 3px;
  321.     line-height: 1.3em;
  322. }
  323.  
  324. /* Sometimes there will be an error when you post */
  325. .error
  326. {
  327.     color: red;
  328. }
  329.  
  330.  
  331. /* definitions for the main tab, active means the tab reflects which page is displayed */
  332. .maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
  333. {
  334.     color: white;
  335.     text-transform: uppercase;
  336.     vertical-align: top;
  337. }
  338. .maintab_back, .maintab_active_back
  339. {
  340.     color: white;
  341.     text-decoration: none;
  342.     font-size:  9px;
  343.     vertical-align: top;
  344.     padding: 2px 6px 6px 6px;
  345.     font-family: tahoma, sans-serif;
  346. }
  347.  
  348. .maintab_first
  349. {
  350.     background: url(images/maintab_first.gif) left bottom no-repeat;
  351.     width: 10px;
  352. }
  353. .maintab_back
  354. {
  355.     background: url(images/maintab_back.gif) left bottom repeat-x;
  356. }
  357. .maintab_last
  358. {
  359.     background: url(images/maintab_last.gif) left bottom no-repeat;
  360.     width: 8px;
  361. }
  362. .maintab_active_first
  363. {
  364.     background: url(default/images/maintab_active_first.gif) left bottom no-repeat;
  365.     width: 6px;
  366. }
  367. .maintab_active_back
  368. {
  369.     background: url(default/images/maintab_active_back.gif) left bottom repeat-x;
  370. }
  371. .maintab_active_last
  372. {
  373.     background: url(default/images/maintab_active_last.gif) left bottom no-repeat;
  374.     width: 8px;
  375. }
  376.  
  377. /* how links behave in main tab. */
  378. .maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
  379. {
  380.     color: white;
  381.     text-decoration: none;
  382. }
  383.  
  384. .maintab_back a:hover, .maintab_active_back a:hover
  385. {
  386.     color: #e0e0ff;
  387.     text-decoration: none;
  388. }
  389. /* definitions for the mirror tab */
  390. .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
  391. {
  392.     color: white;
  393.     text-transform: uppercase;
  394.     vertical-align: top;
  395. }
  396. .mirrortab_back, .mirrortab_active_back
  397. {
  398.     color: white;
  399.     text-decoration: none;
  400.     font-size: 9px;
  401.     vertical-align: bottom;
  402.     padding: 6px 6px 2px 6px;
  403.     font-family: tahoma, sans-serif;
  404. }
  405.  
  406. .mirrortab_first
  407. {
  408.     background: url(images/mirrortab_first.gif) no-repeat;
  409.     width: 10px;
  410. }
  411. .mirrortab_back
  412. {
  413.     background: url(images/mirrortab_back.gif) repeat-x;
  414. }
  415. .mirrortab_last
  416. {
  417.     background: url(images/mirrortab_last.gif) no-repeat;
  418.     width: 6px;
  419. }
  420. .mirrortab_active_first
  421. {
  422.     background: url(images/mirrortab_active_first.gif) no-repeat;
  423.     width: 6px;
  424. }
  425. .mirrortab_active_back
  426. {
  427.     background: url(images/mirrortab_active_back.gif) repeat-x;
  428. }
  429. .mirrortab_active_last
  430. {
  431.     background: url(images/mirrortab_active_last.gif) no-repeat;
  432.     width: 8px;
  433. }
  434.  
  435. /* how links behave in mirror tab. */
  436. .mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
  437. {
  438.     color: white;
  439.     text-decoration: none;
  440. }
  441.  
  442. .mirrortab_back a:hover, .mirrortab_active_back a:hover
  443. {
  444.     color: #e0e0ff;
  445.     text-decoration: none;
  446. }
  447.  
  448. /* The AJAX notifier */
  449. #ajax_in_progress
  450. {
  451.     background: #32CD32;
  452.     color: white;
  453.     text-align: center;
  454.     font-weight: bold;
  455.     font-size: 18pt;
  456.     padding: 3px;
  457.     width: 100%;
  458.     position: fixed;
  459.     top: 0;
  460.     left: 0;
  461. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement