MediaWiki:Common.css
Saltar á navegación
Saltar á procura
Nota: Despois de publicar, quizais teñas que arrodear a caché do navegador para ver os cambios.
- Firefox/Safari: Preme Maiúsculas á vez que en Recargar, ou preme en Ctrl-F5 ou Ctrl-R (⌘-R nos Mac).
- Google Chrome: Preme en Ctrl-Maiús-R (⌘-Maiús-R nos Mac).
- Internet Explorer / Edge: Preme Ctrl mentres clicas en Refrescar, ou preme Ctrl-F5
- Opera: Preme Ctrl-F5.
/** O CSS que se coloque aquí será aplicado a todas as aparencias */
/**
* News-Bulletins Css
* @version 2008-07-11
* @author ruggerit
* @location MediaWiki:Common.css
*/
.news-bulletin {
border: 1px solid #000;
background-color: #ddd;
/*padding:5px;*/
width:300px;
/*float:right;*/
position: absolute;
/*z-index: 100;*/
right: 13px;
text-align:left;
}
.news-bulletin-header {
/* font-size:14px;
padding:3px;
text-decoration:underline;
font-style:italic;
font-weight:bold;*/
border-bottom: 1px solid #000;
background-color: lightblue;
text-align: center;
padding-bottom: 3px;
}
.news-bulletin-title {
font-weight:bold;
font-size:13px;
}
.news-bulletin-title a{
color:#000;
}
.news-bulletin-title a:visited{
color:#000;
}
.news-bulletin-text {
font-size:12px;
padding-left:5px;
margin: 5px;
}
.news-bulletin-time {
font-size:10px;
font-style:italic;
text-align:right;
}
.calendar {
border: 0px;
float:left;
margin-right: 10px;
}
.calendar_month {
border: 1px solid black;
}
.calendar_day {
height: 12px;
}
.boxinfo {
background-color: #BBBBBB;
border: 1px solid black;
padding: 6px;
margin: 14px;
width: 90%;
border-radius: 8px;
min-height: 40px;
}
.boxinfo img {
margin-right: 15px;
float: left;
}
div.mw-geshi {
padding: 1em;
margin: 1em 0;
border: 1px solid #2f6fab;
background-color: #f9f9f9;
}