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

Aus Weimarnetz Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
body { background-color: grey; }
 
body { background-color: grey; }
  
 +
div#bodyContent {
 +
  font-family: sans-serif;
 +
  font-size: 8pt;
 +
}
  
#content, #content table
+
div#content {
#p-cactions ul li a { background: #f5f5f5; }
+
  background-color: green;
 +
  width: 85%;
 +
  float: right;}
  
div#column-content { background-color: green; }
+
div#column-one {  
div#column-one { background-color: red; }
+
  background-color: cyan;
 +
  font-family: sans-serif;
 +
  font-size: 8pt;}
 +
 
 +
.portlet ul {
 +
  margin-left: 0;
 +
  padding-left: 0;
 +
  list-style: none inside;
 +
  background-color: pink;
 +
}
 +
 
 +
.pBody { border: 1px dotted black; }
 +
 
 +
input#searchInput { background-color: #FFFFAA; width: 13%; }
 +
 
 +
div#footer {
 +
  font-family: sans-serif;
 +
  font-size: 8pt;
 +
}
 +
 
 +
div#footer ul {
 +
  margin-left: 0;
 +
  padding-left: 0;
 +
  list-style: none inside; }

Version vom 4. Juli 2005, 20:02 Uhr

body { background-color: grey; }

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

div#content {
  background-color: green;
  width: 85%;
  float: right;}

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

.portlet ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none inside; 
  background-color: pink; 
}

.pBody { border: 1px dotted black; }

input#searchInput { background-color: #FFFFAA; width: 13%; }

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

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