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

Last change on this file since 279 was 279, checked in by sven, 12 years ago

Design: Linkfarben, Footerrelationslinks, Einblendlogik von Relationen.

  • menu.php: Linkdetail-Getter umgeformt
  • template.php: Mehr Daten in bodyclasses und javascriptconfig durchgeben
  • a.go-Doppelfeile, mal testweise per content-before umgesetzt
  • Relationale Navigation huebscher Formatiert, nach dem Vorschlag von Intsar vom 23.04.2012
  • Inhalts-Linkfarben mit dunkler Linkfarbe
  • menu.js: Beam nur anzeigen wenn im Inhalt, ebenso mit Relationslinks (template.php)
  • Property svn:keywords set to Id
File size: 1003 bytes
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
14a.go:before {
15        content: "\bb"; /* unicode » */
16        display: inline-block;
17        padding-right: 2px;
18        text-decoration: none;
19        font-weight: bold;
20}
21
22/* a.go old style */
23/*
24a.arrow,
25a.go {
26        background-position: center left;
27        background-repeat: no-repeat;
28        padding-left: 13px;
29}
30
31a.arrow:link,
32a.arrow:visited,
33a.go:link,
34a.go:visited {
35        background-image: url(/shared/img/fresh.design/arrowbg.a.png);
36}
37
38a.arrow:hover,
39a.arrow:active,
40a.arrow:focus,
41a.go:hover,
42a.go:active,
43a.go:focus {
44        background-image: url(/shared/img/fresh.design/arrowbg-hot.a.png);
45}*/
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