User:T12/common.css: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
(Test)
m (Abhidevananda moved page User:Tito Dutta/common.css to User:T12/common.css: Automatically moved page while renaming the user "Tito Dutta" to "T12")
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* Remove "Content that violates any copyrights will be deleted. Encyclopedic content must be..." at the top of edit windows */
.diffchange {
div.editpage-head-copywarn
padding: 0px 2px 0px 2px;
{ display: none; }
border: 1px dashed red;
margin: 0px 1px 0px 0px;
/* Remove "By clicking the "Save Page" button, you agree to the Terms of Use, and you irrevocably agree..." at bottom of edit windows */
}
div#editpage-copywarn
.ais523_adminrights_admin {
{ display: none; }
background-color:#D0E3FF !important
}
/* Remove "Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply..." At the bottom of pages */
.mycomment {
li#footer-info-copyright
background: #ff9;
{ display: none; }
}
.popup_mainlink {
display:none;
font-size: 90%;
font-weight: normal
}
.popup_drop:last-of-type {
display:none;
}

Latest revision as of 11:37, 6 November 2022

.diffchange {
	padding: 0px 2px 0px 2px; 
	border: 1px dashed red; 
	margin: 0px 1px 0px 0px;
}
.ais523_adminrights_admin {
	background-color:#D0E3FF !important
}
.mycomment { 
	background: #ff9; 
}
.popup_mainlink {
	display:none;
	font-size: 90%; 
	font-weight: normal
}
.popup_drop:last-of-type {
	display:none;
}