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 51 revisións do historial feitas polo mesmo usuario.) | |||
| Liña 1: | Liña 1: | ||
/** O CSS que se coloque aquí será aplicado a todas as aparencias */  | 
  /** 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 {  | 
|||
| ⚫ | |||
  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;  | 
    background-color: lightgray;  | 
||
}  | 
|||
.calendar_month {  | 
|||
  border: 1px solid black;  | 
|||
}  | 
|||
.calendar_day {  | 
|||
  height: 22px;  | 
|||
}  | 
|||
| ⚫ | |||
  background-color: #BBBBBB;  | 
|||
  border: 1px solid black;  | 
    border: 1px solid black;  | 
||
  padding: 6px;  | 
    padding: 6px;  | 
||
  margin: 14px;  | 
    margin: 14px;  | 
||
  width: 90%;  | 
    width: 90%;  | 
||
  border-radius:   | 
    border-radius: 8px;  | 
||
  min-height: 40px;  | 
|||
}  | 
  }  | 
||
.boxinfo  | 
  .boxinfo img {  | 
||
| ⚫ | |||
  margin-right: 15px;  | 
    margin-right: 15px;  | 
||
  float: left;  | 
|||
}  | 
|||
div.mw-geshi {  | 
|||
  padding: 1em;   | 
|||
  margin: 1em 0;   | 
|||
  border: 1px solid #2f6fab;  | 
|||
  background-color: #f9f9f9;  | 
|||
}  | 
  }  | 
||
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;
}