Common.css: diferència entre les revisions
De Campus Virtual URV - Ajuda
Cap resum de modificació Etiqueta: Revertida |
Cap resum de modificació Etiqueta: Revertida |
||
Línia 9: | Línia 9: | ||
table { | table { | ||
width: 100%; | |||
} | |||
border: solid | |||
td.mw-label { | |||
width: 20%; | |||
} | |||
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ó del 08:41, 20 juny 2023
/* 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} table { width: 100%; } td.mw-label { width: 20%; } 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; }