User:Drew1200/refreshed.css

From Brickipedia, the LEGO Wiki

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.
/*#header {
	background:-webkit-linear-gradient(left, rgb(135, 135, 135) 00%, rgb(186, 186, 186) 100%);
	background:-moz-linear-gradient(left, rgb(135, 135, 135) 00%, rgb(186, 186, 186) 100%);
	background:-ms-linear-gradient(left, rgb(135, 135, 135) 00%, rgb(186, 186, 186) 100%); 
	background:-linear-gradient(left, rgb(135, 135, 135) 00%, rgb(186, 186, 186) 100%);
}

#userinfo > a:hover {
    background-color: rgb(135, 135, 135);
}
 
.headermenu a:hover {
    opacity: 1;
    background-color: rgb(135, 135, 135);
    text-decoration: none;
}
 
#userinfo .headermenu {
    background-color: rgb(135, 135, 135);
}

#newtalk {
	background-color: grey;
	color: white;
	width: 240px;
	text-align: center;
	passing: 5px !important;
	border-radius: 4px;
	margin-bottom:5px;
}
*/