Difference between revisions of "Template:Freiburg/CSS"

 
(7 intermediate revisions by 2 users not shown)
Line 128: Line 128:
 
     border: 0;
 
     border: 0;
 
     margin-bottom: -8px;
 
     margin-bottom: -8px;
 +
    margin-top: 0;
 
}
 
}
  
Line 293: Line 294:
  
 
.image_box .thumb2,
 
.image_box .thumb2,
.image_box .thumb2 .thumbinner{
+
.image_box .thumb2 .thumbinner,
 +
.flexbox .thumb2,
 +
.flexbox .thumb2 .thumbinner{
 
     max-width: 80vw;
 
     max-width: 80vw;
 
}
 
}
  
 +
/*
 
.image_box .thumb2 .thumbinner img{
 
.image_box .thumb2 .thumbinner img{
 
     width: 100%;
 
     width: 100%;
}
+
}*/
  
 
/* see: https://css-tricks.com/snippets/css/a-guide-to-flexbox/*/
 
/* see: https://css-tricks.com/snippets/css/a-guide-to-flexbox/*/
Line 567: Line 571:
 
/* KOMMENTARFUNKTION */
 
/* KOMMENTARFUNKTION */
 
.kommentar{
 
.kommentar{
 +
display:none;
 
     background-color: red;
 
     background-color: red;
 
     color: black;
 
     color: black;
Line 574: Line 579:
 
}
 
}
 
.kommentar_stefan{
 
.kommentar_stefan{
 +
display:none;
 
     background-color: #ff1493;
 
     background-color: #ff1493;
 
     color: black;
 
     color: black;
Line 584: Line 590:
  
 
.todo_box{
 
.todo_box{
 +
display:none;
 
   background-color: lightblue;
 
   background-color: lightblue;
 
   border: 1px dashed;
 
   border: 1px dashed;
Line 618: Line 625:
  
 
.background_image_left{
 
.background_image_left{
 +
display: none;
 
     left:0;
 
     left:0;
 
     bottom: -20px;
 
     bottom: -20px;
Line 1,018: Line 1,026:
 
text-align: right;
 
text-align: right;
 
}
 
}
 
  
 
.content_box h2 {
 
.content_box h2 {
Line 1,039: Line 1,046:
 
font-weight: 200;
 
font-weight: 200;
  
 +
}
 +
 +
h2.left,
 +
h1.left{
 +
text-align: left;
 
}
 
}
  

Latest revision as of 01:45, 19 September 2015