Forskjell mellom versjoner av «MediaWiki:Common.css»

Fra Alt om LO
Hopp til navigering Hopp til søk
Linje 5: Linje 5:
 
}
 
}
  
 
+
blockquote.style5 {
blockquote {
+
   font: 12px/18px normal "Courier New", sans-serif;
   font-style: italic;
 
 
   padding-left: 70px;
 
   padding-left: 70px;
  padding-right: 500px;
 
 
   padding-top: 2px;
 
   padding-top: 2px;
 
   padding-bottom: 2px;
 
   padding-bottom: 2px;
/*   background-color: #CCCCCC;
+
   background-color: #000;
   border-top: 0px solid #CCCCCC;
+
  color: white;
   border-bottom: 0px solid #CCCCCC;
+
   border-top: 1px solid #ccc;
*/
+
   border-bottom: 1px solid #ccc;
 
   margin: 5px;
 
   margin: 5px;
 
   background-image: url(/images/6/63/Gutoe-left-40pix.png);
 
   background-image: url(/images/6/63/Gutoe-left-40pix.png);
   background-position: top left;
+
   background-position: middle left;
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
   text-indent: 43px;
+
   text-indent: 23px;
 
   }
 
   }
   blockquote div {
+
   blockquote.style5 div {
 
     padding-right: 50px;
 
     padding-right: 50px;
 
     display: block;
 
     display: block;
    background-image: url(https://wiki.lomedia.no/images/f/ff/Quote-right-40pix.png);
+
    background-image: url(https://wiki.lomedia.no/images/f/ff/Quote-right-40pix.png);
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-position: bottom right;
 
     background-position: bottom right;
 
}
 
}

Revisjonen fra 31. mai 2020 kl. 21:33

/* CSS plassert i denne fila vil gjelde for alle utseender. */

 hr {
  border-top: 1px solid #000000;
}

blockquote.style5 {
  font: 12px/18px normal "Courier New", sans-serif;
  padding-left: 70px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #000;
  color: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 5px;
  background-image: url(/images/6/63/Gutoe-left-40pix.png);
  background-position: middle left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style5 div {
    padding-right: 50px;
    display: block;
    background-image: url(https://wiki.lomedia.no/images/f/ff/Quote-right-40pix.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}