User:Wookipan/Page.css

From Team Fortress Wiki
< User:Wookipan
Revision as of 18:03, 7 February 2019 by Wookipan (talk | contribs)
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; 
	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
}