User:Wookipan/Page.css

From Team Fortress Wiki
< User:Wookipan
Revision as of 14:13, 16 April 2019 by Wookipan (talk | contribs) (dat was too much)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.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;
	background-image: url("https://i.imgur.com/8ITarjK.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	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: 2.5px solid #A4B1BD; 
	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: colorAnimation 2s infinite;
	
	
	-webkit-animation: colorAnimation 2s infinite;
	-moz-animation:	colorAnimation 2s infinite;
}
	
	@keyframes colorAnimation
	{
		0%  {color: #B8383B; text-shadow: 0 0 10px #b8383b, 0 0 20px #b8383b, 0 0 30px #b8383b, 0 0 40px #b8383b;}
		25% {color: #5885A2; text-shadow: 0 0 10px #5885A2, 0 0 20px #5885A2, 0 0 30px #5885A2, 0 0 40px #5885A2;}
		50% {color: #B8383B; text-shadow: 0 0 10px #b8383b, 0 0 20px #b8383b, 0 0 30px #b8383b, 0 0 40px #b8383b;}
		75% {color: #5885A2; text-shadow: 0 0 10px #5885A2, 0 0 20px #5885A2, 0 0 30px #5885A2, 0 0 40px #5885A2;}
		100%{color: #B8383B; text-shadow: 0 0 10px #b8383b, 0 0 20px #b8383b, 0 0 30px #b8383b, 0 0 40px #b8383b;}
		
	}
	
	@keyframes colorAnimation
	
	{
		
	    0%  {color: #B8383B; text-shadow: 0 0 10px #b8383b, 0 0 20px #b8383b, 0 0 30px #b8383b, 0 0 40px #b8383b;}
		25% {color: #5885A2; text-shadow: 0 0 10px #5885A2, 0 0 20px #5885A2, 0 0 30px #5885A2, 0 0 40px #5885A2;}
		50% {color: #B8383B; text-shadow: 0 0 10px #b8383b, 0 0 20px #b8383b, 0 0 30px #b8383b, 0 0 40px #b8383b;}
		75% {color: #5885A2; text-shadow: 0 0 10px #5885A2, 0 0 20px #5885A2, 0 0 30px #5885A2, 0 0 40px #5885A2;}
		100%{color: #B8383B; text-shadow: 0 0 10px #b8383b, 0 0 20px #b8383b, 0 0 30px #b8383b, 0 0 40px #b8383b;}
	
}

.task-table {
	
	background: rgba(0,0,0,0.8);
    width: 14%;
    border: 1.5px solid #fff;
    border-radius: 3px;
    padding: 1em;
    position: absolute;
    left: 3%;
    top: 30%;
}

.infobawx-container {
	
	background: rgba(0,0,0,0.8); 
	width: 50%; 
	text-align: center; 
	padding: 30px; 
	margin: 5px auto 5px auto; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 10px; 
	border: 2px solid #fff; 
	overflow: auto;
}

.user-infobawx-container {
	width: 18.9em;
    position: absolute;
    top: 25%;
    right: 5%;
    padding: 3px;
    background: rgba(0,0,0,0.8);
    margin-bottom: 20px;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wooki-header {
	
	height: 40px; 
	font-family: 'TF2 Build'; 
	font-size: 1rem;
}

.wookichievements-container {
	background: rgba(0,0,0,0.8); 
	width: 50%; 
	height: 30em; 
	padding: 1px; 
	text-align: center; 
	margin: 5px auto 5px auto; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	border: 3px solid #fff; 
	overflow-y: scroll;
}

@media only screen and (max-width: 1250px) {

.task-table, .user-infobawx-container {
	display: none;
}


.infobawx-container, .wookichievements-container {
	width: 90%;
}
	}