source: t29-www/shared/css-v6/modules/02-v5legacy.css @ 299

Last change on this file since 299 was 299, checked in by heribert, 12 years ago

Zahlreiche Bugfixes, vor allem an der englischen Seite und im Deutschen. Letzte Änderungen, bevor Homepage offiziell ihren Dienst antritt.

  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1/* Anpassungsstyles, die benoetigt werden damit der Text aussieht wie frueher */
2#content p { text-align: justify } /* !! */
3#content .center { text-align: center; }
4
5#content .small { font-size: 80%; line-height: 130%; }
6
7#content ul { list-style-image: url(/shared/img/fresh.design/arrowbg.menu.png); }
8
9#content img.weisser-rahmen { border: 14px solid white; }
10
11#content .clear-left { clear: left; }
12
13/* Striche werden ab und zu verwendet */
14#content hr { display: block; }
15
16a.go:before {
17        content: "\bb"; /* unicode » */
18        display: inline-block;
19        padding-right: 2px;
20        text-decoration: none;
21        font-weight: bold;
22}
23
24/* TODO: Dafuer sorgen dass Pfeile nicht abgeschnitten werden vom Linktext bei Zeilenumbruch! */
25#content a.go { white-space: nowrap; }
26
27/* a.go old style */
28/*
29a.arrow,
30a.go {
31        background-position: center left;
32        background-repeat: no-repeat;
33        padding-left: 13px;
34}
35
36a.arrow:link,
37a.arrow:visited,
38a.go:link,
39a.go:visited {
40        background-image: url(/shared/img/fresh.design/arrowbg.a.png);
41}
42
43a.arrow:hover,
44a.arrow:active,
45a.arrow:focus,
46a.go:hover,
47a.go:active,
48a.go:focus {
49        background-image: url(/shared/img/fresh.design/arrowbg-hot.a.png);
50}*/
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License