<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://me-pedia.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Manuela</id>
	<title>MEpedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://me-pedia.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Manuela"/>
	<link rel="alternate" type="text/html" href="https://me-pedia.org/wiki/Special:Contributions/Manuela"/>
	<updated>2026-04-07T18:02:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://me-pedia.org/w/index.php?title=User:Manuela/common.css&amp;diff=196898</id>
		<title>User:Manuela/common.css</title>
		<link rel="alternate" type="text/html" href="https://me-pedia.org/w/index.php?title=User:Manuela/common.css&amp;diff=196898"/>
		<updated>2022-11-06T17:33:45Z</updated>

		<summary type="html">&lt;p&gt;Manuela:Created page with &amp;quot;/************************************************************************/ /**********          classes and id&amp;#039;s for bot nav bar          **********/ /************************...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/************************************************************************/&lt;br /&gt;
/**********          classes and id&#039;s for bot nav bar          **********/&lt;br /&gt;
/************************************************************************/&lt;br /&gt;
&lt;br /&gt;
/* I have learned from here: https://www.w3schools.com/css/css_dropdowns.asp*/&lt;br /&gt;
&lt;br /&gt;
.has-children::after { padding-left: .5em; content: &amp;quot;\25B2\25BC&amp;quot; }  /* Pfeil auf/ab wird hinzugefügt */&lt;br /&gt;
.has-more-children::after { padding-left: .5em; content: &amp;quot;\25BA&amp;quot; }&lt;br /&gt;
/* The container &amp;lt;div&amp;gt; - needed to position the dropdown content */&lt;br /&gt;
.dropdown { position: relative; display: inline-block; white-space: nowrap; }&lt;br /&gt;
/* beim Editieren keine Klappmenüs anzeigen, die stören */&lt;br /&gt;
.action-edit .dropdown .has-children { display: none; }&lt;br /&gt;
&lt;br /&gt;
/* der anklickbare &amp;quot;Button&amp;quot; in der Navigationsleiste */&lt;br /&gt;
.dropbtn { padding: 0 16px; border: none; cursor: pointer; height: 38px; }&lt;br /&gt;
/*	Inhalt des Dropdown Kastens (Hidden by Default); line-height: 2em; verringert die Zeilenhöhe für die Drop Down Boxen&lt;br /&gt;
	wird nicht angezeigt außer der darüberstehende Button wird gehovert&lt;br /&gt;
*/&lt;br /&gt;
.dropdown-content { display: none; position: absolute; background-color: #eee; min-width: 100%; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);&lt;br /&gt;
	border: 1px solid #fff;	border-top: none; line-height: 2em; color: MidnightBlue; cursor: pointer; &lt;br /&gt;
	z-index: 1; text-shadow: none; }&lt;br /&gt;
&lt;br /&gt;
/* Links inside the dropdown */&lt;br /&gt;
.dropdown-content a { display: block; padding: 0 16px; color: MidnightBlue; }&lt;br /&gt;
&lt;br /&gt;
/* Change color of dropdown links on hover */&lt;br /&gt;
.dropdown:hover .dropdown-content { display: block; }&lt;br /&gt;
&lt;br /&gt;
/* Definitionen für Submenu */&lt;br /&gt;
/* Links inside the dropdown */&lt;br /&gt;
.sub-menu a { display: block; padding: 0 16px; color: indigo; text-shadow: none; }&lt;br /&gt;
&lt;br /&gt;
.dropdown-submenu { position: relative; }&lt;br /&gt;
.dropdown-submenu .sub-menu { background-color: #eee; display: none; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);&lt;br /&gt;
	border: 1px solid indigo; }&lt;br /&gt;
