MediaWiki:Common.css

Fra Martinus Wiki

Bemærk: Efter at have gemt er du måske nødt til at tømme din browsers cache for at kunne se ændringerne.

  • Firefox / Safari: Hold Shift nede og klik på Reload, eller tryk enten Ctrl-F5 eller Ctrl-R (⌘-R på en Mac).
  • Google Chrome: Tryk Ctrl-Shift-R (⌘-Shift-R på en Mac).
  • Internet Explorer / Edge: Hold Ctrl nede og klik på Refresh, eller tryk på Ctrl-F5.
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files
/* remove/hide vector optin in menu */
.vector-main-menu-action-opt-out {
display: none;
}

/* quotes */
.mw-body-content blockquote {
    border-left: 4px solid #eaecf0;
    padding: 8px 32px;
}
/* quotes  */

/* forside start */
* CSS used for https://www.mediawiki.org/wiki/MediaWiki/Homepage_improvements_2018 : */
.mainpage_row {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0 -5px 0 -5px;
}
.mainpage_box {
	flex: 1;
	margin: 5px;
	min-width: 210px;
	border: 1px solid #CCC;
	padding: 0 10px 10px 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.mainpage_box h3 {
	/* Reset padding so is equal across skins */
	padding: 0;
	margin: 0.5em 0;
}
.mainpage_box h3 .header_icon {
	float: left;
	margin-right: 5px;
}
.mainpage_box .items {
	border-top: 1px solid #CCC;
	padding-top: 0.5em;
}
.mainpage_box p:last-child {
	margin-bottom: 0;
}
.mainpage_boxcontents_small {
	font-size: 95%;
}
/* Style the "other languages" box the same way as other boxes on the main page */
.mw-pt-languages {
	display: block;
	background: none;
	border: 1px solid #CCC;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	width: auto;
}
.mw-pt-languages-label {
	background: none;
	border-right: none;
}

@media screen and (max-width: 719px) {
	.thumb {
		float: none;
	}
	.thumb, .thumbinner {
		margin-left: auto;
		margin-right: auto;
	}
}

/* forside slut */



/* Fælles CSS for alle udseender */

/*<pre><nowiki>*/

/* Display "Fra Wikipedia, den frie encyklopædi" */
#siteSub {
    display: inline;
    font-size: 80%;
    font-weight: normal;
}

/* Vis ikke diverse ting og sager på forsiden */
body.page-Forside #siteSub,         /* Tagline "Fra Wikipedia, den frie encyklopædi" (fra [[MediaWiki:Tagline]]) */
body.page-Forside #footer-info-lastmod, /* Senest ændret dato (forsiden bliver teknisk aldrig ændret) */
body.page-Forside h1.firstHeading   /* Artikeloverskrift: "Forside" */
    {
    display: none !important;
    }

/* Vis ikke diverse ting og sager på portal:Forside */
body.page-Portal_Forside #siteSub,         /* Tagline "Fra Wikipedia, den frie encyklopædi" (fra [[MediaWiki:Tagline]]) */
body.page-Portal_Forside h1.firstHeading   /* Artikeloverskrift: "Forside" */
    {
    display: none !important;
    }

/* Gør listen over fodnoter/referencer mindre */
ol.references,
div.reflist,
div.references-small,
div.refbegin {
        font-size: 90%;            /* Standard-tekststørrelse */
        margin-bottom: 0.5em;
}
div.refbegin-100 {
        font-size: 100%;           /* Mulighed for normal tekststørrelse i {{refbegin}} */
}

div.reflist ol.references {
        font-size: 100%;           /* Nulstil tekststørrelse når indlejret i div.reflist */
        margin-bottom: 0;          /* Undgå dobbelt-margen når indlejret i div.reflist */
        list-style-type: inherit;  /* Anvend brugerdefinerede liste-stile */
}

/* "Hængende indrykning" for {{Refbegin}} */
.refbegin-hanging-indents > ul {
        list-style-type: none;
        margin-left: 0;
}
.refbegin-hanging-indents > ul > li,
.refbegin-hanging-indents > dl > dd {
        margin-left: 0;
        padding-left: 3.2em;
        text-indent: -3.2em;
        list-style: none;
}

.references-small { font-size: 90%;}

/* wikitable-klasse til at give tabeller et ens udseende */

