Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a5315ec3

Von Sven Donath vor mehr als 12 Jahren hinzugefügt

  • ID a5315ec39e1a40ad6addea633647dacd33254da5
  • Vorgänger 2438aa42
  • Nachfolger a6907d4a

Font-Fallback auf serifenlosen Font, falls keiner der angegebenen Fonts installiert ist.

Unterschiede anzeigen:

css/tabcontent.css
5 5
margin-left: 0;
6 6
margin-top: 1px;
7 7
margin-bottom: 0;
8
font: bold 12px Verdana;
8
font: bold 12px sans-serif, Verdana;
9 9
list-style-type: none;
10 10
text-align: left; /*set to left, center, or right to align the menu as desired*/
11 11
}
......
64 64
.modernbricksmenu2{
65 65
padding: 0;
66 66
width: 362px;
67
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
67
border-top: 5px solid #D25A0B; /*Brown color theme*/
68 68
background: transparent;
69 69
voice-family: "\"}\"";
70 70
voice-family: inherit;
......
92 92
text-decoration: none;
93 93
margin: 0 1px 0 0; /*Margin between each menu item*/
94 94
padding: 5px 10px;
95
background-color: black; /*Brown color theme*/ 
95
background-color: black; /*Brown color theme*/
96 96
border-top: 1px solid white;
97 97
}
98 98

  
99 99
.modernbricksmenu2 a:hover{
100
background-color: #D25A0B; /*Brown color theme*/ 
100
background-color: #D25A0B; /*Brown color theme*/
101 101
color: white;
102 102
}
103 103

  
104 104
.modernbricksmenu2 a.selected{ /*currently selected tab*/
105
background-color: #D25A0B; /*Brown color theme*/ 
105
background-color: #D25A0B; /*Brown color theme*/
106 106
color: white;
107
border-color: #D25A0B; /*Brown color theme*/ 
107
border-color: #D25A0B; /*Brown color theme*/
108 108
}
109 109

  
110 110
.tabcontent{
......
173 173
.tabcontent {
174 174
display:block !important;
175 175
}
176
}
176
}

Auch abrufbar als: Unified diff