home *** CD-ROM | disk | FTP | other *** search
/ Minami 1 / MINAMI2_01.iso / Webs / mangaes.swb.de / enlaces / links.css
Cascading Style Sheet File  |  1999-12-10  |  6KB  |  275 lines

  1. /* **************************************************************************** */
  2. /*    Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of     */
  3. /*    webarchitects (http://www.webarchitects.co.uk/)                */
  4. /*                                        */
  5. /*    For further information on CSS see these sites:                */
  6. /*    http://www.w3.org/Style/                        */
  7. /*    http://www.css.nu/                            */
  8. /*    Want answers to your CSS questions? try this usenet group:        */
  9. /*    comp.infosystems.www.authoring.stylesheets                */
  10. /*                                        */
  11. /*    If you want to check the validity of the style sheet you can use this:  */
  12. /*    http://jigsaw.w3.org/css-validator/                    */
  13. /*                                        */
  14. /* **************************************************************************** */
  15.  
  16.  
  17. /*    Note the use of an absolute URI for the background image        */
  18. /*    This is a workaround for NN using an address relative to the        */
  19. /*    .html file rather than the .css file                    */
  20. body {
  21. color: #000000;
  22. background: #FFFFFF url("http://mangaes.swb.de/mangaes_back.gif");
  23. }
  24.  
  25. A {text-decoration: none; font-weight: bold}
  26.  
  27. /*    Paragraph                                    */
  28. p {
  29. color: #000000;
  30. font-family: "arial", "verdana", "geneva", sans-serif;
  31. }
  32.  
  33. p.arial {font-family: arial, helvetic; font-size: 10pt; font-weight: bold}
  34.  
  35. /*    Definition list                                    */
  36. dl {
  37. font-size: 10pt;
  38. color: #000000;
  39. font-family: "arial", "verdana", "geneva", sans-serif;
  40. }
  41.  
  42. /*    Menu                                    */
  43. small.menu {
  44. font-size: 10pt;
  45. color: #000000;
  46. font-family: "arial", "verdana", "geneva", sans-serif;
  47. font-weight: bold
  48. }
  49.  
  50. /*    Menu unvisited links                            */
  51. a.menulink:link {
  52. color: #6633FF;
  53. }
  54.  
  55. /*    Menu visited links                            */
  56. a.menulink:visited {
  57. color: #993399;
  58. }
  59.  
  60. /*    Menu active links (not widely supported)                */
  61. a.menulink:active {
  62. color: #FF6666;
  63. }
  64.  
  65. /*    Menu links when hovered over (MSIE only)                */
  66. a.menulink:hover {
  67. color: #FF6666;
  68. }
  69.  
  70. /*    Links unvisited links                            */
  71. a.link:link {
  72. color: #6633FF;
  73. background: #FFFFFF;
  74. }
  75.  
  76. /*    Links visited links                            */
  77. a.link:visited {
  78. color: #993399;
  79. }
  80.  
  81. /*    Links active links (not widely supported)                */
  82. a.link:active {
  83. color: #FF6666;
  84. }
  85.  
  86. /*    Links when hovered over (MSIE only)                    */
  87. a.link:hover {
  88. color: #FF6666;
  89. }
  90.  
  91. /*    Unvisited links                                */
  92. a:link {
  93. color: #6633FF;
  94. }
  95.  
  96. /*    Visited links                                */
  97. a:visited {
  98. /* color: #FFFFFF; */
  99. color: #993399;
  100. }
  101.  
  102. /*    Active links (not widely supported)                    */
  103. a:active {
  104. color: #FF6666;
  105. }
  106.  
  107. /*    Links when hovered over (MSIE only)                    */
  108. a:hover {
  109. color: #FF6666;
  110. }
  111.  
  112. /*    Links unordered lists                            */
  113. ul {
  114. list-style: disc;
  115. color: #000000;
  116. font-family: "arial", "verdana", "geneva", sans-serif;
  117. font-size: 10pt;
  118. }
  119.  
  120. /*    The link description                            */
  121. span.descript {
  122. font-size: small;
  123. color: #333333;
  124. font-family: "arial", "verdana", "geneva", sans-serif;
  125. }
  126.  
  127. /*    New links                                */
  128. sup.new {
  129. font-size: x-small;
  130. color: #FFFFFF;
  131. background: #FF3300;
  132. font-weight: bold;
  133. font-family: "arial", "verdana", "geneva", sans-serif;
  134. }
  135.  
  136. /*    Popular links                                */
  137. sup.pop {
  138. font-size: x-small;
  139. color: #FFFFFF;
  140. background: #00CCFF;
  141. font-weight: bold;
  142. font-family: "arial", "verdana", "geneva", sans-serif;
  143. }
  144.  
  145. /*    Links date and hits                            */
  146. small.date {
  147. font-size: x-small;
  148. color: #666666;
  149. background: #FFFFFF;
  150. font-family: "arial", "verdana", "geneva", sans-serif;
  151. }
  152.  
  153. /*    Number of links in categories                        */
  154. small.numlinks {
  155. font-size: x-small;
  156. color: #666666;
  157. font-family: "arial", "verdana", "geneva", sans-serif;
  158. }
  159.  
  160. /*    This class is for "Looking for something in particular?"        */
  161. strong.search {
  162. color: #000000;
  163. font-weight: bold;
  164. font-family: "arial", "verdana", "geneva", sans-serif;
  165. }
  166.  
  167. /*    This class is for "More options"                    */
  168. small.more {
  169. font-size: small;
  170. color: #000000;
  171. font-weight: normal;
  172. font-family: "arial", "verdana", "geneva", sans-serif;
  173. }
  174.  
  175. /*    This is for main headers on all pages *apart* from the home page    */
  176. h1 {
  177. font-size: large;
  178. font-weight: bold;
  179. border: none;
  180. color: #FFFFFF;
  181. background: #000000;
  182. font-family: "arial", "verdana", "geneva", sans-serif;
  183. }
  184.  
  185. /*    This class is for the main header on the Links home page        */
  186. h1.home {
  187. font-size: x-large;
  188. font-weight: bold;
  189. border: none;
  190. color: #FFFFFF;
  191. background: #000000;
  192. font-family: "arial", "verdana", "geneva", sans-serif;
  193. }
  194.  
  195. /*    This class is for the error messages                    */
  196. strong.error {
  197. color: #FFFFFF;
  198. background: #FF3300;
  199. font-weight: bold;
  200. font-family: "arial", "verdana", "geneva", sans-serif;
  201. }
  202.  
  203. /*    This is used for the sub headers                    */
  204. h2 {
  205. font-size: medium;
  206. font-weight: bold;
  207. border: none;
  208. color: #000000;
  209. font-family: "arial", "verdana", "geneva", sans-serif;
  210. }
  211.  
  212. /*    This is for the margin for the form elements                */
  213. /*div.margin {
  214. /*margin-left: 60px;
  215. /*}
  216.  
  217. /*    This is for page $title_linked                        */
  218. strong.title {
  219. font-size: small;
  220. font-weight: bold;
  221. color: #000000;
  222. font-family: "arial", "verdana", "geneva", sans-serif;
  223. }
  224.  
  225. /*    Table cells                                */
  226. td {
  227. font-size: small;
  228. color: #000000;
  229. font-family: "arial", "verdana", "geneva", sans-serif;
  230. }
  231.  
  232. /*    This is  for Category Listings table cells                */
  233. td.catlist {
  234. font-size: medium;
  235. color: #000000;
  236. font-family: "arial", "verdana", "geneva", sans-serif;
  237. }
  238.  
  239. /*    Preformatted text                            */
  240. pre {
  241. font-size: small;
  242. font-weight: bold;
  243. color: #000000;
  244. }
  245.  
  246. /*    This is for the page last updated text                    */
  247. small.update {
  248. font-size: x-small;
  249. font-weight: bold;
  250. color: #999999;
  251. font-family: "arial", "verdana", "geneva", sans-serif;
  252. }
  253.  
  254. /*    This is for the total number of links                    */
  255. p.grandtotal {
  256. font-size: medium;
  257. font-weight: bold;
  258. font-family: "arial", "verdana", "geneva", sans-serif;
  259. }
  260.  
  261.  
  262.  
  263. span.title {font-family: arial, helvetic; font-size: 12pt; font-weight: bold; color:#FF0000}
  264. span.title2 {font-family: arial, helvetic; font-size: 10pt; font-weight: bold}
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.