Langbahn Team – Weltmeisterschaft

Wikipedysta:Lowellian/monobook.css

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5.
  • Opera: Naciśnij klawisze Ctrl+F5.
/*<PRE><NOWIKI>*/

/* Only relevant for Vector, not Monobook:
	Reduce whitespace between top two rows
	(that is, between the user links and the article tabs);
	#left-navigation controls the left-aligned article tabs
		and defaults to top: 40px
		(not margin-top: 40px);
	#right-navigation controls the right-aligned article tabs;
		and defaults to margin-top: 40px
		(not top: 40px);
	after moving up the tabs, we still have to move up
		the content area, which we do
		by reducing the height of the area
		(represented by either #head-base or #page-base;
		either works) above the content area
		from the default of 80px
*/
#left-navigation { top: 20px; }
#right-navigation { margin-top: 20px; }
#page-base { height: 60px; }

/* Only relevant for Vector, not Monobook:
	Watchlist star/tab */
#ca-watch { display: none; }

/* Content */
#bodyContent P { font-size: 10pt; }
H1 { font-family: Verdana, Arial; font-weight: bold; }
H2 { font-weight: bold; }
H3 { }
H4 { }

/* Edit buttons (minor edit; watch this page) */
.editCheckboxes { display: none; }

/* Banners, solicitations, warnings */
#siteNotice { display: none; } /* MediaWiki:Sitenotice */
	/* Announcements and solicitations in header of all pages */
#jswarning { display: none; } /* MediaWiki:Jswarning */
	/* Appears on *.css and *.js pages only */
#newarticletext { display: none; } /* MediaWiki:Newarticletext */
	/* Appears above editing textbox when editing an
	uncreated article */
#talkpagetext { display: none; } /* MediaWiki:Talkpagetext */
	/* Courtesy/signing reminder appearing above editing textbox
	when editing a talk page */
#editpage-copywarn { display: none; } /* MediaWiki:Wikimedia-copyrightwarning */
	/* Big warning against violating copyright
	appearing below editing textbox when editing an article */
.mw-tos-summary { display: none; }
	/* Warning that text will be edited by others appearing below
	submission buttons when editing a talk page */
#editpage-copywarn3 { display: none; } /* part of MediaWiki:Edittools */
	/* Smaller warning against violating copyright appearing above
	special characters editing shortcuts box when editing an article */
#editpage-copywarn2 { display: none; } /* part of MediaWiki:Edittools */
	/* Smaller warning that edits will be public domain appearing below
	special characters editing shortcuts box when editing an article */
#footer { display: none; }
	/* Credits and information about MediaWiki and Wikipedia
	in footer of all pages */

/*</NOWIKI></PRE>*/