Benutzer:Uslenried/briefspiel3.css: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 12: Zeile 12:
 
  font-style:italic;  
 
  font-style:italic;  
 
  font-size: 18px;
 
  font-size: 18px;
}
 
 
/* Titelblock2 */
 
div#content div.titelblock2 {
 
width            : 100%;
 
position        : relative;
 
}
 
 
div#content div.titelblock2 div.oben {
 
text-align      : center;
 
z-index          : 40;
 
width            : 100%;
 
position        : relative;
 
padding          : 0px;
 
}
 
 
div#content div.titelblock2 div.links {
 
text-align      : center;
 
width            : 220px;
 
min-width        : 220px;
 
max-width        : 220px;
 
float            : left;
 
z-index          : 20;
 
position        : relative;
 
padding          : 0px;
 
}
 
 
div#content div.titelblock2 div.rechts {
 
text-align      : center;
 
width            : 220px;
 
min-width        : 220px;
 
max-width        : 220px;
 
float            : right;
 
z-index          : 10;
 
position        : relative;
 
padding          : 0px;
 
}
 
 
div#content div.titelblock2 div.zentrum {
 
margin-left      : 220px;
 
margin-right    : 220px;
 
z-index          : 50;
 
position        : relative;
 
padding          : 1.0em;
 
}
 
 
div#content div.titelblock2 div.unten {
 
text-align      : center;
 
z-index          : 30;
 
width            : 100%;
 
position        : relative;
 
padding          :3px;
 
clear            : both;
 
}
 
 
div#content div.titelblock2 div.briefspielspalte {
 
position        : relative;
 
text-align      : left;
 
margin          : 0px 10px;
 
padding          : 1.0em;
 
}
 
 
div#content div.titelblock2 div.boronbalken {
 
position        : relative;
 
color            : white;
 
background-color : black;
 
margin          : 0px;
 
padding          : 0.5em;
 
 
}
 
}

Aktuelle Version vom 2. Juli 2014, 09:49 Uhr

h1#firstHeading {
 font-family: Marker felt, times, helvetica;
 font-size: 26px;
}

.navmenu {
 font-family: helvetica, arial;
}

div.brief {
 font-family: papyrus, palatino, times;
 font-style:italic; 
 font-size: 18px;
}