.dropdown-submenu:hover .sub-menu { display: block; } /* anzeigen wenn hover */&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* show goto save button only when editing */&lt;br /&gt;
#only-when-edit { display: none; } /* wenn nicht editieren dann nicht anzeigen */&lt;br /&gt;
.action-edit   #only-when-edit{ display: inline; }&lt;br /&gt;
.action-submit #only-when-edit{ display: inline; }&lt;br /&gt;
&lt;br /&gt;
#botbar { position: fixed; margin-left: 0; margin-bottom: 0; top: 0; left: 13em; background-color: transparent ; }&lt;br /&gt;
/*&lt;br /&gt;
background-color: MidnightBlue;&lt;br /&gt;
background-image: linear-gradient(145deg, indigo 8%, red 8%, gold 11%, green 15%, MediumSpringGreen 20%, MediumTurquoise 22%, RoyalBlue 28%, MidnightBlue 28%, MidnightBlue 55%, rgba(25, 25, 112,0));&lt;br /&gt;
box-shadow: 0 3px 7px #888; } */&lt;br /&gt;
#botbar { height: 38px; line-height: 38px; vertical-align: middle; z-index: 100; cursor: pointer; }&lt;br /&gt;
#botbar { font-size: 90%; color: #eee; font-family: sans-serif; font-weight: bold; border-radius: 0 19px 19px 0; &lt;br /&gt;
           text-shadow: -1px 0 MidnightBlue, 0 1px MidnightBlue, 1px 0 MidnightBlue, 0 -1px MidnightBlue, 0 0 5px MidnightBlue;; }&lt;br /&gt;
#botbar a { color: #eee; text-decoration: none; } /* alle Links weiß einfärben */&lt;br /&gt;
&lt;br /&gt;
/* Change the background color of the dropdown button only when hover */&lt;br /&gt;
#botbar .dropbtn:hover { background-color: #eee; color: MidnightBlue; text-shadow: none; }&lt;br /&gt;
#botbar .dropbtn:hover a { color: MidnightBlue; }&lt;br /&gt;
&lt;br /&gt;
#botbar .dropdown-content { top: 38px; }&lt;br /&gt;
&lt;br /&gt;
/*	Inhalt des Dropdown Kastens (Hidden by Default); line-height: 2em; verringert die Zeilenhöhe für die Drop Down Boxen&lt;br /&gt;
	wird nicht angezeigt außer der darüberstehende Button wird gehovert&lt;br /&gt;
*/&lt;br /&gt;
#botbar .dropdown-content a { color: MidnightBlue }&lt;br /&gt;
#botbar .dropdown-content   { border: 1px solid indigo; }&lt;br /&gt;
&lt;br /&gt;
/* Change color of dropdown links on hover */&lt;br /&gt;
#botbar .dropdown-content a:hover { background-color: MidnightBlue; color: #eee; }&lt;br /&gt;
.dropdown:hover .dropdown-content { display: block; }&lt;br /&gt;
&lt;br /&gt;
/* Definitionen für Submenu */&lt;br /&gt;
#botbar .sub-menu a { color: indigo }&lt;br /&gt;
/* Change color of dropdown links on hover */&lt;br /&gt;
#botbar .sub-menu a:hover { background-color: indigo; color: #eee; }&lt;br /&gt;
&lt;br /&gt;
#botbar .sub-menu { position: absolute; left: 100%; top: 0; margin-left: 1px }&lt;br /&gt;
&lt;br /&gt;
/* create a separator line */&lt;br /&gt;
#botbar .separator-top { border-top: 1px solid indigo; }&lt;br /&gt;
&lt;br /&gt;
/* extra CSS class for draggable navigation bar &lt;br /&gt;
.bottombar { background-color: MidnightBlue;&lt;br /&gt;
	background-image: linear-gradient(125deg, magenta, blue, cyan, green, orange, red, magenta); } */&lt;br /&gt;
/* der Schatten soll immer bleiben, das schaut cool aus */&lt;br /&gt;
#botbar { box-shadow: 0 3px 3px 0 rgba(0,0,0,.35), 0 -1px rgba(25, 25, 112,.35), -1px 0 rgba(25, 25, 112,.35);; } /* 25, 25, 112 MidnightBlue */&lt;/div&gt;</summary>
		<author><name>Manuela</name></author>
	</entry>
</feed>