Accions

MediaWiki

Common.css: diferència entre les revisions

De Campus Virtual URV - Ajuda

Cap resum de modificació
Etiqueta: Revertida
Cap resum de modificació
 
(Hi ha 11 revisions intermèdies del mateix usuari que no es mostren)
Línia 8: Línia 8:
.ns-subject h3,.ns-special h3,.page-Main_Page h3 {font-size: 1.2em} p {margin-bottom: 0.75em}
.ns-subject h3,.ns-special h3,.page-Main_Page h3 {font-size: 1.2em} p {margin-bottom: 0.75em}


table {
/* Afegim icona als enllaços externs */
    width: 100%;
.mw-parser-output a.external, .link-https {
background-image: url(/resources/src/mediawiki.skinning/images/external-ltr.svg);
background-size: 1em 1em;
background-position: center right;
background-repeat: no-repeat;padding-right: 18px;
}
}


td.mw-label {
/* Ocultem parrafada del footer
    width: 20%;
#footer-left-ul {display: none;}
}
*/
 
td.mw-input {
    width: 80%;
}
 
thead tr th {
    cursor: pointer;
}
 
table.formtable th {
    text-align: right !important;
}
 
td.smwpropname, th.smwpropname, td.smwspecname {
    text-align:left;
}
 
table tbody tr td, table tr td {
    line-height: 1.6em;
}
 
table.wikitable {
    margin: 0em 0 1em 0;
}
 
table.wikitable > tr > th,
table.wikitable > * > tr > th {
    text-align: left;
}
 
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border: 3px #fff solid;
    padding: 0.6em;
}

Revisió de 07:43, 25 set 2024

/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */
a:link,a:visited {color: #954254}
a:hover,a:active {color: #954254;text-decoration: underline} .catlinks {visibility: hidden}
.page-Main_Page #subtitle {display: none}
h1 {font-size: 1.6em} h2 {font-size: 1.3em}
h2.title {font-size: 1.6em}
h3 {font-size: 1.2em}
.ns-subject h3,.ns-special h3,.page-Main_Page h3 {font-size: 1.2em} p {margin-bottom: 0.75em}

/* Afegim icona als enllaços externs */
.mw-parser-output a.external, .link-https {
background-image: url(/resources/src/mediawiki.skinning/images/external-ltr.svg);
background-size: 1em 1em;
background-position: center right;
background-repeat: no-repeat;padding-right: 18px;
}

/* Ocultem parrafada del footer 
#footer-left-ul {display: none;}
*/