Vorlage:Lead 2.0/styles.css

Aus skandinavien-wiki.net
/* [[Template:Lead 2.0]] */
 .l_table {
  border: 0px;
  height: 100%;
  width: 100%;
 }

 .l_table tr {
  height: 100%;
 }

 .l_table td {
  width: 100%;
 }

 .l_box {
 }

 .l_image {
  vertical-align:top;
  padding-bottom: 5px;
  padding-right: 8px;
  padding-top: 10px;
  float: left;
 }

 .l_title {
  font-size: 150%;
  vertical-align: top;
 }
 
 .l_date {
  font-size: small;
  vertical-align: top;
  color: #999999;
 }
 
 .l_title a:link {
  color: #000000;
  text-decoration: none;
 }
 
 .l_title a:visited {
  color: #000000;
  text-decoration: none;
 }

 .l_title a:hover {
  color: #000000;
  text-decoration: underline;
 }

 .l_title a:active {
  color: #000000;
  text-decoration: none;
 }

 .l_summary {
  vertical-align: top;
  font-size: 100%;
 }

 .l_tail {
  font-size: 90%;
  height:15px;
 }

 .l_img_type {
  /*float: left;*/
  padding-bottom: 3px;
 }


 .l_edit {
  clear: left;
  float: right;
 }
/*end lead stuff */