Wikiup:Technische Wünsche/styles.css
aus Wikipedia, der freien Enzyklopädie
/* Edit Links verbergen, wenn sie stören */
.wmde-techw-noedit .mw-editsection {
display: none;
}
/* Projekt Farben */
.wmde-techw-blue1 {
border-color: #3366CC;
}
.wmde-techw-blue2 {
border-color: #2A4B8D;
}
.wmde-techw-green1 {
border-color: #00AF89;
}
/* Wikipedia:Technische Wünsche/Menü */
#wmde-techw-body>p {
padding-left: 0.5em;
}
/* Status-Pillen */
.wmde-techw-status {
width: 11em;
height: 1.75em;
border-radius: 1em;
text-align: center;
display: inherit;
vertical-align: middle;
padding: 0.2em;
}
.wmde-techw-status-anmerkung {
padding-top: 0.5em;
font-size: 80%;
line-height: 0.9;
text-align: center;
width: calc(9.5em/0.7);
}
/* Wikipedia:Technische Wünsche/Themenschwerpunkte */
.wmde-techw-topicarea {
background-color:#F8FBFB;
box-shadow: 0 0 4px #808080;
border-radius: 0.8em;
margin: 0.7em 0.7em 3em;
padding: 1em;
flex: 1;
min-width: 25em;
max-width: 60em;
position: relative;
}
/* Kästen auf Wikipedia:Technische Wünsche/Topwünsche */
.wmde-techw-area {
border-width: 4px;
border-style: solid;
box-sizing: border-box;
border-radius: 0 0 2px 2px;
}
.wmde-techw-area-header {
color: white;
border: 1px solid;
border-color: inherit;
padding: 0.5em 0.8em;
font-weight: bold;
margin-top: -1px; /* Hack to fix browser bug in chromium */
}
.wmde-techw-area-header a {
color: white;
}
.wmde-techw-blue1 .wmde-techw-area-header {
background-color: #3366CC;
}
.wmde-techw-blue2 .wmde-techw-area-header {
background-color: #2A4B8D;
}
.wmde-techw-green1 .wmde-techw-area-header {
background-color: #00AF89;
}
.wmde-techw-area-body {
padding: 1.7em;
border-color: inherit;
}
.wmde-techw-area-intro {
padding: 1em;
/*font-size: 14px;
line-height: 24px;*/
color: #111;
}
.wmde-techw-area-hinweis {
padding: 1em;
/* font-style: italic; */
}
.wmde-techw-blue1 .wmde-techw-area-intro {
background-color: #EAF3FF;
}
.wmde-techw-blue2 .wmde-techw-area-intro {
background-color: #EAF3FF;
}
.wmde-techw-green1 .wmde-techw-area-intro {
background-color: #D5FDF4;
}
/* Tabellen mit den Wünschen auf Wikipedia:Technische Wünsche/Topwünsche */
.wmde-techw-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table.wmde-techw-table, .wmde-techw-table thead, .wmde-techw-table th, .wmde-techw-table tr {
border-color: inherit;
}
.wmde-techw-table th {
border-bottom-width: 3px;
border-bottom-style: solid;
}
.wmde-techw-table tr:first-child td {
padding-top: 1.2em;
}
.wmde-techw-table td {
padding: 1em 1em 0.5em 0;
line-height: 1.4;
}
.wmde-techw-table td:first-child {
font-weight: bold;
}
.wmde-techw-table td a {
color: #3366CC;
}
.wmde-techw-table td a:visited {
color: #3366CC;
}
.wmde-techw-table td:first-child a {
max-width: 40em;
display: inline-block;
}
.wmde-techw-table-wide td:first-child a {
max-width: none;
}