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

From Team Fortress Wiki
Jump to: navigation, search
m
 
(15 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
}
 
}
  
#f-poweredbyico {
+
li#footer-poweredbyico {  
display: none !important;
+
content:url("/w/images/3/34/User_Mediarch_Powered_by_Archimedes.png");
 +
}
 +
 
 +
img#tfwiki-scrollup {
 +
    content: url(/w/images/9/92/User_Mediarch_ScrollTop.png);
 
}
 
}
  
Line 14: Line 18:
 
height:96px;
 
height:96px;
 
margin:7px;
 
margin:7px;
border:solid 1px lightpink;
+
border:solid 3px lightpink;
 +
border-radius: 10px;
 
display:table;
 
display:table;
 
float:left;
 
float:left;
Line 50: Line 55:
 
#demos .weapon-dem .name-popup
 
#demos .weapon-dem .name-popup
 
{
 
{
position: absolute;
+
    position: absolute;
top: 100%;
+
    bottom: 100%;
border: solid 2px lightpink;
+
    border: solid 3px #ec5c69;
background: #1C1C1C;
+
    border-radius: 10px;
padding: 7px 12px;
+
    background: #fc9ea7;
text-align: center;
+
    padding: 7px 12px;
color: #fff;
+
    text-align: center;
font-size: 16px;
+
    color: white;
line-height: 1.5;
+
    font-size: 16px;
text-transform: uppercase;
+
    line-height: 1;
font-family: "TF2 Build",Tf2 Build, Arial, sans-serif;
+
    text-transform: uppercase;
left: 50%;
+
    font-family: "TF2 Build", Tf2 Build, Arial, sans-serif;
margin-left: -112px;
+
    left: 50%;
width: 200px;
+
    margin-left: -112px;
margin-top: 25px;
+
    width: 200px;
display:none;
+
    margin-bottom: 5px;
 +
    display: none;
 
}
 
}
 
#demos .weapon-dem:hover .name-popup
 
#demos .weapon-dem:hover .name-popup
 
{
 
{
 
display:block;
 
display:block;
 +
}
 +
 +
a:visited {
 +
    color: #ec5c69;
 +
}
 +
 +
a {
 +
    text-decoration: none;
 +
    color: #ec5c69;
 +
    background: none;
 +
}
 +
 +
a:link {
 +
    color: #ec5c69;
 +
}
 +
 +
.mw-parser-output a.external:visited {
 +
    color: #ec5c69;
 +
}
 +
 +
.mw-parser-output a.external {
 +
    color: #ec5c69;
 
}
 
}

Latest revision as of 04:18, 7 May 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;
}

li#footer-poweredbyico { 
	content:url("/w/images/3/34/User_Mediarch_Powered_by_Archimedes.png"); 
}

img#tfwiki-scrollup {
    content: url(/w/images/9/92/User_Mediarch_ScrollTop.png);
}

#demos .weapon-dem
{
width:96px;
height:96px;
margin:7px;
border:solid 3px lightpink;
border-radius: 10px;
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;
    border-radius: 10px;
    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;
}

a:visited {
    color: #ec5c69;
}

a {
    text-decoration: none;
    color: #ec5c69;
    background: none;
}

a:link {
    color: #ec5c69;
}

.mw-parser-output a.external:visited {
    color: #ec5c69;
}

.mw-parser-output a.external {
    color: #ec5c69;
}