(Utworzono nową stronę "#content { →background: #FFF8DC;: background-color: rgba(255,248,220,0.9); } #main .widget-area { →background: #FFF8DC;: background-color: rgba(255,248,220,0.9...") |
m |
||
| Linia 11: | Linia 11: | ||
} | } | ||
| + | /* tu są dzikie próby zrobienia tego sensownie */ | ||
| + | |||
| + | .header-container.header-chrome { | ||
| + | background-color: #A0522D; | ||
| + | } | ||
| + | |||
| + | .branding-box { | ||
| + | font-family: Minion Pro, serif; | ||
| + | letter-spacing: 1em; | ||
| + | color: #4D4134; | ||
| + | font-style: normal; | ||
| + | font-variant: small-caps; | ||
| + | } | ||
| + | |||
| + | #mw-mf-page-left{ | ||
| + | background-color: #A0522D; | ||
| + | } | ||
/* =ContentExtensionBookmarks //made by Av | /* =ContentExtensionBookmarks //made by Av | ||
Wersja z 16:24, 17 lut 2020
#content {
/*background: #FFF8DC;*/
background-color: rgba(255,248,220,0.9);
}
#main .widget-area {
/* background: #FFF8DC; */
background-color: rgba(255,248,220,0.9);
}
#access {
background: #A0522D;
}
/* tu są dzikie próby zrobienia tego sensownie */
.header-container.header-chrome {
background-color: #A0522D;
}
.branding-box {
font-family: Minion Pro, serif;
letter-spacing: 1em;
color: #4D4134;
font-style: normal;
font-variant: small-caps;
}
#mw-mf-page-left{
background-color: #A0522D;
}
/* =ContentExtensionBookmarks //made by Av
-------------------------------------------------------------- */
.bookmark table {
border: 0px none #2F281D;
border-radius: 8px 8px 0px 0px;
margin-left: 0px;
margin-right: 10px;
margin-bottom: 0px;
padding-bottom: 0px;
text-align: center;
width: 100%;
background-color: rgba(0,0,0,0);
}
.bookmark a {
font-family: Georgia, serif;
color: #F0CD94;
font-size: 16px;
font-variant: small-caps;
}
.bookmark a:hover {
color: #EEA870
}
.bookmark tr td {
border: 1px none #2F281D;
border-radius: 8px 8px 0px 0px;
border-collapse: collapse;
padding: 0px;
margin-bottom: 0px;
background-color: rgba(0,0,0,0);
}
/* =ImageByImageHover //made by Av
-------------------------------------------------------------- */
.imageBox {
position: relative;
float: left;
}
.imageBox .hoverImg {
position: absolute;
left: 0;
top: 0;
display: none;
}
.imageBox:hover .hoverImg {
display: block;
}