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")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* ********** REMOVE COPYRIGHT WARNINGS ********** */
.diffchange {
/* *********************************************** */
padding: 0px 2px 0px 2px;  
 
border: 1px dashed red;  
/* Remove "Content that violates any copyrights will be deleted. Encyclopedic content must be..." at the top of edit windows */
margin: 0px 1px 0px 0px;
div.editpage-head-copywarn
}
{ display: none; }
.ais523_adminrights_admin {
 
background-color:#D0E3FF !important
/* 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
.mycomment {  
{ display: none; }
background: #ff9;  
 
}
/* Remove "Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply..." At the bottom of pages */
.popup_mainlink {
li#footer-info-copyright
display:none;
{ display: none; }
font-size: 90%;  
 
font-weight: normal
/* ********** REMOVE ELEMENTS IN THE FOOTER OF PAGES ********** */
}
/* ************************************************************ */
.popup_drop:last-of-type {
 
display:none;
/* To remove entire footer, uncomment out next 2 lines */
}
/* div#footer */
/* { display: none; } */
 
/* Remove "Privacy policy  About Wikipedia  Disclaimers  Mobile view" at the bottom of pages. */
ul#footer-places
{ display: none; }
 
/* Remove the Wikimedia and Mediawiki icons at the bottom-right of pages. */
ul#footer-icons
{ display: none; }
 
/* ********** REMOVE ELEMENTS IN THE LEFT HAND SIDEBAR ********** */
/* Note: To hide the sidebar is handled by script in vector.js    */
/* ************************************************************** */
 
/* Gets rid of the Wikipedia logo in the left hand sidebar */
div#p-logo
{ display: none; }
 
/* Move up text to where the logo was */
div#mw-panel
{ top: 0; }
 
/* Remove "Donate to Wikipedia" */
li#n-sitesupport
{ display: none; }
 
/* Remove "Wikipedia Shop" */
li#n-shoplink
{ display: none; }
 
/* Remove "About Wikipedia" */
li#n-aboutsite
{ display: none; }
 
/* Remove "Contact Wikipedia */
li#n-contact
{ display: none; }
 
/* ********** EDIT PAGE CHANGES ********** */
/* *************************************** */
 
/* Make edit summary longer */
div.editOptions input#wpSummary
{ margin-bottom: 0.25em !important; width: 100%; }
 
/* Remove "Remember this is only a preview..." at top of page when previewing and edit */
div.previewnote
{ display: none; }
 
/*  Remove "Edit summary (Briefly describe the changes you have made)" from bottom of edit page */
.mw-summary
{display:none;}
 
/* Hide BLP notice at top of page when editing BLPs */
div.editnotice_BLP_editintro
{ display: none; }
 
/* ********** MISCELLANEOUS ********** */
/* *********************************** */
 
/* Remove "Your edit was saved" message */
/* .postedit
{ display: none; } */
 
/* To make the edit button stay to the right */
span.mw-editsection { float:right;}
 
/* Remove message after you add/remove page to your watchlist */
/* .mw-notification-tag-watch-self
{display:none;} */
 
/* Hide the red "Group notice" and "Page notice" links. */
.editnotice-area .editnotice-redlink
{ display: none !important; }
 
/* Hide the "Browse history" on article history page. */
form#mw-history-searchform
{ display: none; }
 
/* ********** WATCHLIST ********** */
/* ************************** */
 
/* Remove "rollback" link on watchlist */
.mw-special-Watchlist .mw-rollback-link
{ display: none;}
 
/* Remove "Mark all pages visited" button */
form#mw-watchlist-resetbutton
{ display: none; }
 
/* Remove "Pages that have been changed since you last visited them are shown with..." */
span#mw-wlheader-showupdated
{ display: none; }
 
/* Remove big "Watchlist options" box */
form#mw-watchlist-form
{ display: none; }
 
/* ********** DIFF ********** */
/* ************************** */
 
/* Change font properties in the diff windows */
/* table.diff, td.diff-otitle, td.diff-ntitle */
/* { font-family: Arial, san-serif; font-size: 12pt; } */
 
/* Pale green background with darker green border around paragraphs in which text has been added */
td.diff-addedline
{ border-color: #CCFFCC; background: #E6FFE6; }
 
/* Pale yellow background with darker yellow border around paragraphs in which text has been deleted */
td.diff-deletedline
{ border-color: #EDDC77; background: #FFFFE0; }
 
/* Grey background and border for unchanged paragraphs */
td.diff-context
{ background: #F0EBF0; border-color: #E2E0DE; }
 
/* Bold the text that has been changed.  Add font-color parameter to change text color */
.diffchange
{ font-weight: bold; text-decoration: none;}
 
/* Change the color of the background on text that has added.  Dark green in this case */
td.diff-addedline .diffchange
{ background: #73E5A1; }
 
/* Change the color of the background on text that has been deleted.  Dark yellow in this case */
td.diff-deletedline .diffchange
{ background: #FFD754; }

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;
}