Changes

Jump to navigation Jump to search
8 bytes removed ,  08:00, 8 October 2020
no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.infobox-video {
+
.infobox {
 
     background: #eee;
 
     background: #eee;
 
     border: 1px solid #aaa;
 
     border: 1px solid #aaa;
Line 6: Line 6:  
     margin: 0 0 1em 1em;
 
     margin: 0 0 1em 1em;
 
     padding: 1em;
 
     padding: 1em;
     width: 400px;
+
     width: 300px;
 
}
 
}
.infobox-video-title {
+
.infobox-title {
 
     font-size: 2em;
 
     font-size: 2em;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
.infobox-video-image {
+
.infobox-image {
 
     text-align: center;
 
     text-align: center;
 
}
 
}
.infobox-video th {
+
.infobox th {
     text-align: right;
+
     text-align: left;
 
     vertical-align: top;
 
     vertical-align: top;
 
     width: 120px;
 
     width: 120px;
 
}
 
}
.infobox-video td {
+
.infobox td {
 +
    text-align: right;
 
     vertical-align: top;
 
     vertical-align: top;
 
}
 
}

Navigation menu