Benutzer:Lars/myskin.css: Unterschied zwischen den Versionen

Aus Weimarnetz Wiki
Zur Navigation springen Zur Suche springen
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
body { background-color: grey; }
 
body { background-color: grey; }
 +
 +
h1, h2, h3 {
 +
  font-family: sans-serif;
 +
}
 +
 +
h1.firstHeading { margin: 0; }
  
 
div#bodyContent {
 
div#bodyContent {
Zeile 7: Zeile 13:
  
 
div#content {
 
div#content {
   background-color: green;
+
   background-color: #CCCCCC;
 
   width: 85%;
 
   width: 85%;
 +
  padding: 0.2em;
 
   float: right;}
 
   float: right;}
  
Zeile 14: Zeile 21:
 
   background-color: cyan;
 
   background-color: cyan;
 
   font-family: sans-serif;  
 
   font-family: sans-serif;  
   font-size: 8pt;}
+
   font-size: 8pt;
 +
  width: 14%;}
  
 
.portlet ul {
 
.portlet ul {
   margin-left: 0;
+
   margin: 1em 0.3em;
 
   padding-left: 0;
 
   padding-left: 0;
 
   list-style: none inside;  
 
   list-style: none inside;  
   background-color: pink;  
+
   background-color: cyan;  
 
}
 
}
  
.pBody { border: 1px dotted black; }
+
.portlet h5 {
 +
  font-variant: small-caps;
 +
  letter-spacing: 0.1em;
 +
  margin: 1em 0.3em;
 +
  font-size: 1em;}
  
input#searchInput { background-color: #FFFFAA; width: 13%; }
+
.pBody {}
 +
 
 +
input#searchInput { background-color: #FFFFAA; width: 122px; }
  
 
div#footer {
 
div#footer {
 
   font-family: sans-serif;  
 
   font-family: sans-serif;  
 
   font-size: 8pt;
 
   font-size: 8pt;
 +
  clear: both;
 +
  text-align: center;
 +
  margin 0;
 +
  padding: 0.3em;
 
}
 
}
  
Zeile 35: Zeile 53:
 
   margin-left: 0;
 
   margin-left: 0;
 
   padding-left: 0;
 
   padding-left: 0;
   list-style: none inside; }
+
   list-style: none;
 +
  display: inline;
 +
  }
 +
 
 +
div#footer ul li {
 +
margin-left: 0;
 +
padding: 3px 15px;
 +
list-style: none;
 +
display: inline;
 +
}
 +
 
 +
div#footer img {
 +
  float: right;
 +
}

Aktuelle Version vom 4. Juli 2005, 21:37 Uhr

body { background-color: grey; }

h1, h2, h3 {
  font-family: sans-serif; 
}

h1.firstHeading { margin: 0; }

div#bodyContent {
  font-family: sans-serif; 
  font-size: 8pt;
}

div#content {
  background-color: #CCCCCC;
  width: 85%;
  padding: 0.2em;
  float: right;}

div#column-one { 
  background-color: cyan;
  font-family: sans-serif; 
  font-size: 8pt;
  width: 14%;}

.portlet ul {
  margin: 1em 0.3em;
  padding-left: 0;
  list-style: none inside; 
  background-color: cyan; 
}

.portlet h5 {
  font-variant: small-caps;
  letter-spacing: 0.1em;
  margin: 1em 0.3em;
  font-size: 1em;}

.pBody {}

input#searchInput { background-color: #FFFFAA; width: 122px; }

div#footer {
  font-family: sans-serif; 
  font-size: 8pt;
  clear: both;
  text-align: center;
  margin 0;
  padding: 0.3em;
}

div#footer ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: inline; 
  }

div#footer ul li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
}

div#footer img {
  float: right;
}