table.wikitable 
{
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td
{
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th
{
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption
{
  margin-left: inherit;
  margin-right: inherit;
}

/********************************************************************/

 /*
 * Sammenklappelige lister ([[Wikipedia:Sammenklappelige lister]])
 */
 
 div.NavGroup,
 div.NavFrame {
 	margin: 0px;
 	padding: 2px;
 	border: 1px solid #999999;
 	text-align: center;
 	border-collapse: collapse;
 	font-size: 95%;
        clear:both;
 }
 div.NavFrame p {   	
 	font-size: 100%; 
 }
 div.NavGroup div.NavFrame {
 	border-style: none;
 	border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
 	border-top-style: none;
 	border-top-style: hidden;
 }
 div.NavPic {
 	background-color: #ffffff;
 	margin: 0px;
 	padding: 2px;
 	float: left;
 }
 div.NavFrame div.NavHead {
 	height: 1.6em;
 	font-weight: bold;
 	font-size: 100%;
 	background-color: #efefef;
 }
 
 div.NavContent {
 	font-size: 100%;
        background-color: #fafafa;
        padding: 2px;
 }
 
 div.NavFrame div.NavContent p {
        text-align: center;
 }
 
 div.NavEnd {
 	margin: 0px;
 	padding: 0px;
 	line-height: 1px;
 	clear: both;
 }
 
 .NavToggle {
       font-size: x-small;
       float:right;
 }

/********************************************************************/
 /* Navigationsleisten nicht mit ausdrucken */
 
 @media print{
 	.NavFrame {
 		display: none;
 	}
 }

 /*
  * Style til interne links der konstrueres ved hjælp af {{PAGEURL}} etc. 
  */

 #bodyContent .plainlinks a {
   background: none !important;
   padding: 0 !important;
 }

/********************************************************************/

/* Import fra EN for at kunne bruge video og lydlinks */
/* Icons for medialist templates [[Skabelon:Multi-video start]] */
/* Brug: og Plan: - se næste
 */

div.listenlist {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}

div.videolist, div.multivideolist {
    background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}

/********************************************************************/
/* Style rules for media list templates */

/* se: en:Template:Multi-listen start/styles.css
 * Brug: 'Skabelon:Multi-video start' og 'Skabelon:Multi-listen start'
 * Plan: flyttes til egen styles.css
 */

div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}

div.medialist ul {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
}

div.medialist ul li {
    padding-bottom: 0.5em;
}

div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}

/********************************************************************/
/* Messagebox templates */
/*
 * Brug: bruges mest til projekt-skabeloner på diskussionssider. Derudover andre steder
 * Plan: bør stille og rolig fases ud
 */


.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}

/********************************************************************/
/* ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox
 * elementer, som ikke kan være i 'Modul:Message box/styles.css'
 */
.compact-ambox table .mbox-text-span {
	list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
}
.skin-vector .compact-ambox table .mbox-text-span {
	list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
}

/********************************************************************/
/* Infobox template style */

.infobox {
   border: 1px solid #aaaaaa;
   border-spacing: 3px;
   background-color: #f9f9f9;
   color: black;
   margin: 0.5em 0 0.5em 1em;
   padding: 0.2em;
   float: right;
   clear: right;
   font-size: 88%;
   line-height: 1.5em;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border: 0;
   border-top: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border: 0;
   border-right: 1px solid #aaaaaa;
}


/* styles for geography infoboxes, e.g. countries, national subdivisions, cities, etc. */

.infobox.geography {
   border: 1px solid #ccd2d9;
   text-align: left;
   border-collapse: collapse;
   line-height: 1.2em; 
   font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
   border-top: solid 1px #ccd2d9;
   padding: 0.4em 0.2em 0.4em 0.8em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
   border-top: solid 1px #ccd2d9;
   padding: 0.4em 0.2em 0.2em 0.8em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
      border: 0;
      padding: 0 0.2em 0.2em 0.8em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
   border-top: 0;
   border-bottom: solid 1px #ccd2d9;
   padding: 0 0.2em 0.4em 0.8em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
      border: 0;
      padding: 0 0 0 0;
}

/********************************************************************/
/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    /* @noflip */
    text-align: left;
}

/* Change the external link icon to an Adobe icon for all PDF files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external {
    background: url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}

/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}

/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
 background-color: #DEF;
}

/********************************************************************/
/* Taget fra fransk, Article détaillé, på opfordring af Bruger:Sir48, til brug i {{Uddybende3}} */
/* Brug: {{Hovedartikler}}, {{Se også}} og {{Uddybende}}, samt Romantikken
 * Plan: Enten afvikles eller flyttes til styles.css
 */
.detail, .details {
  margin: 0 0 0.7em 2em; 
  border: 1px solid #e7e7e7; 
  border-width: 1px 0; 
  text-align:left; 
  font-size:95%; 
  background: #fdfdfd; 
  padding:1px 4px;
  display: table;
}
.detail > span {
  display: table-row;
}
.detail > span > span {
  display: table-cell;
  padding-left: 4px;
  width:100%;
}

