Diferència entre revisions de la pàgina «Common.css»
De Wikisofia
| (4 revisions intermèdies per 2 usuaris que no es mostren) | |||
| Línia 7: | Línia 7: | ||
padding: 5px 2% 25px; | padding: 5px 2% 25px; | ||
width: 96%; | width: 96%; | ||
| + | } | ||
| + | |||
| + | #page-content .tright { | ||
| + | margin-left: 1em; | ||
| + | } | ||
| + | |||
| + | #page-content .tleft { | ||
| + | margin-right: 1em; | ||
| + | } | ||
| + | |||
| + | .so-autor { | ||
| + | margin: 2em 0 1em 0; | ||
| + | } | ||
| + | |||
| + | .bibliopage { | ||
| + | margin: 1em 0 0 0; | ||
| + | } | ||
| + | |||
| + | /** Countbrowser **/ | ||
| + | |||
| + | .countbrowser_left, .countbrowser_right { | ||
| + | display:inline-block; | ||
| + | } | ||
| + | .countbrowser_right { | ||
| + | margin-left: 1em; | ||
| + | } | ||
| + | |||
| + | #menu-alfabet { | ||
| + | padding-bottom: 0.5em; | ||
| + | border-bottom: 1px solid gray; | ||
| + | } | ||
| + | |||
| + | #menu-alfabet .link { | ||
| + | margin-right: 0.5em; | ||
| + | } | ||
| + | |||
| + | /** Columns **/ | ||
| + | |||
| + | #mw-content-text .columns { | ||
| + | display: flex; | ||
| + | flex-wrap: wrap; | ||
| + | clear:right; | ||
| + | } | ||
| + | #mw-content-text .columns .column { | ||
| + | flex: 1 0 25%; | ||
| + | padding: 1em; | ||
| + | } | ||
| + | |||
| + | .page-Categoria_Autors .mw-category-generated, .page-Categoria_Conceptes .mw-category-generated, .page-Categoria_Recursos .mw-category-generated { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | /** Other fixes **/ | ||
| + | #mw-content-text .error { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #catlinks { | ||
| + | margin-top: 2em; | ||
| + | padding-top: 1em; | ||
| + | border: none; | ||
| + | border-top: 1px solid gray; | ||
| + | } | ||
| + | |||
| + | #page-content .mw-indicators { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | /** Force thumbinner **/ | ||
| + | .thumbinner { | ||
| + | width: 200px !important; | ||
} | } | ||
Revisió de 15:04, 27 oct 2018
/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */
.mw-collapsible {
border: 1px solid #AAA !important;
margin-bottom: 10px;
margin-top: 10px;
padding: 5px 2% 25px;
width: 96%;
}
#page-content .tright {
margin-left: 1em;
}
#page-content .tleft {
margin-right: 1em;
}
.so-autor {
margin: 2em 0 1em 0;
}
.bibliopage {
margin: 1em 0 0 0;
}
/** Countbrowser **/
.countbrowser_left, .countbrowser_right {
display:inline-block;
}
.countbrowser_right {
margin-left: 1em;
}
#menu-alfabet {
padding-bottom: 0.5em;
border-bottom: 1px solid gray;
}
#menu-alfabet .link {
margin-right: 0.5em;
}
/** Columns **/
#mw-content-text .columns {
display: flex;
flex-wrap: wrap;
clear:right;
}
#mw-content-text .columns .column {
flex: 1 0 25%;
padding: 1em;
}
.page-Categoria_Autors .mw-category-generated, .page-Categoria_Conceptes .mw-category-generated, .page-Categoria_Recursos .mw-category-generated {
display: none;
}
/** Other fixes **/
#mw-content-text .error {
display: none;
}
#catlinks {
margin-top: 2em;
padding-top: 1em;
border: none;
border-top: 1px solid gray;
}
#page-content .mw-indicators {
display: none;
}
/** Force thumbinner **/
.thumbinner {
width: 200px !important;
}