home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 118 / cdrom118.iso / internet / webaroo / WebarooSetup.exe / Webaroo.msi / _A0E662FCF1F34450A0A15C36C73B9E2B < prev    next >
Encoding:
Text File  |  2006-03-07  |  4.6 KB  |  401 lines

  1. ∩╗┐/* CSS Document */
  2.  
  3. body
  4. {
  5. margin-top: 5px;
  6. font: normal 12px verdana;
  7. text-align: left;
  8. background: #eeeeee;
  9. }
  10. .container
  11. {
  12. width: 750px;
  13. border: 0px;
  14. background: #FFFFFF;
  15. margin-left: auto;
  16. margin-right: auto;
  17. }
  18.  
  19. #logo
  20. {
  21. width: 250px;
  22. height: 99px;
  23. }
  24.  
  25. #univbar
  26. {
  27. text-align: right;
  28. font: normal 12px verdana;
  29. padding: 0 5px 5px 5px;
  30. height: 48px;
  31. vertical-align: bottom;
  32. }
  33.  
  34. #welcomebar
  35. {
  36. text-align: left;
  37. font: normal 12px verdana;
  38. padding: 0 5px 5px 5px;
  39. height: 48px;
  40. vertical-align: bottom;
  41. }
  42.  
  43. /*#topbar
  44. {
  45. background: url(../images/bar_bkg.gif) repeat-x;
  46. vertical-align: top;
  47. width: 500px;
  48. }
  49.  
  50. .leftback
  51. {
  52. width: 25px;
  53. vertical-align: top;
  54. background-image:url(../images/left_bkg.gif);
  55. background-repeat:repeat-y;
  56. }*/
  57.  
  58. #leftnav
  59. {font: bold 12px verdana, sans-serif;
  60. color: #666666;
  61. vertical-align: top;
  62. height: 520px;
  63. }
  64.  
  65. #leftnav ul
  66. {
  67. margin: 0 0 0 0;
  68. }
  69.  
  70. #leftnav ul li
  71. {
  72. style: none;
  73. line-height: 2.5em;
  74. display: block;
  75. }
  76.  
  77. #active
  78. {
  79. color: #666666;
  80. }
  81.  
  82. #content
  83. {
  84. vertical-align: top;
  85. }
  86.  
  87. h1
  88. {
  89. font: normal 28px Arial, Helvetica;
  90. color: #FF0000;
  91. margin-top: 0px;
  92. margin-left: 0px;
  93. }
  94.  
  95. h3
  96. {
  97. font: bold 16px verdana;
  98. }
  99.  
  100. h4
  101. {
  102. font: bold 12px verdana;
  103. }
  104.  
  105. p
  106. {
  107. font: normal 12px verdana;
  108. }
  109.  
  110. .error
  111. {
  112. font: bold 12px verdana;
  113. color: #CC0000;
  114. }
  115.  
  116. a:link 
  117. {
  118. color: #006699;
  119. text-decoration: underline ;
  120. }
  121. a:visited 
  122. {
  123. color: #551a8b;
  124. text-decoration: underline ;
  125. }
  126.  
  127. .bodyheading
  128. {
  129. font: bold 12px verdana;
  130. }
  131.  
  132. #log
  133. {
  134. width: 50px;
  135. }
  136.  
  137. .accinfo
  138. {
  139. width:100%;
  140. border: none;
  141. font: normal 12px verdana;
  142. margin-top: -10px;
  143. }
  144.  
  145. .accinfo th
  146. {
  147. background: #DDDDDD;
  148. vertical-align: middle;
  149. height: 16px;
  150. padding-left: 5px;
  151. }
  152.  
  153. .accinfo tr
  154. {
  155. height: 25px;
  156. text-align: left;
  157. }
  158.  
  159. .topicinfo
  160. {
  161. width:100%;
  162. border: none;
  163. font: normal 12px verdana;
  164. margin-top: -10px;
  165. }
  166.  
  167. .topicinfo th
  168. {
  169. background: #DDDDDD;
  170. vertical-align: middle;
  171. height: 16px;
  172. padding-left: 5px;
  173. }
  174.  
  175. .topicinfo tr
  176. {
  177. height: 25px;
  178. text-align: left;
  179. }
  180.  
  181. .topicinfo td
  182. {
  183. padding-left: 20px;
  184. }
  185.  
  186. .expanded
  187. {
  188. vertical-align: top;
  189. }
  190.  
  191. label
  192. {
  193. text-align: left;
  194. padding-left: 0px;
  195. }
  196.  
  197. #channeltab
  198. {
  199. width:100%;
  200. }
  201.  
  202. #channeltab tr
  203. {
  204. height: 22px;
  205. vertical-align: middle;
  206. }
  207.  
  208. /*#channeltab td.sel
  209. {
  210. width: 100px;
  211. background: url(../images/select_tab.gif) no-repeat;
  212. text-align: center;
  213. font: bold 12px verdana;
  214. }
  215.  
  216. #channeltab td.unsel
  217. {
  218. width: 100px;
  219. border-bottom: solid 2px #999999;
  220. background: url(../images/unsel_tab.gif) no-repeat;
  221. text-align: center;
  222. font: bold 12px verdana;
  223.  
  224. }*/
  225.  
  226. #channeltab td.blank
  227. {
  228. width: 150px;
  229. border-bottom: solid 2px #999999;
  230. }
  231.  
  232. #tandc
  233. {
  234. width: 90%;
  235. height: 200px;
  236. overflow: auto;
  237. background-color: #CCCCCC;
  238. border: 1px #000000;
  239. padding: 0 10px 0 10px;
  240. }
  241.  
  242. #sponsorlinks
  243. {
  244. background: #CCCCCC;
  245. padding: 5px 5px 5px 5px;
  246. font: normal 14px verdana;
  247. }
  248.  
  249. #sponsorlinks h3
  250. {
  251. font: bold 12px verdana;
  252. padding-left: 20px;
  253. }
  254.  
  255. #sponsorlinks ul li
  256. {
  257. style: none;
  258. list-style-type: none;
  259. line-height: 1.5em;
  260. display: block;
  261. padding-left: -20px;
  262. margin-left: -20px;
  263. }
  264.  
  265. #edpicks
  266. {
  267. width:100%;
  268. border: none;
  269. font: normal 12px verdana;
  270. margin-top: -10px;
  271. }
  272.  
  273. #edpicks th
  274. {
  275. background: #DDDDDD;
  276. vertical-align: middle;
  277. height: 16px;
  278. padding-left: 5px;
  279. }
  280.  
  281. #edpicks tr
  282. {
  283. height: 25px;
  284. text-align: left;
  285. }
  286.  
  287.  
  288.  
  289. #edpicks ul li
  290. {
  291. style: none;
  292. list-style-type: none;
  293. display: block;
  294. padding-top: .5em;
  295. padding-bottom: .5em;
  296. padding-right: .5em;
  297. padding-left: -20px;
  298. margin-left: -20px;    
  299. }
  300.  
  301. #topics td
  302. {
  303. padding-left: 20px;
  304. }
  305.  
  306. #searchbar
  307. {
  308. width: 100%;
  309. margin-left: 0px;
  310. }
  311.  
  312. .resultset
  313. {
  314. padding-top: 5px;
  315. padding-bottom: 10px;
  316. }
  317.  
  318. #pagination
  319. {
  320. text-align: right;
  321. }
  322.  
  323. #pagination ul li
  324. {
  325. style: none;
  326. display: inline;
  327. padding-left: 1em;
  328. }
  329.  
  330. #editlink
  331. {
  332. font: normal 12px verdana;
  333. text-align: right;
  334. }
  335.  
  336. .notes
  337. {
  338. font: normal 10px verdana;
  339. }
  340.  
  341. .mysites_row_odd{
  342. display: table-row;
  343. width: 100%;
  344. padding: 1px;
  345. }
  346. .mysites_row_even{
  347. display: table-row;
  348. width: 100%;
  349. padding: 1px;
  350. background-color: #eeeeee;
  351. }
  352.  
  353. #change_city
  354. {
  355. text-align: right;
  356. }
  357.  
  358. .footer
  359. {
  360. background: #ffddbb;
  361. font: 10px verdana;
  362. border-top: solid 1px #666666;
  363. }
  364.  
  365.  
  366. #driveinfo
  367. {
  368. width:98%;
  369. border: none;
  370. font: normal 12px verdana, sans-serif;
  371. background: #DDDDDD;
  372. vertical-align: middle;
  373. }
  374.  
  375. #driveinfo th
  376. {
  377. height: 28px;
  378. padding-left: 5px;
  379. background: #999999;
  380. }
  381.  
  382. #driveinfo tr
  383. {
  384. height: 28px;
  385. text-align: left;
  386. }
  387.  
  388. #driveinfo #buttons
  389. {
  390. padding-left: 5px;
  391. }
  392.  
  393. .search_term_highlight 
  394. {
  395. font-weight : bold;
  396. }
  397. .channel_name
  398. {
  399. font-weight : bold;
  400. }
  401.