Difference between revisions of "User:Mediarch/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
Line 46: Line 46:
 
#demos .weapon-dem .name-popup
 
#demos .weapon-dem .name-popup
 
{
 
{
position: absolute;
+
    position: absolute;
bottom: 100%;
+
    bottom: 100%;
border: solid 2px #ec5c69;
+
    border: solid 3px #ec5c69;
background: #fc9ea7;
+
    background: #fc9ea7;
padding: 7px 12px;
+
    padding: 7px 12px;
text-align: center;
+
    text-align: center;
color: white;
+
    color: white;
font-size: 16px;
+
    font-size: 16px;
line-height: 1.5;
+
    line-height: 1;
text-transform: uppercase;
+
    text-transform: uppercase;
font-family: "TF2 Build",Tf2 Build, Arial, sans-serif;
+
    font-family: "TF2 Build", Tf2 Build, Arial, sans-serif;
left: 50%;
+
    left: 50%;
margin-left: -112px;
+
    margin-left: -112px;
width: 200px;
+
    width: 200px;
margin-top: 25px;
+
    margin-bottom: 5px;
display:none;
+
    display: none;
 
}
 
}
 
#demos .weapon-dem:hover .name-popup
 
#demos .weapon-dem:hover .name-popup

Revision as of 15:58, 30 April 2024

.mw-wiki-logo { background-image: url("/w/images/5/5b/Nothinghere.png"); }

li#pt-userpage {
    background-image: url('/w/images/c/ca/User_Mediarch_Archimedes_Login.png') !important;
}

#demos .weapon-dem
{
width:96px;
height:96px;
margin:7px;
border:solid 1px lightpink;
display:table;
float:left;
position:relative;
z-index:1;
}

#demos .weapon-dem p
{
margin:0;
}

#demos .weapon-dem:hover{
z-index:2;
}

#demos .inner-dem
{
display:table-cell;
padding:6px;
height:84px;
width:84px;
text-align:center;
vertical-align:middle;
}

#demos .inner-dem img
{
width:auto;
height:auto;
max-width:100%;
max-height:100%;
}

#demos .weapon-dem .name-popup
{
    position: absolute;
    bottom: 100%;
    border: solid 3px #ec5c69;
    background: #fc9ea7;
    padding: 7px 12px;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "TF2 Build", Tf2 Build, Arial, sans-serif;
    left: 50%;
    margin-left: -112px;
    width: 200px;
    margin-bottom: 5px;
    display: none;
}
#demos .weapon-dem:hover .name-popup
{
display:block;
}