Difference between revisions of "User:Wookipan/Page.css"
(Add styling) |
m |
||
Line 32: | Line 32: | ||
position: relative; | position: relative; | ||
text-align: left; | text-align: left; | ||
− | padding: 30px | + | padding: 60px 30px 300px 30px; |
− | |||
− | |||
margin: 10px auto 0 auto; | margin: 10px auto 0 auto; | ||
-webkit-border-radius: 10px; | -webkit-border-radius: 10px; | ||
Line 52: | Line 50: | ||
background: #252525; | background: #252525; | ||
font-size: 30px; | font-size: 30px; | ||
− | font-family: 'TF2 Professor' | + | font-family: 'TF2 Professor'; |
− | |||
− | |||
− | |||
− | |||
text-align: center; | text-align: center; | ||
} | } |
Revision as of 18:03, 7 February 2019
.mw-body a.external { color: #476291 !important; } .mw-body a.external:visited { color: #8650AC !important; } .mw-body a.external:hover { color: #70B04A !important; } a:link { color: #476291; text-decoration: none; } a:visited { color: #8650AC; } a:hover { color: #70B04A; } #userpage-wrapper { color: #fff; background: #373737; position: relative; text-align: left; padding: 60px 30px 300px 30px; margin: 10px auto 0 auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 2px solid grey; overflow: hidden; clear: both; } .main-header { position: absolute; width:100%; top: 0; left: 0; background: #252525; font-size: 30px; font-family: 'TF2 Professor'; text-align: center; } .daysAgo { font-size: 16pt; color: #70B04A; text-align: center; animation: color-change 2s infinite; -webkit-animation: color-change 2s infinite; } @keyframes color-change { 0% {color: #B8383B;} 25% {color: #5885A2;} 50% {color: #B8383B;} 75% {color: #5885A2;} 100%{color: #B8383B;} } @keyframes color-change { 0% {color: #B8383B;} 25% {color: #5885A2;} 50% {color: #B8383B;} 75% {color: #5885A2;} 100%{color: #B8383B;} } .task-table { background-color: #252525; width: 15vw; border: 1px solid grey; border-radius: 3px; position: absolute; left: 3%; top: 30%; } .infobawx-container { background: #2E2B29; width: 50%; text-align: center; padding: 30px; margin: 5px auto 5px auto; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 10px; border: 1px solid grey; overflow: auto; } .infobawx-title { height: 40px; font-family:'TF2 Build'; font-size:1em }