MediaWiki:Noticies.css
Nota: Després de publicar, possiblement necessitareu refrescar la memòria cau del vostre navegador per a veure'n els canvis.
- Firefox / Safari: Premeu Majús i alhora cliqueu el botó Actualitzar, o pressioneu Ctrl+F5 o Ctrl+R (⌘+R en un Mac)
- Google Chrome: Premeu Ctrl+Majús+R (⌘+Shift+R en un Mac)
- Edge: Premeu Ctrl i alhora cliqueu a Actualitza o pressioneu Ctrl+F5
/* Per a les notícies a la portada */
.mainpage .notícies-byimatge-imatge, .mainpage .notícies-byimatge-imatge img{
max-height: 140px;
height:auto;
}
/* Retiro el format llista de la portada */
.tabview-mainpage .activityfeed li,
.avisos-comunitat li,
.lastnews-table #notícies-específiques-2 li {
list-style: none outside none;
margin-top: 6px;
}
/* Fem que aparegui el marge just per dalt i per baix */
.tabview-mainpage ul.activityfeed,
.avisos-comunitat ul {
margin: 8px 0 0 10px;
}
.lastnews-table #notícies-específiques-2 ul {
margin: 8px 4px 0 10px;
}
/* Traiem les imatges i l'enllaç extra de notícies */
.tabview-mainpage .activityfeed li img,
.tabview-mainpage .activityfeed li table,
.lastnews-table #notícies-específiques-més {
display:none;
}
/* Donem estil a la lletra i traiem negreta */
.tabview-mainpage .activityfeed li strong {
font-size: 14px;
font-style: italic;
font-weight: lighter;
}
/* Afegim les cometes en substitució de les imatges */
.tabview-mainpage .activityfeed li strong a:before,
.avisos-comunitat li:before,
.lastnews-table #notícits-específiques-2 li:before {
color: #E8AB00;
content: "» ";
font-weight: bold;
}
/* Disminuïm la mida de la lletra en el subtítol */
.tabview-mainpage .activityfeed li cite {
font-size: 11px;
}
/* Amb això evito que surti del marc la pestanya */
.tabBody {
max-height: 268px;
min-height: 100px;
width: 312px;
}
/* Per a centrar projectes */
.mainpage-projects {margin-left:20px;}
.mainpage-projects h4 {padding-left: 5px;}
/* Situem la info. extra en les notícies a sota */
#últimes-notícies .notícies-byimatge-text .notícies-byimatge-categoria {
bottom: 13px;
font-size: 11px;
position: absolute;
right: 8px;
vertical-align: bottom;
}
#últimes-notícies table#notícies-byimatge {
position:relative;
}
#últimes-notícies .notícies-byimatge-text {
position: relative;
vertical-align: top;
}
#últimes-notícies .notícies-byimatge-nom {
font-size: 15px;
font-weight: bold;
}
#últimes-notícies .notícies-byimatge-subtitular {
font-size: 12px;
}