Template:Sanpantul article/styles.css: Difference between revisions
From MicrasWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
. | .sanpantul-infobox { | ||
float: right; | |||
clear: right; | |||
width: 280px; | |||
border: 1px solid #a2a9b1; | |||
background-color: #f8f9fa; | |||
color: #202122; | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
border-spacing: 3px; | |||
. | |||
. | |||
. | |||
font-size: | |||
line-height | |||
border- | |||
} | } | ||
. | .sanpantul-header { | ||
font- | background-color: #3366cc; /* Kurumsal bir mavi */ | ||
font-weight: bold | color: white; | ||
text-align: center; | |||
font-size: 125%; | |||
font-weight: bold; | |||
padding: 0.4em; | |||
} | } | ||
. | .sanpantul-image { | ||
text-align: center; | |||
padding: 0.5em; | |||
} | } | ||
. | .sanpantul-label { | ||
font- | font-weight: bold; | ||
background: # | background-color: #eaecf0; | ||
width: 40%; | |||
padding: 0.2em 0.4em; | |||
} | } | ||
.sanpantul-data { | |||
padding: 0.2em 0.4em; | |||
} | } | ||
. | .sanpantul-footer { | ||
background-color: #f2f2f2; | |||
font- | text-align: center; | ||
font-size: 90%; | |||
border-top: 1px solid #aaa; | |||
} | } | ||
Revision as of 09:48, 4 February 2026
.sanpantul-infobox {
float: right;
clear: right;
width: 280px;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
color: #202122;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
font-size: 88%;
line-height: 1.5em;
border-spacing: 3px;
}
.sanpantul-header {
background-color: #3366cc; /* Kurumsal bir mavi */
color: white;
text-align: center;
font-size: 125%;
font-weight: bold;
padding: 0.4em;
}
.sanpantul-image {
text-align: center;
padding: 0.5em;
}
.sanpantul-label {
font-weight: bold;
background-color: #eaecf0;
width: 40%;
padding: 0.2em 0.4em;
}
.sanpantul-data {
padding: 0.2em 0.4em;
}
.sanpantul-footer {
background-color: #f2f2f2;
text-align: center;
font-size: 90%;
border-top: 1px solid #aaa;
}