/********************************************************************/

/* Inline div's i ImageMaps (kode stjålet fra de.wiki) */
/* Brug: bruges i nogle vej-infobokse
 * Plan: kan flyttes ud
 */

.imagemap-inline div {
    display: inline;
}

/********************************************************************/

div.scrollable {
overflow: auto;
}

/* Undgå ekstra linjeafstand ved sup og sub */
sup, sub {
  line-height: 1em;
}

 /* </nowiki></pre> */

/* Styling for citations */
cite {
    font-style: normal;
    word-wrap: break-word;
}
 
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
cite:target { 
    background-color: #DEF;
}
 
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
 
@media screen, handheld, projection {
    cite *.printonly {
        display: none;
    }
}


/*  Farver på bytes */

.mw-plusminus-pos {
  color:green;
}
 
.mw-plusminus-neg {
  color:red;
}


/********************************************************************/
 
/* søsterprojektlinks i venstrepanelet */
 
ul.interProject
{ 
  list-style: none;
  padding-left: 0; 
  margin-left: 0;
}
 
li.interProject 
{ 
  background-repeat: no-repeat;
  background-position: left center; 
  padding-left: 18px; 
  margin-left: 0;
}
 
/* specifikt for Vector; ovenstående "hænger ikke fast" af en eller anden grund */
#mw-panel div.portal div.body ul.interProject li.interProject 
{ 
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px; 
  margin-left: 0;
}
 
li.commons 
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/14px-Commons-logo.svg.png");
}
 
li.wiktionary
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wiktionary_small.svg/16px-Wiktionary_small.svg.png");
}
 
li.wikibooks
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/16px-Wikibooks-logo.svg.png");
}
 
li.wikiquote
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/15px-Wikiquote-logo.svg.png");
}
 
li.wikisource
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/15px-Wikisource-logo.svg.png");
}
 
li.wikinews
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Wikinews_waves_Left.png/15px-Wikinews_waves_Left.png");
}
 
li.wikispecies
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/15px-Wikispecies-logo.svg.png");
}
 
li.wikiversity
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/15px-Wikiversity-logo.svg.png");
}
 
li.meta
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/15px-Wikimedia_Community_Logo.svg.png");
}
 
li.incubator
{ 
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/02/Incubator-notext.svg/15px-Incubator-notext.svg.png");
}

/********************************************************************/

/* til visning af Skabelon:Coord / Steenth */

/* Geographical coordinates defaults. See [[Template:Coord/link]]
   for how these are used. The classes "geo", "longitude", and
   "latitude" are used by the [[Geo microformat]]. */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; }

/********************************************************************/

/* hentet fra en:Common.css til visning af Skabelon:Autoritetsdata / Steenth */

/* Style for horizontal lists (separator following item).
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 6 (2014-05-09)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ") ";
    font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ") ";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) " ";
    white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) " ";
}
 
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ol li,
.plainlist ul li {
    margin-bottom: 0;
}

/********************************************************************/
/* oprindelig navbox kode */
 
/* default skin for navigation boxes - ikke pladseret kode */
table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-lige {
  background:#f7f7f7;     /* Even row striping */
}
.navbox-ulige {
  background:transparent; /* Odd row striping */
}
 
@media print {
    .navbox {
        display: none;
    }
}

/* ny navbox kode */

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox-group {           /* group style */
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
    line-height: 1.5em;
    text-align: center;
}
.navbox-group {    /* TODO th.navbox-group */         /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    line-height: 1.8em;
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,  /* TODO th.navbox-group */ 
.navbox-subgroup .navbox-title {
    background: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
    background: transparent;  /* Odd row striping */
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 1em;        /* Prevent lists from clinging to navboxes */
}
 
/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.mw-body-content .navbar ul {
    line-height: inherit;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li span {
  font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
    font-size: 100%;
}

.navbox .navbar {
    display: block;
    font-size: 100%;
}

.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}

/********************************************************************/
/* Bullets for Good and Featured interwiki links */
li.GA {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png);
}
li.FA {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png);
}

/********************************************************************/
/* Hide (formatting) elements from screen, but not from screenreaders */
/* Plan: tjek på hvor det bliver brugt
 */

.visualhide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/********************************************************************/
/* Klasse som kun vises for autopatruljerede/patruljanter/administrator: Visning slås til i CSS-filer for disse brugergrupper */
.vis-for-autopatrol {
  display: none;
}