MediaWiki:Common.css: Diferenzas entre revisións
Saltar á navegación
Saltar á procura
Sen resumo de edición |
Sen resumo de edición |
||
(Non se amosan 26 revisións do historial feitas polo mesmo usuario.) | |||
Liña 8: | Liña 8: | ||
.news-bulletin { |
.news-bulletin { |
||
border: 1px solid # |
border: 1px solid #AAAAAA; |
||
background-color: # |
background-color: #eee; |
||
padding: 5px; |
|||
width: |
width:350px; |
||
/*float:right;*/ |
|||
position: absolute; |
|||
/*z-index: 100;*/ |
|||
right: 13px; |
right: 13px; |
||
text-align:left; |
text-align:left; |
||
Liña 20: | Liña 17: | ||
.news-bulletin-header { |
.news-bulletin-header { |
||
font-size:14px; |
|||
⚫ | |||
padding:3px; |
|||
text-decoration:underline; |
|||
⚫ | |||
⚫ | |||
⚫ | |||
background-color: lightblue; |
background-color: lightblue; |
||
text-align: center; |
text-align: center; |
||
line-height: 22px; |
|||
margin-bottom: 4px; |
|||
} |
} |
||
Liña 59: | Liña 53: | ||
float:left; |
float:left; |
||
margin-right: 10px; |
margin-right: 10px; |
||
} |
|||
.calendarHeader { |
|||
border: 1px solid black; |
|||
text-align: center; |
|||
line-height: 50px; |
|||
color: white; |
|||
⚫ | |||
⚫ | |||
background-color: #0021E0; |
|||
border-radius: 7px; |
|||
} |
|||
.calendarMHeader { |
|||
border: 1px solid black; |
|||
background-color: #5060F0; |
|||
text-align: center; |
|||
color: white; |
|||
} |
|||
.calendarWHeader { |
|||
text-align: center; |
|||
background-color: lightgray; |
|||
} |
} |
||
Liña 66: | Liña 83: | ||
.calendar_day { |
.calendar_day { |
||
height: |
height: 22px; |
||
} |
} |
||
Revisión actual feita o 10 de outubro de 2013 ás 23:30
/** 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 #AAAAAA;
background-color: #eee;
padding: 5px;
width:350px;
right: 13px;
text-align:left;
}
.news-bulletin-header {
font-size:14px;
border: 1px solid #AAAAAA;
background-color: lightblue;
text-align: center;
line-height: 22px;
margin-bottom: 4px;
}
.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;
}
.calendarHeader {
border: 1px solid black;
text-align: center;
line-height: 50px;
color: white;
font-weight: bold;
font-size: 15px;
background-color: #0021E0;
border-radius: 7px;
}
.calendarMHeader {
border: 1px solid black;
background-color: #5060F0;
text-align: center;
color: white;
}
.calendarWHeader {
text-align: center;
background-color: lightgray;
}
.calendar_month {
border: 1px solid black;
}
.calendar_day {
height: 22px;
}
.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;
}