User:Eguama/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
div#content {
	border-width: 1px 2px 1px 1px;
	border-color: black;
}
div#p-personal {
	background-color: #e6e6e6;
	width: 100%;
	margin-top: -5px;
	border-width: 1px;
	border-color: black;
	position: fixed;
	margin-right: -20px;
	height: 40px;
}
div#p-personal {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
div#p-personal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
div#p-personal:hover, div#p-personal:focus, div#p-personal:active {
color: white;
}
div#p-personal:hover:before, div#p-personal:focus:before, div#p-personal:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
ul {
	padding-left: 0px;
}
li#pt-userpage {
	padding-left: 0px;
	margin-left: 0px;
	float: bottom;
}
li#ca-nstab-main .selected {
	border-width: 1 1 0 1px;
	border-color: black;
}