More actions
mNo edit summary |
mNo edit summary |
||
| Line 48: | Line 48: | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | font-weight: bold; | ||
border: | border: 2px solid #000; | ||
border-bottom: none; | border-bottom: none; | ||
border-radius: 1.5em 1.5em 0 0; | border-radius: 1.5em 1.5em 0 0; | ||
| Line 72: | Line 72: | ||
.box-round-text { | .box-round-text { | ||
border: | border: 2px solid #000; | ||
background: #fff; | background: #fff; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
Revision as of 18:54, 3 May 2024
/* CSS placed here will be applied to all skins */
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ActivityFeedMimic.css&only=styles";
.NavButton:hover .NavInfo, .NavButton:hover .AppInfo {
top: 0;
}
.NavButton {
width: 150px;
border: 1px solid #111111;
min-height: 150px;
background: #333333 center;
margin-bottom: 1em;
margin:0 auto;
position: relative;
overflow: hidden;
color: #FFF;
cursor: pointer;
-moz-box-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;
box-shadow: 2px 2px 2px #000000;
}
.NavInfo {
width: 100%;
height: 150px;
position: absolute;
top: 127px;
left: 0;
z-index: 1;
background-color: #000;
background-color: rgba(0, 0, 0, 0.6);
-webkit-transition: top 0.3s linear;
-moz-transition: top 0.3s linear;
-o-transition: top 0.3s linear;
transition: top 0.3s linear;
}
.box-round {
clear: both;
color: #2872fa;
}
.box-round-title {
padding: 0.1em;
color: #2872fa;
background: #fff;
text-align: center;
font-weight: bold;
border: 2px solid #000;
border-bottom: none;
border-radius: 1.5em 1.5em 0 0;
}
.box-round-title > span {
float: right;
color: #2872fa;
margin-bottom: .1em;
font-size: 85%;
padding-right: 0.5em;
}
.box-round-title > h2 {
font-size: 100%;
font-weight: bold;
color: #2872fa;
border: none;
margin: 0;
padding: 0;
padding-bottom: .1em;
}
.box-round-text {
border: 2px solid #000;
background: #fff;
margin-bottom: 10px;
padding: .8em 1em 1em 1.3em;
border-radius: 0 0 1.5em 1.5em;
}