Add Piratenkleider theme
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
		
							
								
								
									
										153
									
								
								wp-content/themes/piratenkleider/css/admin.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										153
									
								
								wp-content/themes/piratenkleider/css/admin.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,153 @@ | ||||
| /*  | ||||
|  * Backend CSS | ||||
|  */ | ||||
|  | ||||
| @font-face { | ||||
| 	font-family: BebasNeue; | ||||
| 	src: local(BebasNeue), | ||||
| 	url(../fonts/BebasNeue-webfont.woff2) format("woff2"), | ||||
| 	url(../fonts/BebasNeue-webfont.woff) format("woff"), | ||||
| 	url(../fonts/BebasNeue-webfont.ttf) format("truetype"); | ||||
| } | ||||
|  | ||||
| @font-face { | ||||
| 	font-family: Awesome; | ||||
| 	src: local(Awesome), | ||||
| 	url(../fonts/fontawesome-webfont.woff2) format("woff2"), | ||||
| 	url(../fonts/fontawesome-webfont.woff) format("woff"), | ||||
| 	url(../fonts/fontawesome-webfont.ttf) format("truetype"); | ||||
| } | ||||
|  | ||||
| @font-face { | ||||
| 	font-family: DroidSans; | ||||
| 	src: local(DroidSans), | ||||
| 	url(../fonts/DroidSans.eot) format("embedded-opentype"), | ||||
| 	url(../fonts/DroidSans.woff2) format("woff2"), | ||||
| 	url(../fonts/DroidSans.ttf) format("truetype"); | ||||
| } | ||||
|  | ||||
| @font-face { | ||||
| 	font-family: LinLibertine; | ||||
| 	src: local(LinLibertine), | ||||
| 	url(../fonts/LinLibertine_R.woff) format("woff"); | ||||
| } | ||||
|  | ||||
| @font-face { | ||||
| 	font-family: PoliticsHead; | ||||
| 	src: local(PoliticsHead), | ||||
| 	url(../fonts/PoliticsHeadv1_9.woff2) format("woff2"), | ||||
| 	url(../fonts/PoliticsHeadv1_9.woff) format("woff"), | ||||
| 	url(../fonts/PoliticsHeadv1_9.ttf) format("truetype"); | ||||
| } | ||||
|  | ||||
| #headimg { | ||||
| 	width: 350px; | ||||
| 	height: 120px; | ||||
| 	background: no-repeat; | ||||
| 	border: 0; | ||||
| } | ||||
| #custom-background-image { | ||||
| 	height: 225px; | ||||
| 	background-position: bottom left !important;  | ||||
| 	background-repeat: repeat-x, no-repeat; | ||||
| } | ||||
| label.description { | ||||
| 	display: block; | ||||
| } | ||||
| p.submit { | ||||
| 	margin-top: 10px; | ||||
| 	padding-left: 20px; | ||||
| } | ||||
| .wrap div.updated { | ||||
| 	margin-right: 300px;                     | ||||
| } | ||||
| #einstellungen { | ||||
| 	margin-top: 20px; | ||||
| } | ||||
| #einstellungen div { | ||||
| 	margin-left: 10px; | ||||
| } | ||||
| #einstellungen table tr:hover, | ||||
| #einstellungen table tr:focus { | ||||
| 	background-color: #eeeeee; | ||||
| 	-webkit-transition: all 0.1s ease-in-out; | ||||
| 	-ms-transition: all 0.1s ease-in-out; | ||||
| 	-o-transition: all 0.1s ease-in-out;  | ||||
| 	transition: all 0.1s ease-in-out; | ||||
| } | ||||
| #einstellungen table th { | ||||
| 	text-align: left;    | ||||
| 	min-width: 200px; | ||||
| } | ||||
| #einstellungen table td { | ||||
| 	padding-bottom: 5px; | ||||
| } | ||||
| #einstellungen tr.mark-option { | ||||
| 	background-color: #f50; | ||||
| 	color: white; | ||||
| } | ||||
| #einstellungen tr.mark-option:focus,  | ||||
| #einstellungen tr.mark-option:hover { | ||||
| 	background-color: #a62911; | ||||
| } | ||||
| #einstellungen table td table th { | ||||
| 	min-width: 50px; | ||||
| } | ||||
|  | ||||
| #einstellungen input.regular-text { | ||||
| 	width: 40em; | ||||
| } | ||||
| #einstellungen select { | ||||
| 	min-width: 4em; | ||||
| } | ||||
| h2.nav-tab-wrapper, h3.nav-tab-wrapper { | ||||
| 	margin-top: 30px; | ||||
| } | ||||
|  | ||||
| label.tile { | ||||
| 	width: 320px; | ||||
| 	height: auto; | ||||
| 	float: left;     | ||||
| 	padding: 0 2px; | ||||
| 	margin: 5px; | ||||
| 	border: 3px solid transparent; | ||||
| } | ||||
| label.tile:hover { | ||||
| 	background-color: #eee; | ||||
| } | ||||
| label.tile img { | ||||
| 	margin: 0; | ||||
| 	padding: 0; | ||||
| } | ||||
| label.checked,  | ||||
| label.tile:hover,  | ||||
| label.tile:focus { | ||||
| 	border-color: orange; | ||||
| 	background: orange; | ||||
| }  | ||||
|  | ||||
| label.plakattile { | ||||
| 	width: 160px; | ||||
| 	height: 250px; | ||||
| 	float: left; | ||||
| 	border: 1px solid #ccc; | ||||
| 	padding: 1px; | ||||
| 	margin: 5px; | ||||
| } | ||||
| label.plakattile:hover { | ||||
| 	background-color: #eee; | ||||
| } | ||||
|  | ||||
| img.imgurl { | ||||
| 	display: block; | ||||
| } | ||||
| .previewimage img { | ||||
| 	max-width: 900px; | ||||
| 	height: auto; | ||||
| } | ||||
| #adminmenu .menu-icon-person div.wp-menu-image:before { | ||||
| 	content: "\f337"; | ||||
| } | ||||
| #adminmenu .menu-icon-linktipps div.wp-menu-image:before { | ||||
| 	content: "\f319"; | ||||
| } | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/admin.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/admin.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| @font-face{font-family:BebasNeue;src:local(BebasNeue),url(../fonts/BebasNeue-webfont.woff2) format("woff2"),url(../fonts/BebasNeue-webfont.woff) format("woff"),url(../fonts/BebasNeue-webfont.ttf) format("truetype")}@font-face{font-family:Awesome;src:local(Awesome),url(../fonts/fontawesome-webfont.woff2) format("woff2"),url(../fonts/fontawesome-webfont.woff) format("woff"),url(../fonts/fontawesome-webfont.ttf) format("truetype")}@font-face{font-family:DroidSans;src:local(DroidSans),url(../fonts/DroidSans.eot) format("embedded-opentype"),url(../fonts/DroidSans.woff2) format("woff2"),url(../fonts/DroidSans.ttf) format("truetype")}@font-face{font-family:LinLibertine;src:local(LinLibertine),url(../fonts/LinLibertine_R.woff) format("woff")}@font-face{font-family:PoliticsHead;src:local(PoliticsHead),url(../fonts/PoliticsHeadv1_9.woff2) format("woff2"),url(../fonts/PoliticsHeadv1_9.woff) format("woff"),url(../fonts/PoliticsHeadv1_9.ttf) format("truetype")}#headimg{width:350px;height:120px;background:no-repeat;border:0}#custom-background-image{height:225px;background-position:bottom left!important;background-repeat:repeat-x,no-repeat}label.description{display:block}p.submit{margin-top:10px;padding-left:20px}.wrap div.updated{margin-right:300px}#einstellungen{margin-top:20px}#einstellungen div{margin-left:10px}#einstellungen table tr:hover,#einstellungen table tr:focus{background-color:#eee;-webkit-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#einstellungen table th{text-align:left;min-width:200px}#einstellungen table td{padding-bottom:5px}#einstellungen tr.mark-option{background-color:#f50;color:white}#einstellungen tr.mark-option:focus,#einstellungen tr.mark-option:hover{background-color:#a62911}#einstellungen table td table th{min-width:50px}#einstellungen input.regular-text{width:40em}#einstellungen select{min-width:4em}h2.nav-tab-wrapper,h3.nav-tab-wrapper{margin-top:30px}label.tile{width:320px;height:auto;float:left;padding:0 2px;margin:5px;border:3px solid transparent}label.tile:hover{background-color:#eee}label.tile img{margin:0;padding:0}label.checked,label.tile:hover,label.tile:focus{border-color:orange;background:orange}label.plakattile{width:160px;height:250px;float:left;border:1px solid #ccc;padding:1px;margin:5px}label.plakattile:hover{background-color:#eee}img.imgurl{display:block}.previewimage img{max-width:900px;height:auto}#adminmenu .menu-icon-person div.wp-menu-image:before{content:"\f337"}#adminmenu .menu-icon-linktipps div.wp-menu-image:before{content:"\f319"} | ||||
							
								
								
									
										235
									
								
								wp-content/themes/piratenkleider/css/basemod_linkicons.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										235
									
								
								wp-content/themes/piratenkleider/css/basemod_linkicons.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,235 @@ | ||||
| /*  | ||||
|  * Document   : basemod_linkicons | ||||
|  * Description: | ||||
|  * Automatische Linkicons über CSS | ||||
|  */ | ||||
|  | ||||
|  | ||||
| .content-primary a:before { | ||||
| 	display: inline-block; | ||||
| 	content: ' '; | ||||
| 	width: 0px; | ||||
| 	overflow: hidden; | ||||
| 	height: 18px; | ||||
| 	margin: 0 4px 0 0; | ||||
| 	background: url('../images/linkicons.gif') no-repeat 0 0; | ||||
| } | ||||
|  | ||||
| .content-primary a[href ^="mailto:"]:before { | ||||
| 	background-position: -282px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".ogg"]:before, .content-primary a[href $=".OGG"]:before, | ||||
| .content-primary a[href $=".mid"]:before, .content-primary a[href $=".MID"]:before, | ||||
| .content-primary a[href $=".midi"]:before,.content-primary a[href $=".MIDI"]:before, | ||||
| .content-primary a[href $=".mp3"]:before, .content-primary a[href $=".MP3"]:before, | ||||
| .content-primary a[href $=".wav"]:before, .content-primary a[href $=".WAV"]:before, | ||||
| .content-primary a[href $=".wma"]:before, .content-primary a[href $=".WMA"]:before { | ||||
| 	background-position: -262px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
| .content-primary a[href $=".ogg"]:after, .content-primary a[href $=".OGG"]:after, | ||||
| .content-primary a[href $=".mid"]:after, .content-primary a[href $=".MID"]:after, | ||||
| .content-primary a[href $=".midi"]:after,.content-primary a[href $=".MIDI"]:after, | ||||
| .content-primary a[href $=".mp3"]:after, .content-primary a[href $=".MP3"]:after, | ||||
| .content-primary a[href $=".wav"]:after, .content-primary a[href $=".WAV"]:after, | ||||
| .content-primary a[href $=".wma"]:after, .content-primary a[href $=".WMA"]:after { | ||||
| 	content: " (Audio) "; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".ogm"]:before, .content-primary a[href $=".OGM"]:before, | ||||
| .content-primary a[href $=".avi"]:before, .content-primary a[href $=".AVI"]:before, | ||||
| .content-primary a[href $=".mpeg"]:before,.content-primary a[href $=".MPEG"]:before, | ||||
| .content-primary a[href $=".mpg"]:before, .content-primary a[href $=".MPG"]:before { | ||||
| 	background-position: -582px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
| .content-primary a[href $=".ogm"]:after, .content-primary a[href $=".OGM"]:after, | ||||
| .content-primary a[href $=".avi"]:after, .content-primary a[href $=".AVI"]:after, | ||||
| .content-primary a[href $=".mpeg"]:after,.content-primary a[href $=".MPEG"]:after, | ||||
| .content-primary a[href $=".mpg"]:after, .content-primary a[href $=".MPG"]:after { | ||||
| 	content: " (Video) "; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".pdf"]:before, .content-primary a[href $=".PDF"]:before, | ||||
| .content-primary a[href *=".pdf#"]:before, .content-primary a[href *=".PDF#"]:before, | ||||
| .content-primary a[href *=".pdf?"]:before,.content-primary a[href *=".PDF?"]:before { | ||||
| 	background-position: -562px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".pdf"]:after, .content-primary a[href $=".PDF"]:after, | ||||
| .content-primary a[href *=".pdf#"]:after, .content-primary a[href *=".PDF#"]:after, | ||||
| .content-primary a[href *=".pdf?"]:after,.content-primary a[href *=".PDF?"]:after { | ||||
| 	content: " (PDF) "; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".ppt"]:before, .content-primary a[href $=".PPT"]:before{ | ||||
| 	background-position: -342px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".ppt"]:after, .content-primary a[href $=".PPT"]:after { | ||||
| 	content: " (Powerpoint-Datei) "; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".epub"]:before, .content-primary a[href $=".EPUB"]:before{ | ||||
| 	background-position: -182px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".epub"]:after, .content-primary a[href $=".EPUB"]:after { | ||||
| 	content: " (ePUB-Datei) "; | ||||
| }     | ||||
|  | ||||
| .content-primary a[href $=".doc"]:before, .content-primary a[href $=".DOC"]:before, | ||||
| .content-primary a[href $=".docx"]:before, .content-primary a[href $=".DOCX"]:before { | ||||
| 	background-position: -502px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".doc"]:after, .content-primary a[href $=".DOC"]:after, | ||||
| .content-primary a[href $=".docx"]:after, .content-primary a[href $=".DOCX"]:after { | ||||
| 	content: " (Word-Datei) "; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".zip"]:before, .content-primary a[href $=".ZIP"]:before, | ||||
| .content-primary a[href $=".rar"]:before, .content-primary a[href $=".RAR"]:before, | ||||
| .content-primary a[href $=".exe"]:before, .content-primary a[href $=".EXE"]:before, | ||||
| .content-primary a[href $=".msi"]:before, .content-primary a[href $=".MSI"]:before, | ||||
| .content-primary a[href $=".dmg"]:before,.content-primary a[href $=".DMG"]:before, | ||||
| .content-primary a[href $=".gz"]:before, .content-primary a[href $=".GZ"]:before, | ||||
| .content-primary a[href *=".gzip"]:before, .content-primary a[href *=".GZIP"]:before { | ||||
| 	background-position: -322px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".rar"]:after, .content-primary a[href $=".RAR"]:after, | ||||
| .content-primary a[href $=".exe"]:after, .content-primary a[href $=".EXE"]:after, | ||||
| .content-primary a[href $=".msi"]:after, .content-primary a[href $=".MSI"]:after, | ||||
| .content-primary a[href $=".dmg"]:after,.content-primary a[href $=".DMG"]:after { | ||||
| 	content: " (Archiv) "; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".zip"]:after, .content-primary a[href $=".ZIP"]:after, | ||||
| .content-primary a[href $=".gz"]:after, .content-primary a[href $=".GZ"]:after, | ||||
| .content-primary a[href *=".gzip"]:after, .content-primary a[href *=".GZIP"]:after { | ||||
| 	content: " (ZIP-Datei) "; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".txt"]:before, .content-primary a[href $=".TXT"]:before { | ||||
| 	background-position: -462px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $=".tar"]:before, .content-primary a[href $=".TAR"]:before { | ||||
| 	background-position: -442px 0; | ||||
| 	width: 18px; | ||||
| }   | ||||
|  | ||||
| .content-primary a.extern:before { | ||||
| 	background-position: -224px 3px; | ||||
| 	width: 10px; | ||||
| } | ||||
|  | ||||
| .website a.extern:before { | ||||
| 	background-image: url('../images/socialmedia.png'); | ||||
| 	background-position: -40px -518px; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| /* Pirate Websites */ | ||||
| .content-primary a[href *= "pirateninfo.de"]:before { | ||||
| 	background-position: -22px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href *= "lqfb.piratenpartei.de"]:before { | ||||
| 	background-position: -142px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href *= "wiki.piraten-thueringen.de"]:before,  | ||||
| .content-primary a[href *= "wiki.piratenbrandenburg.de"]:before,  | ||||
| .content-primary a[href *= "wiki.piratenpartei.de"]:before { | ||||
| 	background-position: -62px 0; | ||||
| 	width: 16px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href *= "news.piratenpartei.de"]:before { | ||||
| 	background-position: -122px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href *= "feedback.piratenpartei-bayern.de"]:before { | ||||
| 	background-position: -42px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href *= "piratenpad.de"]:before { | ||||
| 	background-position: -82px -0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href ^="mumble:"]:before { | ||||
| 	background-position: -102px 0; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| /* Social media and known Websites */ | ||||
| .content-primary a[href *= "de.wikipedia.org"]:before { | ||||
| 	background-position: -302px 0; | ||||
| 	width: 18px; | ||||
| }      | ||||
|  | ||||
| .content-primary a[href *= "facebook.com"]:before { | ||||
| 	background: url('../images/socialmedia.png') no-repeat -40px -72px; | ||||
| 	width: 18px; | ||||
| }      | ||||
|  | ||||
| .content-primary a[href *= "plus.google.com"]:before { | ||||
| 	background: url('../images/socialmedia.png') no-repeat -40px -200px; | ||||
| 	width: 18px; | ||||
| }   | ||||
|  | ||||
| .content-primary a[href *= "twitter.com"]:before { | ||||
| 	background: url('../images/socialmedia.png') no-repeat -40px -328px; | ||||
| 	width: 18px; | ||||
| }  | ||||
|  | ||||
| .content-primary a[href *= "flickr.com"]:before { | ||||
| 	background: url('../images/socialmedia.png') no-repeat -40px -168px; | ||||
| 	width: 18px; | ||||
| }    | ||||
|  | ||||
| .content-primary a[href *= "youtube.com"]:before, | ||||
| .content-primary a[href *= "youtube-nocookie.com"]:before { | ||||
| 	background: url('../images/socialmedia.png') no-repeat -40px -360px; | ||||
| 	width: 18px; | ||||
| } | ||||
|  | ||||
| .content-primary a[href $="rss2"]:before, | ||||
| .content-primary a[href $="rss"]:before,  | ||||
| .content-primary a[href *= "/feed/"]:before { | ||||
| 	background: url('../images/socialmedia.png') no-repeat -40px -102px; | ||||
| 	width: 18px; | ||||
| }   | ||||
|  | ||||
| .content-primary header a:before, | ||||
| .content-primary h1 a:before, | ||||
| .content-primary h2 a:before, | ||||
| .content-primary h3 a:before, | ||||
| .content-primary #ai1ec-container a:before, | ||||
| .content-primary .p3-column a:not(.extern):before, | ||||
| .content-primary a.rsswidget:before, | ||||
| a.rsswidget:before, | ||||
| .content-primary a.nolinkicon:before { | ||||
| 	background: none; | ||||
| 	width: 0; | ||||
| 	content: normal; | ||||
| } | ||||
|  | ||||
| .content-primary #ai1ec-container a:before { | ||||
|     content: inherit; | ||||
| } | ||||
							
								
								
									
										2
									
								
								wp-content/themes/piratenkleider/css/basemod_linkicons.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								wp-content/themes/piratenkleider/css/basemod_linkicons.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										730
									
								
								wp-content/themes/piratenkleider/css/basemod_mediaqueries.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										730
									
								
								wp-content/themes/piratenkleider/css/basemod_mediaqueries.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,730 @@ | ||||
| /* | ||||
| * CSS Mediaqueries | ||||
| */ | ||||
|  | ||||
|  | ||||
| @media only screen and (max-width: 1024px) { | ||||
|  .row { | ||||
|      width: 100%; | ||||
|     } | ||||
|     .branding,  | ||||
|     .sticker { | ||||
| 	padding: 15px; | ||||
|     }   | ||||
|     .nav-main { | ||||
| 	padding: 0 15px 0 15px; | ||||
|     }  | ||||
|   .content-primary,   | ||||
|   .teaser .first-teaser-widget-area,  | ||||
|   .first-footer-widget-area {    | ||||
|     float: none; | ||||
|     width: 100%; | ||||
|     display: block; | ||||
|   } | ||||
|       .content-primary,   | ||||
|   .teaser .first-teaser-widget-area,  | ||||
|   .first-footer-widget-area {    | ||||
|     float: none; | ||||
|     width: 100%; | ||||
|     display: block; | ||||
|   } | ||||
|    | ||||
|   .content-aside,  | ||||
|   .teaser .second-teaser-widget-area,  | ||||
|   .second-footer-widget-area { | ||||
|    float: none; | ||||
|     width: 100%; | ||||
|      display: block; | ||||
|   } | ||||
|    .teaser .first-teaser-widget-area,  | ||||
|     .first-footer-widget-area { | ||||
|          width: 100%; | ||||
|     } | ||||
|     .content .symbolbild { | ||||
| 	max-width: 1024px; | ||||
|     } | ||||
|     .content .symbolbild img,  | ||||
|     .content .bigslider img,  | ||||
|     .flexslider .bigslider img { | ||||
| 	width: 100%; | ||||
| 	max-width: 1024px; | ||||
| 	height: auto; | ||||
|     } | ||||
|  | ||||
| }  | ||||
| @media only screen and (max-width: 767px) { | ||||
| .row { | ||||
|   width: 100%; | ||||
| }      | ||||
|   .content-primary,   | ||||
|   .teaser .first-teaser-widget-area,  | ||||
|   .first-footer-widget-area {    | ||||
|     float: none; | ||||
|     width: 100%; | ||||
|     display: block; | ||||
|   } | ||||
|    | ||||
|   .content-aside,  | ||||
|   .teaser .second-teaser-widget-area,  | ||||
|   .second-footer-widget-area { | ||||
|    float: none; | ||||
|     width: 100%; | ||||
|      display: block; | ||||
|   } | ||||
|    .content-primary .columns { | ||||
|       float: none; | ||||
|       clear: both; | ||||
|   } | ||||
|   .content-primary .columns .column0, | ||||
|   .content-primary .columns .column1, | ||||
|   .content-primary .columns .column2 { | ||||
|     float: none; | ||||
|     width: 100%; | ||||
|     display: block; | ||||
|     clear: both; | ||||
|   } | ||||
|   .content-primary .columns .column2:before { | ||||
| 	content: ""; | ||||
| 	display: block; | ||||
| 	border: 0; | ||||
| 	padding: 0; | ||||
| 	margin-bottom: 15px; | ||||
| 	margin-top: 5px; | ||||
| 	background: url("../images/jolly.png") no-repeat center center; | ||||
| 	height: 26px; | ||||
|   } | ||||
|   .content-primary .columns .column2 .post { | ||||
|     padding-left: 0px; | ||||
|   } | ||||
|    | ||||
|   | ||||
|  .withvideo .p3-col1,  | ||||
|  .withvideo .p3-col3 { | ||||
|     float: none; | ||||
|     width: 100%; | ||||
|     margin: 0; | ||||
| } | ||||
|   | ||||
|      | ||||
|   .flexslider,  | ||||
|   .flexslider img {        | ||||
|         overflow: hidden; | ||||
|    }    | ||||
|    .slidersidebar { | ||||
|         height: auto;     | ||||
|         margin-bottom: 10px; | ||||
|     } | ||||
|   .logo { | ||||
|     max-width: 300px; | ||||
|     top: 0px; | ||||
|   } | ||||
|    .logo img { | ||||
|       margin: 0 auto; | ||||
|       display: block; | ||||
|     } | ||||
|  | ||||
|  .symbolbild { | ||||
|         height: 240px;   | ||||
|         overflow: hidden; | ||||
|    }    | ||||
|  | ||||
|    .teaserlinks .symbol:before { | ||||
|        display: none; | ||||
|    } | ||||
|    | ||||
|    .teaserlinks ul li a { | ||||
|        padding-left: 10px; | ||||
|    } | ||||
|    .nav-main ul.menu li a { | ||||
|        padding: 12px 5px 10px; | ||||
|    } | ||||
|  | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
| @media only screen and (max-width: 768px) { | ||||
|     .header,  | ||||
|     .nav-top { | ||||
| 	height: auto; | ||||
|     } | ||||
|      .branding { | ||||
|         display: block; | ||||
|         width: 100%;     | ||||
|         margin: 0 auto; | ||||
|         height: auto;         | ||||
|         padding: 10px; | ||||
|         text-align: center;  | ||||
|     } | ||||
|     .branding h1 { | ||||
|         margin-bottom: 0px; | ||||
|     } | ||||
|   .logo { | ||||
|         margin: 0 auto; | ||||
|   } | ||||
|    .logo img { | ||||
|       display: block; | ||||
|       width: 100%; | ||||
|       height: auto;  | ||||
|     } | ||||
|     .sticker, | ||||
|     .teaser { | ||||
|         display: none; | ||||
|     }  | ||||
|      | ||||
| 	.nav-top,  | ||||
| 	.header #searchform { | ||||
| 	    position: relative; | ||||
| 	    top: inherit; | ||||
| 	    right: inherit; | ||||
| 	    left:inherit; | ||||
| 	    display: block;	 | ||||
| 	    text-align: center; | ||||
| 	    display: block; | ||||
| 	    margin: 0 auto; | ||||
| 	    width: 100%; | ||||
| 	    clear: both; | ||||
| 	    float: none; | ||||
| 	} | ||||
|      | ||||
|     .nav-top form.searchform { | ||||
|         clear: both; | ||||
|         display: block;      | ||||
|         width: 320px; | ||||
|         background: transparent; | ||||
|         margin: 5px auto 15px auto; | ||||
|         position: relative;      | ||||
|         float: none;  | ||||
|         font-size: 1.2em; | ||||
|     } | ||||
|    .nav-top form.searchform input {     | ||||
|        padding: 5px;       | ||||
|    }    | ||||
|     | ||||
|    .searchform input#s { | ||||
|        width: 220px;   | ||||
|    }  | ||||
|     .nav-top ul.socialmedia { | ||||
| 	    clear: both; | ||||
| 	    display: inline-block; | ||||
| 	    position: relative; | ||||
| 	    top: inherit; | ||||
| 	    right: inherit; | ||||
| 	    width: auto; | ||||
| 	    float: none; | ||||
| 	} | ||||
|    .nav-top form.searchform .searchsubmit { | ||||
|         position: relative;        | ||||
|         width: auto; | ||||
|         float: right; | ||||
|         text-indent: 0; | ||||
|         background: #2D7DC5; | ||||
|         height: inherit; | ||||
|         line-height: 1em; | ||||
|         overflow: none; | ||||
|         height: auto; | ||||
|         padding: 5px; | ||||
|         top: 0px; | ||||
|         margin-top: 2px; | ||||
|         left: -15px;  | ||||
|      } | ||||
|     .nav-top form.searchform .searchsubmit:after { | ||||
|        content: "a"; | ||||
|        clear: both;  | ||||
|     } | ||||
|     .nav-top div.menu-header { | ||||
|         float: none; | ||||
|         display: inline-block; | ||||
|         position: relative; | ||||
|         text-align: center;    | ||||
|     } | ||||
|     .nav-top div.menu-header ul.menu li a { | ||||
|         line-height: 22px; | ||||
|         padding: 0 5px; | ||||
|         background: none; | ||||
|         border: none; | ||||
|         box-shadow: none; | ||||
|         text-decoration: underline; | ||||
|         color: black; | ||||
|         border-radius: none; | ||||
|         text-shadow: 0 -1px 0 #EEEEEE; | ||||
|     } | ||||
|     | ||||
|     .nav-main { | ||||
|         display: block; | ||||
|         width: 100%;    | ||||
|         position: relative;      | ||||
|         max-width: 100%; | ||||
|         margin: 0; | ||||
|         padding: 0;  | ||||
|     } | ||||
|     .nav-main ul.menu { | ||||
|         float: none;   | ||||
|     } | ||||
|      | ||||
|     .nav-main ul.menu li.current_page_item a[title="Home"], | ||||
|     .nav-main ul.menu li.current-menu-item.menu-item-home a, | ||||
|    .nav-main ul.menu li a[title="Home"],  | ||||
|    .nav-main ul.menu li.menu-item-home a { | ||||
|       background: black; | ||||
|       text-indent: 0; | ||||
|   } | ||||
|       .nav-main ul.menu li.current_page_item a[title="Home"]:hover, | ||||
|     .nav-main ul.menu li.current-menu-item.menu-item-home a:hover, | ||||
|    .nav-main ul.menu li a[title="Home"]:hover, | ||||
|    .nav-main ul.menu li.menu-item-home a:hover { | ||||
|       background: black; | ||||
|       color: #24639b; | ||||
|       text-indent: 0; | ||||
|   } | ||||
|      | ||||
|     | ||||
|  .skiplinks li { | ||||
|     list-style: none; | ||||
|     width: 100%;  | ||||
|  } | ||||
|  .skiplinks li a { | ||||
|     position: absolute; | ||||
|     display: block; | ||||
|     position: static; | ||||
|     width: 100%; | ||||
|     display: block; | ||||
|     border: 0px solid; | ||||
|     background: #2d7dc5; | ||||
|     color: white; | ||||
|     outline: 0px; | ||||
|     text-align: center; | ||||
|     padding: 5px 18px; | ||||
|     margin-bottom: 2px; | ||||
|     font-size: 1.4em; | ||||
|     background: #2d7dc5;  | ||||
|     color: white; | ||||
|     border: 1px solid #2d7dc5; | ||||
|     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|     border-top: 1px solid #4e96d7; | ||||
|     border-bottom: 1px solid #1a4872; | ||||
|     -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); | ||||
|     -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); | ||||
|     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); | ||||
|     border-radius: 2px; | ||||
|     -moz-border-radius: 2px; | ||||
|     -webkit-border-radius: 2px; | ||||
|     text-shadow: 0 -1px 0 #112e48; | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #24639b);      | ||||
|  } | ||||
|  .skiplinks li a:focus,  | ||||
|  .skiplinks li a:hover { | ||||
|       background: #24639b; | ||||
|         color: black; } | ||||
|  #skiplink-nav,  | ||||
|  #skiplink-search { | ||||
|      display: none; | ||||
|  }    | ||||
|   .footer ul.skiplinks { | ||||
|      height: auto; | ||||
| } | ||||
|  | ||||
|   .symbolbild {       | ||||
|         overflow: hidden; | ||||
|         z-index: 10; | ||||
|        max-width: 100%; | ||||
|    }    | ||||
|     | ||||
|    .nav-top ul.menu li a { | ||||
|         padding: 5px 18px; | ||||
|         margin-bottom: 2px; | ||||
|         overflow: visible; | ||||
|         position: relative; | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border: 1px solid #C96A00; | ||||
|         -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); | ||||
|         -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); | ||||
|         box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); | ||||
|         border-radius: 2px; | ||||
|         -moz-border-radius: 2px; | ||||
|         -webkit-border-radius: 2px; | ||||
|         text-shadow: 0 -1px 0 #C96A00; | ||||
|         background-color: #ff8800; | ||||
|         | ||||
|    } | ||||
|     .nav-top ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|     } | ||||
|     .nav-main { | ||||
|         width: 100%; | ||||
|         margin: 0; | ||||
|         float: none; | ||||
|         clear: both; | ||||
|     } | ||||
|   .nav-main ul.menu li a { | ||||
|     position: absolute; | ||||
|     float: none; | ||||
|     display: block; | ||||
|     position: static; | ||||
|     width: 100%; | ||||
|     display: block; | ||||
|     color: white; | ||||
|     outline: 0px; | ||||
|     text-align: center; | ||||
|     padding: 5px 18px; | ||||
|     margin-bottom: 2px; | ||||
|     border: 1px solid #2d7dc5; | ||||
|     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|     border-top: 1px solid #4e96d7; | ||||
|     border-bottom: 1px solid #1a4872; | ||||
|     -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); | ||||
|     -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); | ||||
|     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); | ||||
|     border-radius: 2px; | ||||
|     -moz-border-radius: 2px; | ||||
|     -webkit-border-radius: 2px; | ||||
|     text-shadow: 0 -1px 0 #112e48; | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|   } | ||||
|  | ||||
|   .nav-main ul.menu li a:hover { | ||||
|       background: #4e96d7; | ||||
|     } | ||||
|  .nav-main ul.menu li a:focus,  | ||||
|  .nav-main ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|         color: black;  | ||||
|  }         | ||||
|          | ||||
|   .nav-main { | ||||
|     margin-bottom: 20px;  | ||||
|   } | ||||
|   .nav-main ul li { | ||||
|       float: none; | ||||
|       width: 100%; | ||||
|        | ||||
|   } | ||||
|   .nav-main ul li ul { | ||||
|       display: none; | ||||
|   }     | ||||
|   .section { | ||||
|       padding: 0px; | ||||
|   } | ||||
|   .content-primary { | ||||
|       width: 100%; | ||||
|       float: none; | ||||
|       min-height: 0;           | ||||
|   } | ||||
|   .content-primary .switchoff, .content-primary .switchon { | ||||
|       display: none; | ||||
|   } | ||||
|  | ||||
|   .content-primary .columns { | ||||
|       float: none; | ||||
|       clear: both; | ||||
|   } | ||||
|   .content-primary .columns .column0, | ||||
|   .content-primary .columns .column1, | ||||
|   .content-primary .columns .column2 { | ||||
|     float: none; | ||||
|     width: 100%; | ||||
|     display: block; | ||||
|     clear: both; | ||||
|   } | ||||
|   .content-primary .columns .column2:before { | ||||
| 	content: ""; | ||||
| 	display: block; | ||||
| 	border: 0; | ||||
| 	padding: 0; | ||||
| 	margin-bottom: 15px; | ||||
| 	margin-top: 5px; | ||||
| 	background: url("../images/jolly.png") no-repeat center center; | ||||
| 	height: 26px; | ||||
|   } | ||||
|   .content-primary .columns .column2 .post { | ||||
|     padding-left: 0px; | ||||
|   } | ||||
|    | ||||
|    .content-primary .first-startpage-widget-area, | ||||
|    .content-primary .second-startpage-widget-area { | ||||
|     clear: both; | ||||
|     float: none; | ||||
|     padding-top: 10px; | ||||
|     width: 100%; | ||||
|     display: block; | ||||
|    } | ||||
|  | ||||
|     | ||||
|    .content-primary .skin { | ||||
|        padding: 10px; | ||||
|    } | ||||
|    .content-header, | ||||
|    .content-header-big { | ||||
| 	margin: 0; | ||||
| 	height: auto; | ||||
| 	overflow: hidden; | ||||
| 	position: relative; | ||||
| 	left: inherit; | ||||
| 	top: inherit;      | ||||
| 	min-height: 3em;	 | ||||
|     } | ||||
|    .content-header h1, | ||||
|    .content-header-big h1{ | ||||
| 	z-index: 100; | ||||
| 	position: relative; | ||||
| 	left: inherit; | ||||
| 	top: inherit;  | ||||
| 	padding: 10px; | ||||
| 	width: 100%; | ||||
| 	margin: 0; | ||||
|    } | ||||
|    .content .symbolbild { | ||||
|        background-size: auto 100px;       | ||||
|        top: 0; | ||||
|        left: 0; | ||||
|        position: absolute; | ||||
|    } | ||||
|    .single .post { | ||||
|        padding: 10px; | ||||
|        max-width: 100%; | ||||
|    } | ||||
|   .post-comments { | ||||
|   /*   background: url("../images/int/bg-tags.png") repeat -20% top #FF8800; */ | ||||
|      padding: 3px; | ||||
|      margin: 2px 5px 5px 5px; | ||||
|   } | ||||
|   .post-comments a { | ||||
|       color: black; | ||||
|   } | ||||
|   .post-comments ol { | ||||
|       margin: 0; | ||||
|   } | ||||
|   .post-comments ol li { | ||||
|       background: rgba(0, 0, 0, 0.1); | ||||
|   } | ||||
|    .post-comments ol li .comment-details { | ||||
|     color: #222222; | ||||
|     float: none; | ||||
|     width: auto; | ||||
|     font-size: 1em; | ||||
|     font-weight: bold; | ||||
|     padding-right: 2%; | ||||
|     text-align: left; | ||||
|     max-width: none; | ||||
|     min-height: 50px; | ||||
|  } | ||||
|  .post-comments ol li .comment-body { | ||||
|     float: none; | ||||
|     width: auto; | ||||
|     background: white; | ||||
|     padding: 5px; | ||||
|  } | ||||
|  .post-comments ol li .reply { | ||||
|      display: none; | ||||
|  } | ||||
|  | ||||
| .footer .first-footer-widget-area, | ||||
| .footer .second-footer-widget-area { | ||||
|     clear: both; | ||||
|     padding-top: 10px; | ||||
|     display: block; | ||||
| } | ||||
|     | ||||
|     .footer .first-footer-widget-area .skin { | ||||
| 	padding-bottom: 0px; | ||||
|     } | ||||
|  | ||||
|     .footer .second-footer-widget-area { | ||||
| 	padding-top: 0px; | ||||
|     } | ||||
|     .footer .second-footer-widget-area .skin { | ||||
| 	padding-top: 0px; | ||||
|     } | ||||
|   | ||||
|     #socialmedia_iconbar { | ||||
|          position: relative; | ||||
|          display: inline-block; | ||||
|          top: inherit; | ||||
|          left: inherit; | ||||
|          width: auto; | ||||
|          background: black; | ||||
|          border-radius: 3px ;  | ||||
|          z-index: 10 ; | ||||
|          padding: 2px; | ||||
|          margin: 0px auto; | ||||
|          text-align: center; | ||||
|          width: 100%; | ||||
|      } | ||||
|     .home #socialmedia_iconbar { | ||||
|          top: inherit; | ||||
|      } | ||||
|     #socialmedia_iconbar ul.socialmedia { | ||||
|         list-style: none; | ||||
|         display: inline-block; | ||||
|     } | ||||
|     #socialmedia_iconbar ul.socialmedia li { | ||||
|         width: 34px; | ||||
|     } | ||||
|    .nav-main li a span { | ||||
|      display: inline; | ||||
|      position: relative; | ||||
|      top: inherit; | ||||
|      right: inherit; | ||||
|      font-size: 0.8em; | ||||
|      z-index: 51; | ||||
|    } | ||||
|    .nav-main li a span:before { | ||||
|        content: " ("; | ||||
|    } | ||||
|    .nav-main li a span:after { | ||||
|        content: ")"; | ||||
|    } | ||||
| } | ||||
| @media only screen and (max-width: 479px) {   | ||||
|   .symbolbild,  | ||||
|   .flexslider,  | ||||
|   .flexslider img {       | ||||
|         overflow: hidden; | ||||
|    }    | ||||
|   .slidersidebar { | ||||
|         height: auto;     | ||||
|         margin-bottom: 10px; | ||||
|     } | ||||
|  | ||||
|   .flexslider .caption { | ||||
|     padding: 5px 10px; | ||||
|   } | ||||
|   .flexslider .caption h2,  | ||||
|   .flexslider .caption h3 { | ||||
|       font-size: 12px; | ||||
|       font-family: Helvetica, Arial, sans-serif; | ||||
|       letter-spacing: 0px; | ||||
|   } | ||||
|  | ||||
|    .content .startpage-widget-area { | ||||
|        clear: both; | ||||
|        margin: 0; | ||||
|    } | ||||
| } | ||||
|  | ||||
|  | ||||
| @media only screen and (min-width: 1350px) { | ||||
|     .row { | ||||
|         max-width: 1343px; | ||||
|         width: 1343px; | ||||
|     }   | ||||
|  | ||||
|     .teaser .first-teaser-widget-area,  | ||||
|     .first-footer-widget-area { | ||||
|          width: 1024px; | ||||
|     } | ||||
|     .content .symbolbild { | ||||
| 	max-width: 1024px; | ||||
|     } | ||||
|     .content .symbolbild img,  | ||||
|     .content .bigslider img,  | ||||
|     .flexslider .bigslider img { | ||||
| 	width: 1024px; | ||||
| 	max-width: 1024px; | ||||
| 	height: auto; | ||||
| 	margin-top: -74px; | ||||
|     } | ||||
|     .content-aside .slide .caption,  | ||||
|     .first-teaser-widget-area .slide .caption { | ||||
| /*	bottom: -74px; */ | ||||
|     } | ||||
|  | ||||
|     .content-primary { | ||||
|         float: left; | ||||
|         width: 1024px; | ||||
|     } | ||||
|  | ||||
|     .sticky { | ||||
|         margin: 1em; | ||||
|     } | ||||
|      | ||||
|     #default-stream.threecolumn .columns .column1,  | ||||
|     #default-stream.threecolumn .columns .column2, | ||||
|     #default-stream.threecolumn .content-primary .columns .column2 { | ||||
| 	width: 33%; | ||||
| 	float: none; | ||||
| 	display: inline-block;  | ||||
| 	padding: 0.5em; | ||||
| 	vertical-align: top; | ||||
|     } | ||||
|     #default-stream.threecolumn  hr {display: none; } | ||||
|     #default-stream.threecolumn  .columns:after { | ||||
| 	clear: both; | ||||
|     } | ||||
|      | ||||
|      | ||||
|     #main-stream { | ||||
|         float: left; | ||||
|         width: 67%; | ||||
| 	margin: 0;	 | ||||
|         padding: 10px 10px 10px 20px; | ||||
|     } | ||||
|     .widget-stream, | ||||
|     #linktipp-stream, | ||||
|     #second-stream{display:inline-block;width:33%;float:left;margin:0;padding:10px 10px 10px 20px;}     | ||||
|     #linktipp-stream, | ||||
|     #second-stream{background:rgba(0,0,0,0.05);} | ||||
|     .widget-stream { margin-left: 2px;  } | ||||
|  | ||||
|     #main-stream  .columns .column1, | ||||
|     #main-stream  .columns .column2 { | ||||
| 	padding: 0 20px 0 0; | ||||
|     } | ||||
|  | ||||
|     #linktipp-stream .columns .column1, | ||||
|     #linktipp-stream .columns .column2,  | ||||
|     #second-stream .columns .column1, | ||||
|     #second-stream .columns .column2,  | ||||
|     #second-stream .p3-col1,  | ||||
|     #second-stream .p3-col3 { | ||||
|         float: none; | ||||
|         width: 100%; | ||||
|         margin: 10px 0; | ||||
|         display: block; | ||||
|     } | ||||
|     #second-stream  .columns { | ||||
|         display: inline; | ||||
|     }    | ||||
|     #second-stream .post-info .infoimage {  | ||||
|     display: none;  | ||||
|     } | ||||
|    #linktipp-stream .clear,  | ||||
|    #second-stream .clear,  | ||||
|    #linktipp-stream hr, | ||||
|    #second-stream hr {  | ||||
|        clear: none; | ||||
|        display: none; | ||||
|    } | ||||
|     | ||||
|    #linktipp-stream .p3-column,  | ||||
|    #second-stream .p3-column { | ||||
|        width: auto;  | ||||
|        display: inline; | ||||
|    } | ||||
|     | ||||
|    #linktipp-stream .withthumb .p3-col3, | ||||
|    #second-stream .withthumb .p3-col3 { | ||||
|        margin: 0; | ||||
|    } | ||||
|  | ||||
|     | ||||
|     #linktipp-stream  .linktipps .post-entry p img { | ||||
|        float: none; | ||||
|        display: block; | ||||
|         margin: 10px auto; | ||||
|    } | ||||
|    .content .startpage-widget-area { | ||||
|        clear: both; | ||||
|        margin: 0 30px; | ||||
|    } | ||||
|  | ||||
|     | ||||
|     | ||||
| } | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/basemod_mediaqueries.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/basemod_mediaqueries.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										570
									
								
								wp-content/themes/piratenkleider/css/colors_at.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										570
									
								
								wp-content/themes/piratenkleider/css/colors_at.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,570 @@ | ||||
| /*  | ||||
|     Document   : colors_at | ||||
|     Created on : 09.07.2012, 10:32:20 | ||||
|     Author     : xwolf | ||||
|     Description: | ||||
|        Define corporate design colors for the theme. | ||||
|        Each pirate party in several countries use their own set of colors; | ||||
|        Therefor all color-settings are outsourced in files in | ||||
|        the form colors_LANG.css. | ||||
|  | ||||
|        Settings in the color files will override settings in the | ||||
|        current basemods, which defines the default style (german colors). | ||||
|  | ||||
|        This is the Austrian color file. | ||||
|         | ||||
|        Base color: #4c2582  , rgba(76,37,130, 0.2);  | ||||
|        Special text font: Droid Sans | ||||
|                 | ||||
|  | ||||
| */ | ||||
|  | ||||
|  | ||||
| @media screen, projection { | ||||
|     body { | ||||
|         background-image: url("../images/int/bg-tags-at.png");  | ||||
| 	background-color: #4c2582; | ||||
|     } | ||||
|     a {      | ||||
|       color: #06C; | ||||
|       -webkit-tap-highlight-color: #2d7dc5;  | ||||
|     } | ||||
|     a:visited { | ||||
|         color: #2d7dc5; | ||||
|       } | ||||
|     a:hover { | ||||
|         color: #111; | ||||
|       } | ||||
|     ins, mark { | ||||
|         background-color: #4c2582; | ||||
|     } | ||||
|     ::selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white;  | ||||
|     } | ||||
|  | ||||
|     ::-moz-selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|     } | ||||
|     input, select, textarea { | ||||
|       background: white; | ||||
|       background: rgba(255, 255, 255, 0.6);  | ||||
|     } | ||||
|     input:focus, input:active,  | ||||
|     select:focus, select:active,  | ||||
|     textarea:focus, textarea:active { | ||||
|         background: white;  | ||||
|     } | ||||
|      | ||||
|     button, input[type="submit"],  | ||||
|     .post-edit-link { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|       border: 1px solid #2d7dc5; | ||||
|       text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|       border-top: 1px solid #4e96d7; | ||||
|       border-bottom: 1px solid #1a4872; | ||||
|       text-shadow: 0 -1px 0 #112e48; | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|  | ||||
|       button:hover,  | ||||
|       input[type="submit"]:hover,  | ||||
|       .post-edit-link:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       } | ||||
|     | ||||
|     | ||||
|      | ||||
|      .skiplinks li a:focus,  | ||||
|      .skiplinks li a:active { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|          } | ||||
|      .skiplinks li a:hover { | ||||
|         background: #4c2582; | ||||
|         color: black;  | ||||
|     } | ||||
|     ul.socialmedia li a img {    | ||||
|         border-color: #eee; | ||||
|     } | ||||
|     ul.socialmedia li a:hover img { | ||||
|          border-color: white;       | ||||
|     } | ||||
|     ul.socialmedia li a:focus img { | ||||
|        border-color: #4c2582;     | ||||
|     }     | ||||
|      | ||||
| .sticker ul li {   | ||||
|     border-color: transparent;      | ||||
|   } | ||||
|  | ||||
|  | ||||
|   .sticker ul li a:hover, | ||||
|   .sticker ul li a:focus { | ||||
|     color: #1a4872;  | ||||
|    }  | ||||
|     | ||||
|    .sticker ul li a .cicolor {         | ||||
|      color: #4c2582;     | ||||
|    } | ||||
|    | ||||
|    .sticker ul li a:hover .cicolor, | ||||
|    .sticker ul li a:focus .cicolor { | ||||
|         color: #2d7dc5;   | ||||
|    } | ||||
|     | ||||
|    .sticker ul li a .shadow {         | ||||
|          text-shadow: 1px 1px 1px #333;  | ||||
|    } | ||||
|    | ||||
|   | ||||
|     .sticker li a img { | ||||
|         border-color: transparent;      | ||||
|     } | ||||
|  | ||||
|     .sticker li a:hover img,  | ||||
|     .sticker li a:focus img { | ||||
|        border-color: #4c2582; | ||||
|     } | ||||
|  | ||||
|  | ||||
|     .header .newsletter .skin { | ||||
|       background: #f7f7f7; | ||||
|       background: rgba(255, 255, 255, 0.5); | ||||
|     } | ||||
|  | ||||
|  | ||||
|   .teaser .row { | ||||
|     background: #993399; | ||||
|     background: rgba(0, 0, 0, 0.2) -20% 0 fixed;  | ||||
|   } | ||||
|   .teaser .first-teaser-widget-area { | ||||
|     background: #111; | ||||
|  } | ||||
|   .first-teaser-widget-area .slide .textslider  { | ||||
|     background: #4c2582; | ||||
|     color: #ddd; | ||||
|   }  | ||||
|    | ||||
|     .second-teaser-widget-area li { | ||||
|       background: #4c2582; | ||||
|     } | ||||
|  | ||||
|  | ||||
|   .second-teaser-widget-area li a { | ||||
|     color: white;   | ||||
|     text-shadow: 0 0 0;  | ||||
|  | ||||
|   } | ||||
|     .second-teaser-widget-area li a div { | ||||
|       color: black; | ||||
|       text-shadow: 0 -1px 1px #552554; | ||||
|  | ||||
|     } | ||||
|     | ||||
|  | ||||
|   .second-teaser-widget-area li a:focus,   | ||||
|   .second-teaser-widget-area li a:hover {     | ||||
|         background: #993399; | ||||
|         background: rgba(0, 0, 0, 0.5);   | ||||
|         color: white; | ||||
|   } | ||||
|    | ||||
|   .second-teaser-widget-area .textwidget {       | ||||
|         background: #4c2582; | ||||
|         color: white;  | ||||
|         text-shadow: 0 0 0;  | ||||
|   } | ||||
|    .second-teaser-widget-area li.recentcomments { | ||||
|        color: white; | ||||
|    } | ||||
|  | ||||
| .teaserlinks ul li { | ||||
|     background-color: #5C388F; | ||||
| 	color: white; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|   | ||||
|   } | ||||
|   .teaserlinks .symbol:before { | ||||
|     text-shadow: 0 -1px 1px rgba(0,0,0,0.2);  | ||||
|   }  | ||||
|  .teaserlinks ul li a { | ||||
|      color: #EEE; | ||||
|      text-shadow: 0 -1px 1px #552554; | ||||
|  } | ||||
|   .teaserlinks ul li a:hover, | ||||
|   .teaserlinks ul li a:focus{ | ||||
|       color: white; | ||||
|       background: none repeat scroll 0 0 #5C388F; | ||||
|   } | ||||
|   .teaserlinks ul li a span { | ||||
|      text-shadow: 0 0 0;  | ||||
| 	 color: #EEE; | ||||
|   } | ||||
|     .teaserlinks ul li a:hover span, | ||||
|     .teaserlinks ul li a:focus span {  | ||||
|            color: white; | ||||
|      }     | ||||
|  | ||||
|  | ||||
|     .content .row { | ||||
|         background: rgba(76, 37, 130, 0.2);  | ||||
|     } | ||||
|     .content .symbolbild .caption { | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|  | ||||
|     } | ||||
|     .content .symbolbild .aaarh { | ||||
|          background: transparent; | ||||
|          color: black; | ||||
|     } | ||||
|     .content-header-big { | ||||
| 	  background: url(../images/int/bg-tags-at.png); | ||||
|     } | ||||
|      | ||||
|   .content-primary input[type="text"]:hover,  | ||||
|   .content-primary textarea:hover, | ||||
|   .content-primary input[type="text"]:focus,  | ||||
|   .content-primary textarea:focus { | ||||
|     border-color: black;  | ||||
|     background-color: beige; | ||||
|   } | ||||
|  | ||||
|       .content-primary .sprungmarken ol li a:hover { | ||||
|           background: #4c2582; | ||||
|           color: black; | ||||
|         } | ||||
|   .content-aside .newsletter {      | ||||
|     background-color: #ffa500; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|  }  | ||||
|  | ||||
|   .post .post-info .commentbubble a { | ||||
|       background: #4c2582; | ||||
|       color: white; | ||||
|  } | ||||
|   .post .post-info .cal-icon { | ||||
|     background: #eeeeee; | ||||
|     -moz-box-shadow: 1px 1px 2px #444444; | ||||
|     -webkit-box-shadow: 1px 1px 2px #444444; | ||||
|     box-shadow: 1px 1px 2px #444444;  | ||||
|   } | ||||
|  | ||||
|  | ||||
|     .post .post-meta { | ||||
|          color: #222; | ||||
|     } | ||||
|     .post-comments ol li .reply a { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b);  | ||||
|     } | ||||
|     .post-comments ol li .reply a:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     } | ||||
|  | ||||
|     .post-comments .respond span.required { | ||||
|          color: #4c2582; | ||||
|     } | ||||
|   .wp-caption  p.wp-caption-text {  | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|     } | ||||
|      | ||||
|      .gallery img { | ||||
| 	border-color: #f1f1f1; | ||||
|     } | ||||
|     .gallery img:hover { | ||||
|             border-color: #4c2582; | ||||
|     } | ||||
|      .gallery-caption { | ||||
|             color: #888; | ||||
|     } | ||||
|  | ||||
|   | ||||
|      .first-startpage-widget-area a.all-articles { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|      } | ||||
|     .first-startpage-widget-area a.all-articles:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|  } | ||||
|   | ||||
| .content-aside .newsletter { | ||||
| 	background: none repeat scroll 0 0 rgba(76, 37, 130, 0.5); | ||||
| 	box-shadow:none; | ||||
| } | ||||
|  | ||||
|  | ||||
| .content-aside .widget li { | ||||
| 	 background:none; | ||||
|  } | ||||
| .content-aside .widget li:hover { | ||||
| 	 background:#5C388F; | ||||
|  } | ||||
| .content-aside .widget li:hover, | ||||
|  .content-aside .widget li:focus, | ||||
| #ics-calendar-widget li:hover,  | ||||
| #ics-calendar-widget li:focus,  | ||||
|  .content-aside .twitterwidget li:hover,  | ||||
|  .content-aside .twitterwidget li:focus { | ||||
|      background: #5c388f; | ||||
|  } | ||||
|  .content-aside .twitterwidget li a:hover { color:#FFF; } | ||||
|  .content-aside a { | ||||
|   color: #EEE; | ||||
|   background: rgba(255,255,255, 0.2); | ||||
|   padding:0.25em 0.4em; | ||||
| } | ||||
|   .content-aside a:hover { | ||||
|     color: rgba(76, 37, 130, 0.8); | ||||
|     background: rgba(255,255,255, 0.8);  | ||||
|   } | ||||
|   .content-aside #steckbrief a { | ||||
|   background: transparent; | ||||
| } | ||||
| .content-aside #steckbrief a:hover { | ||||
|     background: transparent; | ||||
|   } | ||||
|   .content-aside table td, | ||||
|   .content-aside table th { | ||||
|     border-top-color: #4c2582;  | ||||
|   } | ||||
| .content-aside blockquote { | ||||
|   border: 0 solid; | ||||
|   background: #993399; | ||||
|   background: rgba(255, 255, 255, 0.2);  | ||||
|  } | ||||
|    | ||||
|   | ||||
|  .content-aside ul.menu { | ||||
|   background: #993399; | ||||
|  background: rgba(255, 255, 255, 0.2);  | ||||
| } | ||||
|  | ||||
| .content-aside ul.menu li a { | ||||
|  | ||||
|       background: white; | ||||
|       color: #2d7dc5; | ||||
|  } | ||||
| .content-aside ul.menu li.active a, | ||||
| .content-aside ul.menu li a:hover, | ||||
| .content-aside ul.menu li a:focus { | ||||
|         color: white; | ||||
|         background: #2d7dc5;  | ||||
| } | ||||
|        | ||||
| .content-aside ul.menu li.current_page_item > a, | ||||
| .content-aside ul.menu li.current-menu-item > a { | ||||
|     background: #2d7dc5 url("../images/plus-left.gif") center left no-repeat; | ||||
|     color: white; | ||||
| } | ||||
|  | ||||
|  | ||||
| .subcontent { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
| } | ||||
|   .subcontent .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
|   } | ||||
|  | ||||
|   .subcontent a { | ||||
|     background: black; | ||||
|     color: #2d7dc5; | ||||
|  } | ||||
|     .subcontent a:hover { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|  } | ||||
|  | ||||
|  | ||||
|      | ||||
|      | ||||
|      | ||||
| .footer { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
|   overflow: hidden;  | ||||
| } | ||||
| .footer .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
| } | ||||
|  | ||||
| .footer a { | ||||
|   background: black; | ||||
|   color: #2d7dc5;  | ||||
| } | ||||
|  | ||||
| .footer a:hover { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  .content-aside .widget li a.rsswidget { | ||||
|     background: #993399; | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .content-aside .widget li a.rsswidget:hover, | ||||
|  .content-aside .widget li a.rsswidget:focus { | ||||
|        background: #4c2582; | ||||
|  } | ||||
|  .content-aside .widget li .rssSummary { | ||||
|     color:#333333;   | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget li { | ||||
|     color: black; | ||||
|     background: #993399; | ||||
|     background: rgba(255, 255, 255, 0.2); | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget-next,  | ||||
| #ics-calendar-widget-prev { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
|   border-color: #2d7dc5; | ||||
|   text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|   border-top-color: #4e96d7; | ||||
|   border-bottom-color: #1a4872; | ||||
|  | ||||
|   text-shadow: 0 -1px 0 #112e48; | ||||
|   background-color: #2d7dc5; | ||||
|   background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|   background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
| #ics-calendar-widget-next:hover,  | ||||
| #ics-calendar-widget-prev:hover { | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
| } | ||||
|  | ||||
|  | ||||
|  .ics-calendar-header a { | ||||
|     background: #2d7dc5; | ||||
|     color: white; | ||||
|     border-color: #2d7dc5; | ||||
|     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|     border-top-color: #4e96d7; | ||||
|     border-bottom-color: #1a4872; | ||||
|     text-shadow: 0 -1px 0 #112e48; | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|   .ics-calendar-header a:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|    } | ||||
|  | ||||
| div.ics-calendar-holder tr.ics-calendar-days td { | ||||
|   background: #eeeeee; | ||||
|   border-bottom-color: gray; } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td .date-holder { | ||||
|   background: white;  | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .old-date-holder { | ||||
|   background: white; | ||||
|   color: #999999; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today { | ||||
|   background-color: #4c2582; | ||||
|   color: black; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-event { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  | ||||
|   .nav-top div.menu-header ul.menu li a:hover, | ||||
|   .nav-top div.menu-header ul.menu li a:focus { | ||||
|         color: #2d7dc5;  | ||||
|   }         | ||||
|  | ||||
|     | ||||
| } | ||||
|  @media only screen and (max-width: 600px) { | ||||
|    .nav-top ul.menu li a { | ||||
|         background: #2d7dc5; | ||||
|         color: white;         | ||||
|         border-color: #993399; | ||||
|         text-shadow: 0 -1px 0 #993399; | ||||
|         background-color: #4c2582;      | ||||
|    } | ||||
|     .nav-top ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|     } | ||||
|      | ||||
|     .nav-main ul.menu li a { | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|   } | ||||
|  | ||||
|   .nav-main ul.menu li a:hover { | ||||
|       background: #4e96d7; | ||||
|     } | ||||
|  .nav-main ul.menu li a:focus,  | ||||
|  .nav-main ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|       color: black;  | ||||
|  }         | ||||
|             | ||||
|   .post-comments { | ||||
|      background: url("../images/int/bg-tags-at.png") repeat fixed -20% top #4c2582; | ||||
|   } | ||||
|   .post-comments a { | ||||
|       color: black; | ||||
|   } | ||||
|   .post-comments ol li { | ||||
|       border-color: rgba(0, 0, 0, 0.2); | ||||
|   } | ||||
|    .post-comments ol li .comment-details { | ||||
|     color: #222222; | ||||
|     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .post-comments ol li .comment-body { | ||||
|     background: white;  | ||||
|  } | ||||
|      | ||||
|  } | ||||
|   | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_at.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_at.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										672
									
								
								wp-content/themes/piratenkleider/css/colors_ch.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										672
									
								
								wp-content/themes/piratenkleider/css/colors_ch.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,672 @@ | ||||
|  | ||||
| /* | ||||
|  * Document   : colors_ch | ||||
|  * Created on : 07.06.2015, 00:55 | ||||
|  * Author     : xwolf | ||||
|  * Description: | ||||
|  * Define corporate design colors for the theme. | ||||
|  * Each pirate party in several countries use their own set of colors; | ||||
|  * Therefor all color-settings are outsourced in files in | ||||
|  * the form colors_LANG.css. | ||||
|  * | ||||
|  * Settings in the color files will override settings in the | ||||
|  * current basemods, which defines the default style (german colors). | ||||
|  * | ||||
|  * This is the Swiss color file. | ||||
|  * | ||||
|  * Base color: #F9B200  , rgba(76,37,130, 0.2); | ||||
|  * Special text font: Aller | ||||
|  */ | ||||
|  | ||||
| @font-face { | ||||
| 	font-family: FontPiratenkleiderDefault; | ||||
| 	src: local(Aller), | ||||
| 	url(../fonts/aller_rg.eot) format("embedded-opentype"), | ||||
| 	url(../fonts/aller_rg.woff2) format("woff2"), | ||||
| 	url(../fonts/aller_rg.woff) format("woff"), | ||||
| 	url(../fonts/aller_rg.ttf) format("truetype"); | ||||
| } | ||||
|  | ||||
| @font-face { | ||||
| 	font-family: FontPiratenkleiderHeadlines; | ||||
| 	src: local(Aller), | ||||
| 	url(../fonts/aller_rg.eot) format("embedded-opentype"), | ||||
| 	url(../fonts/aller_rg.woff2) format("woff2"), | ||||
| 	url(../fonts/aller_rg.woff) format("woff"), | ||||
| 	url(../fonts/aller_rg.ttf) format("truetype"); | ||||
| } | ||||
|  | ||||
| @font-face { | ||||
| 	font-family: FontPiratenkleiderMenuHeadlines; | ||||
| 	src: local(Aller), | ||||
| 	url(../fonts/aller_rg.eot) format("embedded-opentype"), | ||||
| 	url(../fonts/aller_rg.woff2) format("woff2"), | ||||
| 	url(../fonts/aller_rg.woff) format("woff"), | ||||
| 	url(../fonts/aller_rg.ttf) format("truetype"); | ||||
| } | ||||
|  | ||||
| @media screen, projection { | ||||
| 	body { | ||||
| 		background-image: none; | ||||
| 		background-color: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	a { | ||||
| 		color: #E86800; | ||||
| 		-webkit-tap-highlight-color: #E95E0F; | ||||
| 	} | ||||
|  | ||||
| 	a:visited { | ||||
| 		color: #E95E0F; | ||||
| 	} | ||||
|  | ||||
| 	a:hover { | ||||
| 		color: #D8520F; | ||||
| 	} | ||||
|  | ||||
| 	ins, mark { | ||||
| 		background-color: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	::selection, ::-moz-selection { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	input, select, textarea { | ||||
| 		background: white; | ||||
| 		background: rgba(255, 255, 255, 0.6); | ||||
| 	} | ||||
|  | ||||
| 	input:focus, input:active, | ||||
| 	select:focus, select:active, | ||||
| 	textarea:focus, textarea:active { | ||||
| 		background: white; | ||||
| 	} | ||||
|  | ||||
| 	button, input[type="submit"], | ||||
| 	.post-edit-link { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 		border: 1px solid #E95E0F; | ||||
| 		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
| 		border-top: 1px solid #F7C34A; | ||||
| 		border-bottom: 1px solid #CC6804; | ||||
| 		text-shadow: 0 -1px 0 #112e48; | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #E87E45); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #E87E45); | ||||
| 	} | ||||
|  | ||||
| 	button:hover, | ||||
| 	input[type="submit"]:hover, | ||||
| 	.post-edit-link:hover { | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #CC6804); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #CC6804); | ||||
| 	} | ||||
|  | ||||
| 	.skiplinks li a:focus, | ||||
| 	.skiplinks li a:active { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.skiplinks li a:hover { | ||||
| 		background: #F9B200; | ||||
| 		color: black; | ||||
| 	} | ||||
|  | ||||
| 	ul.socialmedia li a img { | ||||
| 		border-color: #F28900; | ||||
| 	} | ||||
|  | ||||
| 	ul.socialmedia li a:hover img { | ||||
| 		border-color: white; | ||||
| 	} | ||||
|  | ||||
| 	ul.socialmedia li a:focus img { | ||||
| 		border-color: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	.sticker ul li { | ||||
| 		border-color: transparent; | ||||
| 	} | ||||
|  | ||||
| 	.sticker ul li a:hover, | ||||
| 	.sticker ul li a:focus { | ||||
| 		color: #CC6804; | ||||
| 	} | ||||
|  | ||||
| 	.sticker ul li a .cicolor { | ||||
| 		color: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	.sticker ul li a:hover .cicolor, | ||||
| 	.sticker ul li a:focus .cicolor { | ||||
| 		color: #E95E0F; | ||||
| 	} | ||||
|  | ||||
| 	.sticker ul li a .shadow { | ||||
| 		text-shadow: 1px 1px 1px #7F4102; | ||||
| 	} | ||||
|  | ||||
| 	.sticker li a img { | ||||
| 		border-color: transparent; | ||||
| 	} | ||||
|  | ||||
| 	.sticker li a:hover img, | ||||
| 	.sticker li a:focus img { | ||||
| 		border-color: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	.header .newsletter .skin { | ||||
| 		background: #f7f7f7; | ||||
| 		background: rgba(255, 255, 255, 0.5); | ||||
| 	} | ||||
|  | ||||
| 	.teaser .row { | ||||
| 		background: #E59C00; | ||||
| 		background: rgba(0, 0, 0, 0.2) -20% 0 fixed; | ||||
| 	} | ||||
|  | ||||
| 	.teaser .first-teaser-widget-area { | ||||
| 		background: #111; | ||||
| 	} | ||||
|  | ||||
| 	.first-teaser-widget-area .slide .textslider  { | ||||
| 		background: #F9B200; | ||||
| 		color: #ddd; | ||||
| 	} | ||||
|  | ||||
| 	.first-teaser-widget-area .slide .caption a { | ||||
| 		background: #E58400 none repeat scroll 0% 0%; | ||||
| 	} | ||||
|  | ||||
| 	.second-teaser-widget-area li { | ||||
| 		background: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	.second-teaser-widget-area li a { | ||||
| 		color: white; | ||||
| 		text-shadow: 0 0 0; | ||||
| 	} | ||||
|  | ||||
| 	.second-teaser-widget-area li a div { | ||||
| 		color: black; | ||||
| 		text-shadow: 0 -1px 1px #552554; | ||||
| 	} | ||||
|  | ||||
| 	.second-teaser-widget-area li a:focus, | ||||
| 	.second-teaser-widget-area li a:hover { | ||||
| 		background: #E59C00; | ||||
| 		background: rgba(0, 0, 0, 0.5); | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.second-teaser-widget-area .textwidget { | ||||
| 		background: #F9B200; | ||||
| 		color: white; | ||||
| 		text-shadow: none; | ||||
| 	} | ||||
|  | ||||
| 	.second-teaser-widget-area li.recentcomments { | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.teaserlinks ul li { | ||||
| 		background-color: #E58400; | ||||
| 		color: white; | ||||
| 		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|  | ||||
| 	} | ||||
|  | ||||
| 	.teaserlinks .symbol:before { | ||||
| 		text-shadow: 0 -1px 1px rgba(0,0,0,0.2); | ||||
| 	} | ||||
|  | ||||
| 	.teaserlinks ul li a { | ||||
| 		color: #FFF; | ||||
| 		text-shadow: none; | ||||
| 	} | ||||
|  | ||||
| 	.teaserlinks ul li a:hover, | ||||
| 	.teaserlinks ul li a:focus{ | ||||
| 		color: white; | ||||
| 		background: none repeat scroll 0 0 transparent; | ||||
| 	} | ||||
|  | ||||
| 	.teaserlinks ul li a span { | ||||
| 		text-shadow: 0 0 0; | ||||
| 		color: #000; | ||||
| 	} | ||||
|  | ||||
| 	.content .row { | ||||
| 		background: rgba(249, 178, 0, 0.2); | ||||
| 	} | ||||
|  | ||||
| 	.caldera-form-page .row { | ||||
| 		width: 100%; | ||||
| 	} | ||||
|  | ||||
| 	.single { | ||||
| 		width: 100%; | ||||
| 	} | ||||
|  | ||||
| 	.content .symbolbild .caption { | ||||
| 		background: rgba(0, 0, 0, 0.5); | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.content .symbolbild .aaarh { | ||||
| 		background: transparent; | ||||
| 		color: black; | ||||
| 	} | ||||
|  | ||||
| 	.content-header-big { | ||||
| 		background: url(../images/int/bg-tags.png); | ||||
| 	} | ||||
|  | ||||
| 	.content-primary input[type="text"]:hover, | ||||
| 	.content-primary textarea:hover, | ||||
| 	.content-primary input[type="text"]:focus, | ||||
| 	.content-primary textarea:focus { | ||||
| 		border-color: black; | ||||
| 		background-color: beige; | ||||
| 	} | ||||
|  | ||||
| 	.content-primary .sprungmarken ol li a:hover { | ||||
| 		background: #F9B200; | ||||
| 		color: black; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside .newsletter { | ||||
| 		background-color: #ffa500; | ||||
| 		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
| 	} | ||||
|  | ||||
| 	.post .post-info .commentbubble a { | ||||
| 		background: #F9B200; | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.post .post-info .cal-icon { | ||||
| 		background: #eeeeee; | ||||
| 		box-shadow: 1px 1px 2px #444444; | ||||
| 	} | ||||
|  | ||||
| 	.post .post-meta { | ||||
| 		color: #222; | ||||
| 	} | ||||
|  | ||||
| 	.post-comments ol li .reply a { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 		border-color: #E95E0F; | ||||
| 		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
| 		text-shadow: 0 -1px 0 #112e48; | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #E87E45); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #E87E45); | ||||
| 	} | ||||
|  | ||||
| 	.post-comments ol li .reply a:hover { | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #CC6804); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #CC6804); | ||||
| 	} | ||||
|  | ||||
| 	.post-comments .respond span.required { | ||||
| 		color: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	.wp-caption  p.wp-caption-text { | ||||
| 		background: transparent; | ||||
| 		background: rgba(0, 0, 0, 0.5); | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.gallery img { | ||||
| 		border-color: #f1f1f1; | ||||
| 	} | ||||
|  | ||||
| 	.gallery img:hover { | ||||
| 		border-color: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	.gallery-caption { | ||||
| 		color: #888; | ||||
| 	} | ||||
|  | ||||
| 	.first-startpage-widget-area a.all-articles { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 		border-color: #E95E0F; | ||||
| 		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
| 		border-top-color: #F7C34A; | ||||
| 		border-bottom-color: #CC6804; | ||||
| 		text-shadow: 0 -1px 0 #112e48; | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #E87E45); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #E87E45); | ||||
| 	} | ||||
|  | ||||
| 	.first-startpage-widget-area a.all-articles:hover { | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #CC6804); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #CC6804); | ||||
| 	} | ||||
|  | ||||
| 	.content-aside .newsletter { | ||||
| 		background: none repeat scroll 0 0 rgba(216, 122, 0, 0.5); | ||||
| 		box-shadow:none; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside .widget li { | ||||
| 		background:none; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside .widget li:hover { | ||||
| 		background: #F2A900; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside .widget li:hover, | ||||
| 	.content-aside .widget li:focus, | ||||
| 	#ics-calendar-widget li:hover, | ||||
| 	#ics-calendar-widget li:focus, | ||||
| 	.content-aside .twitterwidget li:hover, | ||||
| 	.content-aside .twitterwidget li:focus { | ||||
| 		background: #F2A900; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside .twitterwidget li a:hover { color:#FFF; } | ||||
| 	.content-aside a { | ||||
| 		color: #505050; | ||||
| 		background: rgba(255,255,255, 0.2); | ||||
| 		padding:0.25em 0.4em; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside a:hover { | ||||
| 		color: #202020; | ||||
| 		background: rgba(255,255,255, 0.8); | ||||
| 	} | ||||
|  | ||||
| 	.content-aside #steckbrief a { | ||||
| 		background: transparent; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside #steckbrief a:hover { | ||||
| 		background: transparent; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside table td, | ||||
| 	.content-aside table th { | ||||
| 		border-top-color: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside blockquote { | ||||
| 		border: 0 solid; | ||||
| 		background: #E59C00; | ||||
| 		background: rgba(255, 255, 255, 0.2); | ||||
| 	} | ||||
|  | ||||
| 	.content-aside ul.menu { | ||||
| 		background: #E59C00; | ||||
| 		background: rgba(255, 255, 255, 0.2); | ||||
| 	} | ||||
|  | ||||
| 	.content-aside ul.menu li a { | ||||
| 		background: white; | ||||
| 		color: #E95E0F; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside ul.menu li.active a, | ||||
| 	.content-aside ul.menu li a:hover, | ||||
| 	.content-aside ul.menu li a:focus { | ||||
| 		color: white; | ||||
| 		background: #E95E0F; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside ul.menu li.current_page_item > a, | ||||
| 	.content-aside ul.menu li.current-menu-item > a { | ||||
| 		background: #E95E0F url("../images/plus-left.gif") center left no-repeat; | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.subcontent { | ||||
| 		background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
| 	} | ||||
|  | ||||
| 	.subcontent .row { | ||||
| 		background: rgba(0, 0, 0, 0.2); | ||||
| 		color: #eeeeee; | ||||
| 	} | ||||
|  | ||||
| 	.subcontent a { | ||||
| 		background: black; | ||||
| 		color: #E95E0F; | ||||
| 	} | ||||
|  | ||||
| 	.subcontent a:hover { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.footer { | ||||
| 		background-image: none; | ||||
| 	} | ||||
|  | ||||
| 	.footer .row { | ||||
| 		background: rgba(0, 0, 0, 0.2); | ||||
| 		color: #eeeeee; | ||||
| 	} | ||||
|  | ||||
| 	.footer a { | ||||
| 		background: black; | ||||
| 		color: #E95E0F; | ||||
| 	} | ||||
|  | ||||
| 	.footer a:hover { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside .widget li a.rsswidget { | ||||
| 		background: #E59C00; | ||||
| 		background: rgba(0, 0, 0, 0.2); | ||||
| 	} | ||||
|  | ||||
| 	.content-aside .widget li a.rsswidget:hover, | ||||
| 	.content-aside .widget li a.rsswidget:focus { | ||||
| 		background: #F9B200; | ||||
| 	} | ||||
|  | ||||
| 	.content-aside .widget li .rssSummary { | ||||
| 		color:#333333; | ||||
| 	} | ||||
|  | ||||
| 	#ics-calendar-widget li { | ||||
| 		color: black; | ||||
| 		background: #E59C00; | ||||
| 		background: rgba(255, 255, 255, 0.2); | ||||
| 	} | ||||
|  | ||||
| 	#ics-calendar-widget-next, | ||||
| 	#ics-calendar-widget-prev { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 		border-color: #E95E0F; | ||||
| 		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
| 		border-top-color: #F7C34A; | ||||
| 		border-bottom-color: #CC6804; | ||||
|  | ||||
| 		text-shadow: 0 -1px 0 #112e48; | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #E87E45); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #E87E45); | ||||
| 	} | ||||
|  | ||||
| 	#ics-calendar-widget-next:hover, | ||||
| 	#ics-calendar-widget-prev:hover { | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #CC6804); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #CC6804); | ||||
| 	} | ||||
|  | ||||
|  | ||||
| 	.ics-calendar-header a { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 		border-color: #E95E0F; | ||||
| 		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
| 		border-top-color: #F7C34A; | ||||
| 		border-bottom-color: #CC6804; | ||||
| 		text-shadow: 0 -1px 0 #112e48; | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #E87E45); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #E87E45); | ||||
| 	} | ||||
|  | ||||
| 	.ics-calendar-header a:hover { | ||||
| 		background-color: #E95E0F; | ||||
| 		background-image: -webkit-linear-gradient(top, #E95E0F, #CC6804); | ||||
| 		background-image: linear-gradient(to bottom, #E95E0F, #CC6804); | ||||
| 	} | ||||
|  | ||||
| 	div.ics-calendar-holder tr.ics-calendar-days td { | ||||
| 		background: #eeeeee; | ||||
| 	border-bottom-color: gray; } | ||||
|  | ||||
| 	div.ics-calendar-holder .ics-calendar-table td .date-holder { | ||||
| 		background: white; | ||||
| 	} | ||||
|  | ||||
| 	div.ics-calendar-holder .ics-calendar-table td .old-date-holder { | ||||
| 		background: white; | ||||
| 		color: #999999; | ||||
| 	} | ||||
|  | ||||
| 	div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today { | ||||
| 		background-color: #F9B200; | ||||
| 		color: black; | ||||
| 	} | ||||
|  | ||||
| 	div.ics-calendar-holder .ics-calendar-event { | ||||
| 		background: #E95E0F; | ||||
| 		color: white; | ||||
| 	} | ||||
|  | ||||
| 	.nav-top div.menu-header ul.menu li a:hover, | ||||
| 	.nav-top div.menu-header ul.menu li a:focus { | ||||
| 		color: #E95E0F; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul.menu li a:hover, | ||||
| 	.nav-main ul.menu li.hover a { | ||||
| 		color: #F80; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul.menu li ul li a:hover, | ||||
| 	.nav-main ul.menu li ul li.hover a, | ||||
| 	.nav-main ul.menu li ul li a:active, | ||||
| 	.nav-main ul.menu li ul li.active a, | ||||
| 	.nav-main ul.menu li ul li ul li a:active, | ||||
| 	.nav-main ul.menu li ul li ul li.active a { | ||||
| 		background: #F80 none repeat scroll 0% 0%; | ||||
| 	} | ||||
|  | ||||
| 	.searchform .searchsubmit { | ||||
| 		background: rgba(255, 136, 0, 0.7); | ||||
| 	} | ||||
|  | ||||
| 	.searchform .searchsubmit:hover { | ||||
| 		background-color: #F80; | ||||
| 	} | ||||
| } | ||||
|  | ||||
| /* overwriting colors from hamburger.css */ | ||||
| @media only screen and (max-width: 768px) { | ||||
| 	.nav-main ul { | ||||
| 		box-shadow: none !important; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main a { | ||||
| 		color: black !important; | ||||
| 		background-color: #F9B200 !important; | ||||
| 		background-image: none !important; | ||||
| 		border-color: black !important; | ||||
| 		border: 1px solid black !important; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul.menu li.current-menu-item > a, | ||||
| 	.nav-main ul.menu li.current-page-item > a { | ||||
| 		color: white !important; | ||||
| 		background-color: black !important; | ||||
| 		background-image: none !important; | ||||
| 		border-color: #F9B200 !important; | ||||
| 		border: 1px solid #F9B200 !important; | ||||
| 	} | ||||
|  | ||||
| 	.post-comments { | ||||
| 		background-color: #F9B200 !important; | ||||
| 	} | ||||
|  | ||||
| 	.post-comments a { | ||||
| 		color: black !important; | ||||
| 	} | ||||
|  | ||||
| 	.post-comments ol li { | ||||
| 		border-color: rgba(0, 0, 0, 0.2) !important; | ||||
| 	} | ||||
|  | ||||
| 	.post-comments ol li .comment-details { | ||||
| 		color: #222222 !important; | ||||
| 		background-color: rgba(0, 0, 0, 0.2) !important; | ||||
| 	} | ||||
|  | ||||
| 	.post-comments ol li .comment-body { | ||||
| 		background: white !important; | ||||
| 	} | ||||
|  | ||||
| 	.skiplinks li a { | ||||
| 		background: #F9B200 !important; | ||||
| 		color: white !important; | ||||
| 		border: 1px solid black !important; | ||||
| 		background-color: #F9B200 !important; | ||||
| 		background-image: -webkit-linear-gradient(top, #F9B200, #E58400) !important; | ||||
| 		background-image: linear-gradient(to bottom, #F9B200, #E58400) !important; | ||||
| 	} | ||||
|  | ||||
| 	.skiplinks li a:focus, | ||||
| 	.skiplinks li a:hover { | ||||
| 		background: #E58400 !important; | ||||
| 		color: black !important; | ||||
| 		background-color: #E58400 !important; | ||||
| 		background-image: -webkit-linear-gradient(top, #E58400, #F9B200) !important; | ||||
| 		background-image: linear-gradient(to bottom, #E58400, #F9B200) !important; | ||||
| 	} | ||||
|  | ||||
| 	/* marker */ | ||||
|  | ||||
| 	#header-menu-icon { | ||||
| 		background-color: #ddd !important; | ||||
| 		background-image: -webkit-linear-gradient(top, #ddd, #bbb) !important; | ||||
| 		background-image: linear-gradient(to bottom, #ddd, #bbb) !important; | ||||
| 	} | ||||
|  | ||||
| 	#header-menu-icon:hover::after, | ||||
| 	#header-menu-icon:active::after { | ||||
| 		color: #555 !important; | ||||
| 	} | ||||
|  | ||||
| 	 | ||||
|  | ||||
| 	/* overwriting fonts from hamburger.css */ | ||||
| 	.nav-main { | ||||
| 		font-family: FontPiratenkleiderDefault !important; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main a { | ||||
| 		font-family: FontPiratenkleiderDefault !important; | ||||
| 	} | ||||
| } | ||||
							
								
								
									
										539
									
								
								wp-content/themes/piratenkleider/css/colors_flaschenpost.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										539
									
								
								wp-content/themes/piratenkleider/css/colors_flaschenpost.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,539 @@ | ||||
| /*  | ||||
|     Document   : colors_us | ||||
|     Created on : 16.05.2012, 11:56:08 | ||||
|     Author     : xwolf | ||||
|     Description: | ||||
|        Define corporate design colors for the theme. | ||||
|        Each pirate party in several countries use their own set of colors; | ||||
|        Therefor all color-settings are outsourced in files in | ||||
|        the form colors_LANG.css. | ||||
|  | ||||
|        Settings in the color files will override settings in the | ||||
|        current basemods, which defines the default style. | ||||
|  | ||||
|        This is the color file for the german online paper Flaschenpost | ||||
|         | ||||
|        Base color: #A5DFF9  , rgba(153, 51, 153, 0.2);  | ||||
|                 | ||||
|  | ||||
| */ | ||||
|  | ||||
|  | ||||
|  | ||||
| @media screen, projection { | ||||
|   body { | ||||
|     background: white;  | ||||
|     } | ||||
|   | ||||
|     a {      | ||||
|       color: #06C; | ||||
|       -webkit-tap-highlight-color: #2d7dc5;  | ||||
|     } | ||||
|     a:visited { | ||||
|         color: #2d7dc5; | ||||
|       } | ||||
|        | ||||
|     .content-aside .widget li:hover, .content-aside .twitterwidget li:hover,   | ||||
|     .content-aside li:hover,   | ||||
|     a:hover { | ||||
|         color: #111; | ||||
|         background: rgba(0,0,0,0.2); | ||||
|       } | ||||
|     ins, mark { | ||||
|         background-color: #A5DFF9; | ||||
|     } | ||||
|     ::selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white;  | ||||
|     } | ||||
|  | ||||
|     ::-moz-selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|     } | ||||
|     input, select, textarea { | ||||
|       background: white; | ||||
|       background: rgba(255, 255, 255, 0.6);  | ||||
|     } | ||||
|     input:focus, input:active,  | ||||
|     select:focus, select:active,  | ||||
|     textarea:focus, textarea:active { | ||||
|         background: white;  | ||||
|     } | ||||
|      | ||||
|     button, input[type="submit"],  | ||||
|     .post-edit-link { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|       border: 1px solid #2d7dc5; | ||||
|       text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|       border-top: 1px solid #4e96d7; | ||||
|       border-bottom: 1px solid #1a4872; | ||||
|       text-shadow: 0 -1px 0 #112e48; | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|  | ||||
|       button:hover,  | ||||
|       input[type="submit"]:hover,  | ||||
|       .post-edit-link:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       } | ||||
|  | ||||
|      | ||||
|      .skiplinks li a:focus,  | ||||
|      .skiplinks li a:active { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|          } | ||||
|      .skiplinks li a:hover { | ||||
|         background: #A5DFF9; | ||||
|         color: black;  | ||||
|     } | ||||
|     ul.socialmedia li a img {    | ||||
|         border-color: #eee; | ||||
|     } | ||||
|     ul.socialmedia li a:hover img { | ||||
|          border-color: white;       | ||||
|     } | ||||
|     ul.socialmedia li a:focus img { | ||||
|        border-color: #A5DFF9;     | ||||
|     }     | ||||
|      | ||||
| .sticker ul li {   | ||||
|     border-color: transparent;      | ||||
|   } | ||||
|  | ||||
|  | ||||
|   .sticker ul li a:hover, | ||||
|   .sticker ul li a:focus { | ||||
|     color: #1a4872;  | ||||
|    }  | ||||
|     | ||||
|    .sticker ul li a .cicolor {         | ||||
|      color: #A5DFF9;     | ||||
|    } | ||||
|    | ||||
|    .sticker ul li a:hover .cicolor, | ||||
|    .sticker ul li a:focus .cicolor { | ||||
|         color: #2d7dc5;   | ||||
|    } | ||||
|     | ||||
|    .sticker ul li a .shadow {         | ||||
|          text-shadow: 1px 1px 1px #333;  | ||||
|    } | ||||
|    | ||||
|   | ||||
|     .sticker li a img { | ||||
|         border-color: transparent;      | ||||
|     } | ||||
|  | ||||
|     .sticker li a:hover img,  | ||||
|     .sticker li a:focus img { | ||||
|        border-color: #A5DFF9; | ||||
|     } | ||||
|  | ||||
|  | ||||
|     .header .newsletter .skin { | ||||
|       background: #f7f7f7; | ||||
|       background: rgba(255, 255, 255, 0.5); | ||||
|     } | ||||
|  | ||||
|   .content .row, | ||||
|   .teaser .row { | ||||
|     background: #A5DFF9; | ||||
|     background: rgba(0, 0, 0, 0.3) -20% 0 fixed;  | ||||
|   } | ||||
|   .teaser .first-teaser-widget-area { | ||||
|     background: #111; | ||||
|  } | ||||
|  | ||||
|    | ||||
|     .second-teaser-widget-area li { | ||||
|       background: #A5DFF9; | ||||
|     } | ||||
|  | ||||
|  | ||||
|   .second-teaser-widget-area li a { | ||||
|     color: white;   | ||||
|     text-shadow: 0 0 0;  | ||||
|  | ||||
|   } | ||||
|     .second-teaser-widget-area li a div { | ||||
|       color: black; | ||||
|       text-shadow: 0 -1px 1px #552554; | ||||
|  | ||||
|     } | ||||
|     | ||||
|  | ||||
|   .second-teaser-widget-area li a:focus,   | ||||
|   .second-teaser-widget-area li a:hover {     | ||||
|         background: #A5DFF9; | ||||
|         background: rgba(0, 0, 0, 0.5);   | ||||
|         color: white; | ||||
|   } | ||||
|    | ||||
|   .second-teaser-widget-area .textwidget {       | ||||
|         background: #A5DFF9; | ||||
|         color: white;  | ||||
|         text-shadow: 0 0 0;  | ||||
|   } | ||||
|    .second-teaser-widget-area li.recentcomments { | ||||
|        color: white; | ||||
|    } | ||||
|  | ||||
|  .teaserlinks ul li { | ||||
|     background-color: #A5DFF9; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|   | ||||
|   } | ||||
|  .teaserlinks ul li a { | ||||
|      color: white; | ||||
|      text-shadow: 0 -1px 1px #552554; | ||||
|  } | ||||
|   .teaserlinks ul li a:hover, | ||||
|   .teaserlinks ul li a:focus{ | ||||
|       color: white; | ||||
|       background: none repeat scroll 0 0 #A5DFF9; | ||||
|   } | ||||
|   .teaserlinks ul li a span { | ||||
|       color: black; | ||||
|      text-shadow: 0 0 0;  | ||||
|   } | ||||
|     .teaserlinks ul li a:hover span, | ||||
|     .teaserlinks ul li a:focus span {  | ||||
|            color: black; | ||||
|      }     | ||||
|  | ||||
|     .content .symbolbild .caption { | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|  | ||||
|     } | ||||
|     .content .symbolbild .aaarh { | ||||
|          background: transparent; | ||||
|          color: black; | ||||
|     } | ||||
|     .content-header-big { | ||||
| 	  background: white; | ||||
|     } | ||||
|   .content-primary input[type="text"]:hover,  | ||||
|   .content-primary textarea:hover, | ||||
|   .content-primary input[type="text"]:focus,  | ||||
|   .content-primary textarea:focus { | ||||
|     border-color: black;  | ||||
|     background-color: beige; | ||||
|   } | ||||
|  | ||||
|       .content-primary .sprungmarken ol li a:hover { | ||||
|           background: #A5DFF9; | ||||
|           color: black; | ||||
|         } | ||||
|   .content-aside .newsletter {      | ||||
|     background-color: #ffa500; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|  }  | ||||
|  | ||||
|   .post .post-info .commentbubble a { | ||||
|       background: #A5DFF9; | ||||
|       color: black; | ||||
|  } | ||||
|   .post .post-info .cal-icon { | ||||
|     background: #eeeeee; | ||||
|     -moz-box-shadow: 1px 1px 2px #444444; | ||||
|     -webkit-box-shadow: 1px 1px 2px #444444; | ||||
|     box-shadow: 1px 1px 2px #444444;  | ||||
|   } | ||||
|  | ||||
|  | ||||
|     .post .post-meta { | ||||
|          color: #222; | ||||
|     } | ||||
|     .post-comments ol li .reply a { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b);  | ||||
|     } | ||||
|     .post-comments ol li .reply a:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     } | ||||
|  | ||||
|     .post-comments .respond span.required { | ||||
|          color: #A5DFF9; | ||||
|     } | ||||
|   .wp-caption  p.wp-caption-text {  | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|     } | ||||
|      | ||||
|      .gallery img { | ||||
| 	border-color: #f1f1f1; | ||||
|     } | ||||
|     .gallery img:hover { | ||||
|             border-color: #A5DFF9; | ||||
|     } | ||||
|      .gallery-caption { | ||||
|             color: #888; | ||||
|     } | ||||
|  | ||||
|  | ||||
|      .first-startpage-widget-area a.all-articles { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|      } | ||||
|     .first-startpage-widget-area a.all-articles:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|  } | ||||
|   | ||||
|  .content-aside a { | ||||
|   color: black; | ||||
|   background: #A5DFF9; | ||||
| } | ||||
|   .content-aside a:hover { | ||||
|     color: white; | ||||
|     background: rgba(255, 255, 255, 0.2);  | ||||
|   } | ||||
|   .content-aside #steckbrief a { | ||||
|   background: transparent; | ||||
| } | ||||
| .content-aside #steckbrief a:hover { | ||||
|     background: transparent; | ||||
|   } | ||||
|   .content-aside table td, | ||||
|   .content-aside table th { | ||||
|     border-top-color: #A5DFF9;  | ||||
|   } | ||||
| .content-aside blockquote { | ||||
|   border: 0 solid; | ||||
|   background: #A5DFF9; | ||||
|   background: rgba(255, 255, 255, 0.2);  | ||||
|  } | ||||
|   .content-aside .newsletter { | ||||
|      background-color: #A5DFF9;  | ||||
|  } | ||||
|   | ||||
|  .content-aside ul.menu { | ||||
|   background: #A5DFF9; | ||||
|  background: rgba(255, 255, 255, 0.2);  | ||||
| } | ||||
|  | ||||
| .content-aside ul.menu li a { | ||||
|  | ||||
|       background: white; | ||||
|       color: #2d7dc5; | ||||
|  } | ||||
| .content-aside ul.menu li.active a, | ||||
| .content-aside ul.menu li a:hover, | ||||
| .content-aside ul.menu li a:focus { | ||||
|         color: white; | ||||
|         background: #2d7dc5;  | ||||
| } | ||||
|        | ||||
| .content-aside ul.menu li.current_page_item > a, | ||||
| .content-aside ul.menu li.current-menu-item > a { | ||||
|     background: #2d7dc5 url("../images/plus-left.gif") center left no-repeat; | ||||
|     color: white; | ||||
| } | ||||
| .content-aside p { | ||||
|     color: black; | ||||
| } | ||||
|  | ||||
| .subcontent { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
| } | ||||
|   .subcontent .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
|   } | ||||
|  | ||||
|   .subcontent a { | ||||
|     background: black; | ||||
|     color: #2d7dc5; | ||||
|  } | ||||
|     .subcontent a:hover { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|  } | ||||
|  | ||||
|  | ||||
|      | ||||
|      | ||||
|      | ||||
| .footer { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
|   overflow: hidden;  | ||||
| } | ||||
| .footer .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
| } | ||||
|  | ||||
| .footer a { | ||||
|   background: black; | ||||
|   color: #2d7dc5;  | ||||
| } | ||||
|  | ||||
| .footer a:hover { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  .content-aside .widget li a.rsswidget { | ||||
|     background: #A5DFF9; | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .content-aside .widget li a.rsswidget:hover, | ||||
|  .content-aside .widget li a.rsswidget:focus { | ||||
|        background: #A5DFF9; | ||||
|  } | ||||
|  .content-aside .widget li .rssSummary { | ||||
|     color:#333333;   | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget li { | ||||
|     color: black; | ||||
|     background: #A5DFF9; | ||||
|     background: rgba(255, 255, 255, 0.2); | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget-next,  | ||||
| #ics-calendar-widget-prev { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
|   border-color: #2d7dc5; | ||||
|   text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|   border-top-color: #4e96d7; | ||||
|   border-bottom-color: #1a4872; | ||||
|  | ||||
|   text-shadow: 0 -1px 0 #112e48; | ||||
|   background-color: #2d7dc5; | ||||
|   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|   background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
| #ics-calendar-widget-next:hover,  | ||||
| #ics-calendar-widget-prev:hover { | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
| } | ||||
|  | ||||
|  | ||||
|  .ics-calendar-header a { | ||||
|     background: #2d7dc5; | ||||
|     color: white; | ||||
|     border-color: #2d7dc5; | ||||
|     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|     border-top-color: #4e96d7; | ||||
|     border-bottom-color: #1a4872; | ||||
|     text-shadow: 0 -1px 0 #112e48; | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|   .ics-calendar-header a:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|    } | ||||
|  | ||||
| div.ics-calendar-holder tr.ics-calendar-days td { | ||||
|   background: #eeeeee; | ||||
|   border-bottom-color: gray; } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td .date-holder { | ||||
|   background: white;  | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .old-date-holder { | ||||
|   background: white; | ||||
|   color: #999999; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today { | ||||
|   background-color: #A5DFF9; | ||||
|   color: black; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-event { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  | ||||
|   .nav-top div.menu-header ul.menu li a:hover, | ||||
|   .nav-top div.menu-header ul.menu li a:focus { | ||||
|         color: #2d7dc5;  | ||||
|   }         | ||||
|  | ||||
|  | ||||
|     | ||||
| } | ||||
|  @media only screen and (max-width: 600px) { | ||||
|     .nav-top ul.menu li a { | ||||
| 	background: #2d7dc5; | ||||
| 	color: white;         | ||||
| 	border-color: #A5DFF9; | ||||
| 	text-shadow: 0 -1px 0 #A5DFF9; | ||||
| 	background-color: #A5DFF9;      | ||||
|     } | ||||
|     .nav-top ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|     } | ||||
|  | ||||
|     .nav-main ul.menu li a { | ||||
| 	color: white; | ||||
| 	border-color: #2d7dc5; | ||||
| 	border-top-color: #4e96d7; | ||||
| 	border-bottom-color: #1a4872; | ||||
| 	background-color: #2d7dc5; | ||||
| 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
| 	background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|     } | ||||
|  | ||||
|     .nav-main ul.menu li a:hover { | ||||
|       background: #4e96d7; | ||||
|     } | ||||
|     .nav-main ul.menu li a:focus,  | ||||
|     .nav-main ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|       color: black;  | ||||
|     }         | ||||
|  | ||||
|     .post-comments { | ||||
|      background: #A5DFF9; | ||||
|     } | ||||
|     .post-comments a { | ||||
|       color: black; | ||||
|     } | ||||
|     .post-comments ol li { | ||||
|       border-color: rgba(0, 0, 0, 0.2); | ||||
|     } | ||||
|     .post-comments ol li .comment-details { | ||||
| 	color: #222222; | ||||
| 	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); | ||||
|     } | ||||
|     .post-comments ol li .comment-body { | ||||
| 	background: white;  | ||||
|     } | ||||
|      | ||||
|  } | ||||
|   | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_flaschenpost.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_flaschenpost.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										569
									
								
								wp-content/themes/piratenkleider/css/colors_hu.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										569
									
								
								wp-content/themes/piratenkleider/css/colors_hu.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,569 @@ | ||||
| /*  | ||||
|     Document   : colors_hu | ||||
|     Created on : 26.02.2013 | ||||
|     Author     : xwolf | ||||
|     Description: | ||||
|        Define corporate design colors for the theme. | ||||
|        Each pirate party in several countries use their own set of colors; | ||||
|        Therefor all color-settings are outsourced in files in | ||||
|        the form colors_LANG.css. | ||||
|  | ||||
|        Settings in the color files will override settings in the | ||||
|        current basemods, which defines the default style (german colors). | ||||
|  | ||||
|        This is the Hungarian color file. | ||||
|         | ||||
|  | ||||
| */ | ||||
|  | ||||
|  | ||||
| @media screen, projection { | ||||
|     body { | ||||
|         background: #4c2582 url("../images/int/bg-tags-hu.png") -20% top fixed;  | ||||
|     } | ||||
|     a {      | ||||
|       color: #06C; | ||||
|       -webkit-tap-highlight-color: #2d7dc5;  | ||||
|     } | ||||
|     a:visited { | ||||
|         color: #2d7dc5; | ||||
|       } | ||||
|     a:hover { | ||||
|         color: #111; | ||||
|       } | ||||
|     ins, mark { | ||||
|         background-color: #4c2582; | ||||
|     } | ||||
|     ::selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white;  | ||||
|     } | ||||
|  | ||||
|     ::-moz-selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|     } | ||||
|     input, select, textarea { | ||||
|       background: white; | ||||
|       background: rgba(255, 255, 255, 0.6);  | ||||
|     } | ||||
|     input:focus, input:active,  | ||||
|     select:focus, select:active,  | ||||
|     textarea:focus, textarea:active { | ||||
|         background: white;  | ||||
|     } | ||||
|      | ||||
|     button, input[type="submit"],  | ||||
|     .post-edit-link { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|       border: 1px solid #2d7dc5; | ||||
|       text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|       border-top: 1px solid #4e96d7; | ||||
|       border-bottom: 1px solid #1a4872; | ||||
|       text-shadow: 0 -1px 0 #112e48; | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|  | ||||
|       button:hover,  | ||||
|       input[type="submit"]:hover,  | ||||
|       .post-edit-link:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       } | ||||
|    | ||||
|      | ||||
|      .skiplinks li a:focus,  | ||||
|      .skiplinks li a:active { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|          } | ||||
|      .skiplinks li a:hover { | ||||
|         background: #4c2582; | ||||
|         color: black;  | ||||
|     } | ||||
|     ul.socialmedia li a img {    | ||||
|         border-color: #eee; | ||||
|     } | ||||
|     ul.socialmedia li a:hover img { | ||||
|          border-color: white;       | ||||
|     } | ||||
|     ul.socialmedia li a:focus img { | ||||
|        border-color: #4c2582;     | ||||
|     }     | ||||
|      | ||||
| .sticker ul li {   | ||||
|     border-color: transparent;      | ||||
|   } | ||||
|  | ||||
|  | ||||
|   .sticker ul li a:hover, | ||||
|   .sticker ul li a:focus { | ||||
|     color: #1a4872;  | ||||
|    }  | ||||
|     | ||||
|    .sticker ul li a .cicolor {         | ||||
|      color: #4c2582;     | ||||
|    } | ||||
|    | ||||
|    .sticker ul li a:hover .cicolor, | ||||
|    .sticker ul li a:focus .cicolor { | ||||
|         color: #2d7dc5;   | ||||
|    } | ||||
|     | ||||
|    .sticker ul li a .shadow {         | ||||
|          text-shadow: 1px 1px 1px #333;  | ||||
|    } | ||||
|    | ||||
|   | ||||
|     .sticker li a img { | ||||
|         border-color: transparent;      | ||||
|     } | ||||
|  | ||||
|     .sticker li a:hover img,  | ||||
|     .sticker li a:focus img { | ||||
|        border-color: #4c2582; | ||||
|     } | ||||
|  | ||||
|  | ||||
|     .header .newsletter .skin { | ||||
|       background: #f7f7f7; | ||||
|       background: rgba(255, 255, 255, 0.5); | ||||
|     } | ||||
|  | ||||
|    | ||||
|   .teaser .row { | ||||
|     background: #993399; | ||||
|     background: rgba(0, 0, 0, 0.2) -20% 0 fixed;  | ||||
|   } | ||||
|   .teaser .first-teaser-widget-area { | ||||
|     background: #111; | ||||
|  } | ||||
|   .first-teaser-widget-area .slide .textslider  { | ||||
|     background: #4c2582; | ||||
|     color: #ddd; | ||||
|   }  | ||||
|    | ||||
|     .second-teaser-widget-area li { | ||||
|       background: #4c2582; | ||||
|     } | ||||
|  | ||||
|  | ||||
|   .second-teaser-widget-area li a { | ||||
|     color: white;   | ||||
|     text-shadow: 0 0 0;  | ||||
|  | ||||
|   } | ||||
|     .second-teaser-widget-area li a div { | ||||
|       color: black; | ||||
|       text-shadow: 0 -1px 1px #552554; | ||||
|  | ||||
|     } | ||||
|     | ||||
|  | ||||
|   .second-teaser-widget-area li a:focus,   | ||||
|   .second-teaser-widget-area li a:hover {     | ||||
|         background: #993399; | ||||
|         background: rgba(0, 0, 0, 0.5);   | ||||
|         color: white; | ||||
|   } | ||||
|    | ||||
|   .second-teaser-widget-area .textwidget {       | ||||
|         background: #4c2582; | ||||
|         color: white;  | ||||
|         text-shadow: 0 0 0;  | ||||
|   } | ||||
|    .second-teaser-widget-area li.recentcomments { | ||||
|        color: white; | ||||
|    } | ||||
|  | ||||
| .teaserlinks ul li { | ||||
|     background-color: #5C388F; | ||||
| 	color: white; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|   | ||||
|   } | ||||
|   .teaserlinks .symbol:before { | ||||
|     text-shadow: 0 -1px 1px rgba(0,0,0,0.2) !important;  | ||||
|   }  | ||||
|  .teaserlinks ul li a { | ||||
|      color: #EEE; | ||||
|      text-shadow: 0 -1px 1px #552554; | ||||
|  } | ||||
|   .teaserlinks ul li a:hover, | ||||
|   .teaserlinks ul li a:focus{ | ||||
|       color: white; | ||||
|       background: none repeat scroll 0 0 #5C388F; | ||||
|   } | ||||
|   .teaserlinks ul li a span { | ||||
|      text-shadow: 0 0 0;  | ||||
| 	 color: #EEE; | ||||
|   } | ||||
|     .teaserlinks ul li a:hover span, | ||||
|     .teaserlinks ul li a:focus span {  | ||||
|            color: white; | ||||
|      }     | ||||
|  | ||||
|     .content .row { | ||||
|         background: #4c2582; | ||||
|         background: rgba(76, 37, 130, 0.2);  | ||||
|     } | ||||
|     .content .symbolbild .caption { | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|  | ||||
|     } | ||||
|     .content .symbolbild .aaarh { | ||||
|          background: transparent; | ||||
|          color: black; | ||||
|     } | ||||
|     .content-header-big { | ||||
| 	  background: url(../images/int/bg-tags-hu.png); | ||||
|     } | ||||
|      | ||||
|  | ||||
|      | ||||
|   .content-primary input[type="text"]:hover,  | ||||
|   .content-primary textarea:hover, | ||||
|   .content-primary input[type="text"]:focus,  | ||||
|   .content-primary textarea:focus { | ||||
|     border-color: black;  | ||||
|     background-color: beige; | ||||
|   } | ||||
|  | ||||
|       .content-primary .sprungmarken ol li a:hover { | ||||
|           background: #4c2582; | ||||
|           color: black; | ||||
|         } | ||||
|   .content-aside .newsletter {      | ||||
|     background-color: #ffa500; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|  }  | ||||
|  | ||||
|   .post .post-info .commentbubble a { | ||||
|       background: #4c2582; | ||||
|       color: white; | ||||
|  } | ||||
|   .post .post-info .cal-icon { | ||||
|     background: #eeeeee; | ||||
|     -moz-box-shadow: 1px 1px 2px #444444; | ||||
|     -webkit-box-shadow: 1px 1px 2px #444444; | ||||
|     box-shadow: 1px 1px 2px #444444;  | ||||
|   } | ||||
|  | ||||
|  | ||||
|     .post .post-meta { | ||||
|          color: #222; | ||||
|     } | ||||
|     .post-comments ol li .reply a { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b);  | ||||
|     } | ||||
|     .post-comments ol li .reply a:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     } | ||||
|  | ||||
|     .post-comments .respond span.required { | ||||
|          color: #4c2582; | ||||
|     } | ||||
|   .wp-caption  p.wp-caption-text {  | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|     } | ||||
|      | ||||
|      .gallery img { | ||||
| 	border-color: #f1f1f1; | ||||
|     } | ||||
|     .gallery img:hover { | ||||
|             border-color: #4c2582; | ||||
|     } | ||||
|      .gallery-caption { | ||||
|             color: #888; | ||||
|     } | ||||
|  | ||||
|  | ||||
|      .first-startpage-widget-area a.all-articles { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|      } | ||||
|     .first-startpage-widget-area a.all-articles:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|  } | ||||
|   | ||||
| .content-aside .newsletter { | ||||
| 	background: none repeat scroll 0 0 rgba(76, 37, 130, 0.5); | ||||
| 	box-shadow:none; | ||||
| } | ||||
|  | ||||
|  | ||||
| .content-aside .widget li { | ||||
| 	 background:none; | ||||
|  } | ||||
| .content-aside .widget li:hover { | ||||
| 	 background:#5C388F; | ||||
|  } | ||||
| .content-aside .widget li:hover, | ||||
|  .content-aside .widget li:focus, | ||||
| #ics-calendar-widget li:hover,  | ||||
| #ics-calendar-widget li:focus,  | ||||
|  .content-aside .twitterwidget li:hover,  | ||||
|  .content-aside .twitterwidget li:focus { | ||||
|      background: #5c388f; | ||||
|  } | ||||
|  .content-aside .twitterwidget li a:hover { color:#FFF; } | ||||
|  .content-aside a { | ||||
|   color: #EEE; | ||||
|   background: rgba(255,255,255, 0.2); | ||||
|   padding:0.25em 0.4em; | ||||
| } | ||||
|   .content-aside a:hover { | ||||
|     color: rgba(76, 37, 130, 0.8); | ||||
|     background: rgba(255,255,255, 0.8);  | ||||
|   } | ||||
|   .content-aside #steckbrief a { | ||||
|   background: transparent; | ||||
| } | ||||
| .content-aside #steckbrief a:hover { | ||||
|     background: transparent; | ||||
|   } | ||||
|   .content-aside table td, | ||||
|   .content-aside table th { | ||||
|     border-top-color: #4c2582;  | ||||
|   } | ||||
| .content-aside blockquote { | ||||
|   border: 0 solid; | ||||
|   background: #993399; | ||||
|   background: rgba(255, 255, 255, 0.2);  | ||||
|  } | ||||
|    | ||||
|   | ||||
|  .content-aside ul.menu { | ||||
|   background: #993399; | ||||
|  background: rgba(255, 255, 255, 0.2);  | ||||
| } | ||||
|  | ||||
| .content-aside ul.menu li a { | ||||
|  | ||||
|       background: white; | ||||
|       color: #2d7dc5; | ||||
|  } | ||||
| .content-aside ul.menu li.active a, | ||||
| .content-aside ul.menu li a:hover, | ||||
| .content-aside ul.menu li a:focus { | ||||
|         color: white; | ||||
|         background: #2d7dc5;  | ||||
| } | ||||
|        | ||||
| .content-aside ul.menu li.current_page_item > a, | ||||
| .content-aside ul.menu li.current-menu-item > a { | ||||
|     background: #2d7dc5 url("../images/plus-left.gif") center left no-repeat; | ||||
|     color: white; | ||||
| } | ||||
| .content-aside p { | ||||
|     color: black; | ||||
| } | ||||
|  | ||||
| .subcontent { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
| } | ||||
|   .subcontent .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
|   } | ||||
|  | ||||
|   .subcontent a { | ||||
|     background: black; | ||||
|     color: #2d7dc5; | ||||
|  } | ||||
|     .subcontent a:hover { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|  } | ||||
|  | ||||
|  | ||||
|      | ||||
|      | ||||
|      | ||||
| .footer { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
|   overflow: hidden;  | ||||
| } | ||||
| .footer .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
| } | ||||
|  | ||||
| .footer a { | ||||
|   background: black; | ||||
|   color: #2d7dc5;  | ||||
| } | ||||
|  | ||||
| .footer a:hover { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  .content-aside .widget li a.rsswidget { | ||||
|     background: #993399; | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .content-aside .widget li a.rsswidget:hover, | ||||
|  .content-aside .widget li a.rsswidget:focus { | ||||
|        background: #4c2582; | ||||
|  } | ||||
|  .content-aside .widget li .rssSummary { | ||||
|     color:#333333;   | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget li { | ||||
|     color: black; | ||||
|     background: #993399; | ||||
|     background: rgba(255, 255, 255, 0.2); | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget-next,  | ||||
| #ics-calendar-widget-prev { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
|   border-color: #2d7dc5; | ||||
|   text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|   border-top-color: #4e96d7; | ||||
|   border-bottom-color: #1a4872; | ||||
|  | ||||
|   text-shadow: 0 -1px 0 #112e48; | ||||
|   background-color: #2d7dc5; | ||||
|   background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|   background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
| #ics-calendar-widget-next:hover,  | ||||
| #ics-calendar-widget-prev:hover { | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
| } | ||||
|  | ||||
|  | ||||
|  .ics-calendar-header a { | ||||
|     background: #2d7dc5; | ||||
|     color: white; | ||||
|     border-color: #2d7dc5; | ||||
|     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|     border-top-color: #4e96d7; | ||||
|     border-bottom-color: #1a4872; | ||||
|     text-shadow: 0 -1px 0 #112e48; | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|   .ics-calendar-header a:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|    } | ||||
|  | ||||
| div.ics-calendar-holder tr.ics-calendar-days td { | ||||
|   background: #eeeeee; | ||||
|   border-bottom-color: gray; } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td .date-holder { | ||||
|   background: white;  | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .old-date-holder { | ||||
|   background: white; | ||||
|   color: #999999; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today { | ||||
|   background-color: #4c2582; | ||||
|   color: black; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-event { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  | ||||
|   .nav-top div.menu-header ul.menu li a:hover, | ||||
|   .nav-top div.menu-header ul.menu li a:focus { | ||||
|         color: #2d7dc5;  | ||||
|   }         | ||||
|  | ||||
|  | ||||
| } | ||||
|  @media only screen and (max-width: 600px) { | ||||
|    .nav-top ul.menu li a { | ||||
|         background: #2d7dc5; | ||||
|         color: white;         | ||||
|         border-color: #993399; | ||||
|         text-shadow: 0 -1px 0 #993399; | ||||
|         background-color: #4c2582;      | ||||
|    } | ||||
|     .nav-top ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|     } | ||||
|      | ||||
|     .nav-main ul.menu li a { | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|   } | ||||
|  | ||||
|   .nav-main ul.menu li a:hover { | ||||
|       background: #4e96d7; | ||||
|     } | ||||
|  .nav-main ul.menu li a:focus,  | ||||
|  .nav-main ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|       color: black;  | ||||
|  }         | ||||
|             | ||||
|   .post-comments { | ||||
|      background: url("../images/int/bg-tags-hu.png") repeat fixed -20% top #4c2582; | ||||
|   } | ||||
|   .post-comments a { | ||||
|       color: black; | ||||
|   } | ||||
|   .post-comments ol li { | ||||
|       border-color: rgba(0, 0, 0, 0.2); | ||||
|   } | ||||
|    .post-comments ol li .comment-details { | ||||
|     color: #222222; | ||||
|     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .post-comments ol li .comment-body { | ||||
|     background: white;  | ||||
|  } | ||||
|      | ||||
|  } | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_hu.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_hu.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										547
									
								
								wp-content/themes/piratenkleider/css/colors_lu.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										547
									
								
								wp-content/themes/piratenkleider/css/colors_lu.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,547 @@ | ||||
| /*  | ||||
|     Document   : colors_lu | ||||
|     Created on : 16.05.2012, 11:56:08 | ||||
|     Author     : xwolf | ||||
|     Description: | ||||
|        Define corporate design colors for the theme. | ||||
|        Each pirate party in several countries use their own set of colors; | ||||
|        Therefor all color-settings are outsourced in files in | ||||
|        the form colors_LANG.css. | ||||
|  | ||||
|        Settings in the color files will override settings in the | ||||
|        current basemods, which defines the default style (german colors). | ||||
|  | ||||
|        This is the luxemburger color file. | ||||
|         | ||||
|        Base color: #B127AF  , rgba(153, 51, 153, 0.2);  | ||||
|        Special text font: Bebas Neue | ||||
|                 | ||||
|  | ||||
| */ | ||||
|  | ||||
|  | ||||
| @media screen, projection { | ||||
|     body { | ||||
|         background: #B127AF url("../images/int/bg-tags-lu.png") -20% top fixed;  | ||||
|     } | ||||
|     a {      | ||||
|       color: #06C; | ||||
|       -webkit-tap-highlight-color: #2d7dc5;  | ||||
|     } | ||||
|     a:visited { | ||||
|         color: #2d7dc5; | ||||
|       } | ||||
|     a:hover { | ||||
|         color: #111; | ||||
|       } | ||||
|     ins, mark { | ||||
|         background-color: #B127AF; | ||||
|     } | ||||
|     ::selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white;  | ||||
|     } | ||||
|  | ||||
|     ::-moz-selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|     } | ||||
|     input, select, textarea { | ||||
|       background: white; | ||||
|       background: rgba(255, 255, 255, 0.6);  | ||||
|     } | ||||
|     input:focus, input:active,  | ||||
|     select:focus, select:active,  | ||||
|     textarea:focus, textarea:active { | ||||
|         background: white;  | ||||
|     } | ||||
|      | ||||
|     button, input[type="submit"],  | ||||
|     .post-edit-link { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|       border: 1px solid #2d7dc5; | ||||
|       text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|       border-top: 1px solid #4e96d7; | ||||
|       border-bottom: 1px solid #1a4872; | ||||
|       text-shadow: 0 -1px 0 #112e48; | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|  | ||||
|       button:hover,  | ||||
|       input[type="submit"]:hover,  | ||||
|       .post-edit-link:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       } | ||||
|    | ||||
|      | ||||
|      .skiplinks li a:focus,  | ||||
|      .skiplinks li a:active { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|          } | ||||
|      .skiplinks li a:hover { | ||||
|         background: #B127AF; | ||||
|         color: black;  | ||||
|     } | ||||
|     ul.socialmedia li a img {    | ||||
|         border-color: #eee; | ||||
|     } | ||||
|     ul.socialmedia li a:hover img { | ||||
|          border-color: white;       | ||||
|     } | ||||
|     ul.socialmedia li a:focus img { | ||||
|        border-color: #B127AF;     | ||||
|     }     | ||||
|      | ||||
| .sticker ul li {   | ||||
|     border-color: transparent;      | ||||
|   } | ||||
|  | ||||
|  | ||||
|   .sticker ul li a:hover, | ||||
|   .sticker ul li a:focus { | ||||
|     color: #1a4872;  | ||||
|    }  | ||||
|     | ||||
|    .sticker ul li a .cicolor {         | ||||
|      color: #B127AF;     | ||||
|    } | ||||
|    | ||||
|    .sticker ul li a:hover .cicolor, | ||||
|    .sticker ul li a:focus .cicolor { | ||||
|         color: #2d7dc5;   | ||||
|    } | ||||
|     | ||||
|    .sticker ul li a .shadow {         | ||||
|          text-shadow: 1px 1px 1px #333;  | ||||
|    } | ||||
|    | ||||
|   | ||||
|     .sticker li a img { | ||||
|         border-color: transparent;      | ||||
|     } | ||||
|  | ||||
|     .sticker li a:hover img,  | ||||
|     .sticker li a:focus img { | ||||
|        border-color: #B127AF; | ||||
|     } | ||||
|  | ||||
|  | ||||
|     .header .newsletter .skin { | ||||
|       background: #f7f7f7; | ||||
|       background: rgba(255, 255, 255, 0.5); | ||||
|     } | ||||
|  | ||||
|  | ||||
|   .teaser .row { | ||||
|     background: #993399; | ||||
|     background: rgba(0, 0, 0, 0.3) -20% 0 fixed;  | ||||
|   } | ||||
|   | ||||
|   .first-teaser-widget-area .slide .textslider  { | ||||
|     background: none repeat scroll 0 0 #B127AF; | ||||
|   }   | ||||
|     .second-teaser-widget-area li { | ||||
|       background: #B127AF; | ||||
|     } | ||||
|  | ||||
|  | ||||
|   .second-teaser-widget-area li a { | ||||
|     color: white;   | ||||
|     text-shadow: 0 0 0;  | ||||
|  | ||||
|   } | ||||
|     .second-teaser-widget-area li a div { | ||||
|       color: black; | ||||
|       text-shadow: 0 -1px 1px #552554; | ||||
|  | ||||
|     } | ||||
|     | ||||
|  | ||||
|   .second-teaser-widget-area li a:focus,   | ||||
|   .second-teaser-widget-area li a:hover {     | ||||
|         background: #993399; | ||||
|         background: rgba(0, 0, 0, 0.5);   | ||||
|         color: white; | ||||
|   } | ||||
|    | ||||
|   .second-teaser-widget-area .textwidget {       | ||||
|         background: #B127AF; | ||||
|         color: white;  | ||||
|         text-shadow: 0 0 0;  | ||||
|   } | ||||
|    .second-teaser-widget-area li.recentcomments { | ||||
|        color: white; | ||||
|    } | ||||
|  | ||||
|  .teaserlinks ul li { | ||||
|     background-color: #B127AF; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|   | ||||
|   } | ||||
|  .teaserlinks ul li a { | ||||
|      color: white; | ||||
|      text-shadow: 0 -1px 1px #552554; | ||||
|  } | ||||
|   .teaserlinks ul li a:hover, | ||||
|   .teaserlinks ul li a:focus{ | ||||
|       color: white; | ||||
|       background: none repeat scroll 0 0 #B127AF; | ||||
|   } | ||||
|   .teaserlinks ul li a span { | ||||
|       color: black; | ||||
|      text-shadow: 0 0 0;  | ||||
|   } | ||||
|     .teaserlinks ul li a:hover span, | ||||
|     .teaserlinks ul li a:focus span {  | ||||
|            color: black; | ||||
|      }     | ||||
|  | ||||
|  | ||||
|     .content .row { | ||||
|         background: #B127AF; | ||||
|         background: rgba(153, 51, 153, 0.2);  | ||||
|     } | ||||
|     .content .symbolbild .caption { | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|  | ||||
|     } | ||||
|     .content .symbolbild .aaarh { | ||||
|          background: transparent; | ||||
|          color: black; | ||||
|     } | ||||
|      | ||||
|     .content-header-big { | ||||
| 	  background: url(../images/int/bg-tags-lu.png); | ||||
|     } | ||||
|      | ||||
|   .content-primary input[type="text"]:hover,  | ||||
|   .content-primary textarea:hover, | ||||
|   .content-primary input[type="text"]:focus,  | ||||
|   .content-primary textarea:focus { | ||||
|     border-color: black;  | ||||
|     background-color: beige; | ||||
|   } | ||||
|  | ||||
|       .content-primary .sprungmarken ol li a:hover { | ||||
|           background: #B127AF; | ||||
|           color: black; | ||||
|         } | ||||
|   .content-aside .newsletter {      | ||||
|     background-color: #ffa500; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|  }  | ||||
|  | ||||
|   .post .post-info .commentbubble a { | ||||
|       background: #B127AF; | ||||
|       color: black; | ||||
|  } | ||||
|   .post .post-info .cal-icon { | ||||
|     background: #eeeeee; | ||||
|     -moz-box-shadow: 1px 1px 2px #444444; | ||||
|     -webkit-box-shadow: 1px 1px 2px #444444; | ||||
|     box-shadow: 1px 1px 2px #444444;  | ||||
|   } | ||||
|  | ||||
|  | ||||
|     .post .post-meta { | ||||
|          color: #222; | ||||
|     } | ||||
|     .post-comments ol li .reply a { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b);  | ||||
|     } | ||||
|     .post-comments ol li .reply a:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     } | ||||
|  | ||||
|     .post-comments .respond span.required { | ||||
|          color: #B127AF; | ||||
|     } | ||||
|   .wp-caption  p.wp-caption-text {  | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|     } | ||||
|      | ||||
|      .gallery img { | ||||
| 	border-color: #f1f1f1; | ||||
|     } | ||||
|     .gallery img:hover { | ||||
|             border-color: #B127AF; | ||||
|     } | ||||
|      .gallery-caption { | ||||
|             color: #888; | ||||
|     } | ||||
|  | ||||
|  | ||||
|      .first-startpage-widget-area a.all-articles { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|      } | ||||
|     .first-startpage-widget-area a.all-articles:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|  } | ||||
|   | ||||
|  .content-aside a { | ||||
|   color: white; | ||||
|   background: #993399; | ||||
| } | ||||
|   .content-aside a:hover { | ||||
|     color: white; | ||||
|     background: rgba(255, 255, 255, 0.2);  | ||||
|   } | ||||
| .content-aside #steckbrief a { | ||||
|   background: transparent; | ||||
| } | ||||
| .content-aside #steckbrief a:hover { | ||||
|     background: transparent; | ||||
|   } | ||||
|    | ||||
|    | ||||
|   .content-aside table td, | ||||
|   .content-aside table th { | ||||
|     border-top-color: #B127AF;  | ||||
|   } | ||||
| .content-aside blockquote { | ||||
|   border: 0 solid; | ||||
|   background: #993399; | ||||
|   background: rgba(255, 255, 255, 0.2);  | ||||
|  } | ||||
|    | ||||
|  .content-aside .newsletter { | ||||
|      background-color: #B127AF; | ||||
|  } | ||||
|  .content-aside ul.menu { | ||||
|   background: #993399; | ||||
|  background: rgba(255, 255, 255, 0.2);  | ||||
| } | ||||
|  | ||||
| .content-aside ul.menu li a { | ||||
|       background: white; | ||||
|       color: #2d7dc5; | ||||
|  } | ||||
| .content-aside ul.menu li.active a, | ||||
| .content-aside ul.menu li a:hover, | ||||
| .content-aside ul.menu li a:focus { | ||||
|         color: white; | ||||
|         background: #2d7dc5;  | ||||
| } | ||||
|        | ||||
| .content-aside ul.menu li.current_page_item > a, | ||||
| .content-aside ul.menu li.current-menu-item > a { | ||||
|     background: #2d7dc5 url("../images/plus-left.gif") center left no-repeat; | ||||
|     color: white; | ||||
| } | ||||
| .content-aside p { | ||||
|     color: black; | ||||
| } | ||||
|  | ||||
| .subcontent { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
| } | ||||
|   .subcontent .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
|   } | ||||
|  | ||||
|   .subcontent a { | ||||
|     background: black; | ||||
|     color: #2d7dc5; | ||||
|  } | ||||
|     .subcontent a:hover { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|  } | ||||
|  | ||||
|  | ||||
|      | ||||
|      | ||||
|      | ||||
| .footer { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
|   overflow: hidden;  | ||||
| } | ||||
| .footer .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
| } | ||||
|  | ||||
| .footer a { | ||||
|   background: black; | ||||
|   color: #2d7dc5;  | ||||
| } | ||||
|  | ||||
| .footer a:hover { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  .content-aside .widget li a.rsswidget { | ||||
|     background: #993399; | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .content-aside .widget li a.rsswidget:hover, | ||||
|  .content-aside .widget li a.rsswidget:focus { | ||||
|        background: #B127AF; | ||||
|  } | ||||
|  .content-aside .widget li .rssSummary { | ||||
|     color:#333333;   | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget li { | ||||
|     color: black; | ||||
|     background: #993399; | ||||
|     background: rgba(255, 255, 255, 0.2); | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget-next,  | ||||
| #ics-calendar-widget-prev { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
|   border-color: #2d7dc5; | ||||
|   text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|   border-top-color: #4e96d7; | ||||
|   border-bottom-color: #1a4872; | ||||
|  | ||||
|   text-shadow: 0 -1px 0 #112e48; | ||||
|   background-color: #2d7dc5; | ||||
|   background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|   background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
| #ics-calendar-widget-next:hover,  | ||||
| #ics-calendar-widget-prev:hover { | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
| } | ||||
|  | ||||
|  | ||||
|  .ics-calendar-header a { | ||||
|     background: #2d7dc5; | ||||
|     color: white; | ||||
|     border-color: #2d7dc5; | ||||
|     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|     border-top-color: #4e96d7; | ||||
|     border-bottom-color: #1a4872; | ||||
|     text-shadow: 0 -1px 0 #112e48; | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|   .ics-calendar-header a:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|    } | ||||
|  | ||||
| div.ics-calendar-holder tr.ics-calendar-days td { | ||||
|   background: #eeeeee; | ||||
|   border-bottom-color: gray; } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td .date-holder { | ||||
|   background: white;  | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .old-date-holder { | ||||
|   background: white; | ||||
|   color: #999999; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today { | ||||
|   background-color: #B127AF; | ||||
|   color: black; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-event { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  | ||||
|   .nav-top div.menu-header ul.menu li a:hover, | ||||
|   .nav-top div.menu-header ul.menu li a:focus { | ||||
|         color: #2d7dc5;  | ||||
|   }         | ||||
|  | ||||
|     | ||||
| } | ||||
|  @media only screen and (max-width: 600px) { | ||||
|    .nav-top ul.menu li a { | ||||
|         background: #2d7dc5; | ||||
|         color: white;         | ||||
|         border-color: #993399; | ||||
|         text-shadow: 0 -1px 0 #993399; | ||||
|         background-color: #B127AF;      | ||||
|    } | ||||
|     .nav-top ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|     } | ||||
|      | ||||
|     .nav-main ul.menu li a { | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|   } | ||||
|  | ||||
|   .nav-main ul.menu li a:hover { | ||||
|       background: #4e96d7; | ||||
|     } | ||||
|  .nav-main ul.menu li a:focus,  | ||||
|  .nav-main ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|       color: black;  | ||||
|  }         | ||||
|             | ||||
|   .post-comments { | ||||
|      background: url("../images/int/bg-tags-lu.png") repeat fixed -20% top #B127AF; | ||||
|   } | ||||
|   .post-comments a { | ||||
|       color: black; | ||||
|   } | ||||
|   .post-comments ol li { | ||||
|       border-color: rgba(0, 0, 0, 0.2); | ||||
|   } | ||||
|    .post-comments ol li .comment-details { | ||||
|     color: #222222; | ||||
|     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .post-comments ol li .comment-body { | ||||
|     background: white;  | ||||
|  } | ||||
|      | ||||
|  } | ||||
|   | ||||
|   | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_lu.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_lu.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										549
									
								
								wp-content/themes/piratenkleider/css/colors_tk.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										549
									
								
								wp-content/themes/piratenkleider/css/colors_tk.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,549 @@ | ||||
| /*  | ||||
|     Document   : colors_tk | ||||
|     Created on : 16.05.2012, 11:56:08 | ||||
|     Author     : xwolf | ||||
|     Description: | ||||
|        Define corporate design colors for the theme. | ||||
|        Each pirate party in several countries use their own set of colors; | ||||
|        Therefor all color-settings are outsourced in files in | ||||
|        the form colors_LANG.css. | ||||
|  | ||||
|        Settings in the color files will override settings in the | ||||
|        current basemods, which defines the default style (german colors). | ||||
|  | ||||
|        This is the turkey color file. | ||||
|         | ||||
|        Base color: #00B5B1 (rgb: 0, 181, 177) | ||||
|        Special text font: Bebas Neue | ||||
|          | ||||
|        NOTICE: This font must be replaced by another font, cause Bebas | ||||
|           does not contain all need chars. Please inform  | ||||
|           at piratenkleider@xwolf.de  about a possible and useful | ||||
|           font that can be used here.   | ||||
|  | ||||
| */ | ||||
|  | ||||
| @media screen, projection { | ||||
|      | ||||
|     body { | ||||
|         background: #00B5B1 url("../images/int/bg-tags-tk.png") -20% top fixed;  | ||||
|     } | ||||
|     a {      | ||||
|       color: #06C; | ||||
|       -webkit-tap-highlight-color: #2d7dc5;  | ||||
|     } | ||||
|     a:visited { | ||||
|         color: #2d7dc5; | ||||
|       } | ||||
|     a:hover { | ||||
|         color: #111; | ||||
|       } | ||||
|     ins, mark { | ||||
|         background-color: #00B5B1; | ||||
|     } | ||||
|     ::selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white;  | ||||
|     } | ||||
|  | ||||
|     ::-moz-selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|     } | ||||
|     input, select, textarea { | ||||
|       background: white; | ||||
|       background: rgba(255, 255, 255, 0.6);  | ||||
|     } | ||||
|     input:focus, input:active,  | ||||
|     select:focus, select:active,  | ||||
|     textarea:focus, textarea:active { | ||||
|         background: white;  | ||||
|     } | ||||
|      | ||||
|     button, input[type="submit"],  | ||||
|     .post-edit-link { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|       border: 1px solid #2d7dc5; | ||||
|       text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|       border-top: 1px solid #4e96d7; | ||||
|       border-bottom: 1px solid #1a4872; | ||||
|       text-shadow: 0 -1px 0 #112e48; | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|  | ||||
|       button:hover,  | ||||
|       input[type="submit"]:hover,  | ||||
|       .post-edit-link:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       } | ||||
|   | ||||
|    | ||||
|      | ||||
|      .skiplinks li a:focus,  | ||||
|      .skiplinks li a:active { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|          } | ||||
|      .skiplinks li a:hover { | ||||
|         background: #00B5B1; | ||||
|         color: black;  | ||||
|     } | ||||
|     ul.socialmedia li a img {    | ||||
|         border-color: #eee; | ||||
|     } | ||||
|     ul.socialmedia li a:hover img { | ||||
|          border-color: white;       | ||||
|     } | ||||
|     ul.socialmedia li a:focus img { | ||||
|        border-color: #00B5B1;     | ||||
|     }     | ||||
|      | ||||
| .sticker ul li {   | ||||
|     border-color: transparent;      | ||||
|   } | ||||
|  | ||||
|   .sticker ul li a:hover, | ||||
|   .sticker ul li a:focus { | ||||
|     color: #1a4872;  | ||||
|    }  | ||||
|     | ||||
|    .sticker ul li a .cicolor {         | ||||
|      color: #00B5B1;     | ||||
|    } | ||||
|    | ||||
|    .sticker ul li a:hover .cicolor, | ||||
|    .sticker ul li a:focus .cicolor { | ||||
|         color: #2d7dc5;   | ||||
|    } | ||||
|     | ||||
|    .sticker ul li a .shadow {         | ||||
|          text-shadow: 1px 1px 1px #333;  | ||||
|    } | ||||
|    | ||||
|   | ||||
|     .sticker li a img { | ||||
|         border-color: transparent;      | ||||
|     } | ||||
|  | ||||
|     .sticker li a:hover img,  | ||||
|     .sticker li a:focus img { | ||||
|        border-color: #00B5B1; | ||||
|     } | ||||
|  | ||||
|  | ||||
|     .header .newsletter .skin { | ||||
|       background: #f7f7f7; | ||||
|       background: rgba(255, 255, 255, 0.5); | ||||
|     } | ||||
|  | ||||
|   .teaser .row { | ||||
|     background: #00B4B1; | ||||
|     background: rgba(0, 0, 0, 0.3) -20% 0 fixed;  | ||||
|   } | ||||
|   .teaser .first-teaser-widget-area { | ||||
|     background: #111; | ||||
|  } | ||||
|  | ||||
|    .first-teaser-widget-area .slide .textslider  { | ||||
|     background: #00B4B1; | ||||
|   }  | ||||
|     .second-teaser-widget-area li { | ||||
|       background: #00B5B1; | ||||
|     } | ||||
|  | ||||
|  | ||||
|   .second-teaser-widget-area li a { | ||||
|     color: white;   | ||||
|     text-shadow: 0 0 0;  | ||||
|  | ||||
|   } | ||||
|     .second-teaser-widget-area li a div { | ||||
|       color: black; | ||||
|       text-shadow: 0 -1px 1px #c36800; | ||||
|  | ||||
|     } | ||||
|     | ||||
|  | ||||
|   .second-teaser-widget-area li a:focus,   | ||||
|   .second-teaser-widget-area li a:hover {     | ||||
|         background: #00B4B1; | ||||
|         background: rgba(0, 0, 0, 0.2);   | ||||
|         color: white; | ||||
|   } | ||||
|    | ||||
|   .second-teaser-widget-area .textwidget {       | ||||
|         background: #00B5B1; | ||||
|         color: white;  | ||||
|         text-shadow: 0 0 0;  | ||||
|   } | ||||
|    .second-teaser-widget-area li.recentcomments { | ||||
|        color: white; | ||||
|    } | ||||
|  | ||||
|  .teaserlinks ul li { | ||||
|     background-color: #00B5B1; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|   | ||||
|   } | ||||
|  .teaserlinks ul li a { | ||||
|      color: white; | ||||
|      text-shadow: 0 -1px 1px #c36800; | ||||
|  } | ||||
|   .teaserlinks ul li a:hover, | ||||
|   .teaserlinks ul li a:focus{ | ||||
|       color: white; | ||||
|       background: none repeat scroll 0 0 #00B5B1; | ||||
|   } | ||||
|   .teaserlinks ul li a span { | ||||
|       color: black; | ||||
|      text-shadow: 0 0 0;  | ||||
|   } | ||||
|     .teaserlinks ul li a:hover span, | ||||
|     .teaserlinks ul li a:focus span {  | ||||
|            color: black; | ||||
|      }     | ||||
|  | ||||
|     .content .row { | ||||
|         background: #00B5B1; | ||||
|         background: rgba(0, 181, 177, 0.7);  | ||||
|     } | ||||
|     .content .symbolbild .caption { | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|  | ||||
|     } | ||||
|     .content .symbolbild .aaarh { | ||||
|          background: transparent; | ||||
|          color: black; | ||||
|     } | ||||
|     .content-header-big { | ||||
| 	  background: url(../images/int/bg-tags-tk.png); | ||||
|     } | ||||
|      | ||||
|   .content-primary input[type="text"]:hover,  | ||||
|   .content-primary textarea:hover, | ||||
|   .content-primary input[type="text"]:focus,  | ||||
|   .content-primary textarea:focus { | ||||
|     border-color: black;  | ||||
|     background-color: beige; | ||||
|   } | ||||
|  | ||||
|       .content-primary .sprungmarken ol li a:hover { | ||||
|           background: #00B5B1; | ||||
|           color: black; | ||||
|         } | ||||
|   .content-aside .newsletter {      | ||||
|     background-color: #ffa500; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|  }  | ||||
|  | ||||
|   .post .post-info .commentbubble a { | ||||
|       background: #00B5B1; | ||||
|       color: black; | ||||
|  } | ||||
|   .post .post-info .cal-icon { | ||||
|     background: #eeeeee; | ||||
|     -moz-box-shadow: 1px 1px 2px #444444; | ||||
|     -webkit-box-shadow: 1px 1px 2px #444444; | ||||
|     box-shadow: 1px 1px 2px #444444;  | ||||
|   } | ||||
|  | ||||
|  | ||||
|     .post .post-meta { | ||||
|          color: #222; | ||||
|     } | ||||
|     .post-comments ol li .reply a { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b);  | ||||
|     } | ||||
|     .post-comments ol li .reply a:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     } | ||||
|  | ||||
|     .post-comments .respond span.required { | ||||
|          color: #00B5B1; | ||||
|     } | ||||
|   .wp-caption  p.wp-caption-text {  | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|     } | ||||
|      | ||||
|      .gallery img { | ||||
| 	border-color: #f1f1f1; | ||||
|     } | ||||
|     .gallery img:hover { | ||||
|             border-color: #00B5B1; | ||||
|     } | ||||
|      .gallery-caption { | ||||
|             color: #888; | ||||
|     } | ||||
|  | ||||
|  | ||||
|      .first-startpage-widget-area a.all-articles { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|      } | ||||
|     .first-startpage-widget-area a.all-articles:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|  } | ||||
|   | ||||
|  .content-aside a { | ||||
|   color: black; | ||||
|   background: #00B4B1; | ||||
| } | ||||
|   .content-aside a:hover { | ||||
|     color: #000; | ||||
|     background: rgba(0, 0, 0, 0.2);  | ||||
|   } | ||||
|   .content-aside #steckbrief a { | ||||
|   background: transparent; | ||||
| } | ||||
| .content-aside #steckbrief a:hover { | ||||
|     background: transparent; | ||||
|   } | ||||
|   .content-aside table td, | ||||
|   .content-aside table th { | ||||
|     border-top-color: #00B5B1;  | ||||
|   } | ||||
| .content-aside blockquote { | ||||
|   border: 0 solid; | ||||
|   background: #00B4B1; | ||||
|   background: rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|    | ||||
|  .content-aside .newsletter { | ||||
|      background-color: #00B5B1; | ||||
|  } | ||||
|  .content-aside ul.menu { | ||||
|   background: #00B4B1; | ||||
|   background: rgba(0, 0, 0, 0.2); | ||||
| } | ||||
|  | ||||
| .content-aside ul.menu li a { | ||||
|  | ||||
|       background: white; | ||||
|       color: #2d7dc5; | ||||
|  } | ||||
| .content-aside ul.menu li.active a, | ||||
| .content-aside ul.menu li a:hover, | ||||
| .content-aside ul.menu li a:focus { | ||||
|         color: white; | ||||
|         background: #2d7dc5;  | ||||
| } | ||||
|        | ||||
| .content-aside ul.menu li.current_page_item > a, | ||||
| .content-aside ul.menu li.current-menu-item > a { | ||||
|     background: #2d7dc5 url("../images/plus-left.gif") center left no-repeat; | ||||
|     color: white; | ||||
| } | ||||
| .content-aside p { | ||||
|     color: black; | ||||
| } | ||||
|  | ||||
| .subcontent { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
| } | ||||
|   .subcontent .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
|   } | ||||
|  | ||||
|   .subcontent a { | ||||
|     background: black; | ||||
|     color: #2d7dc5; | ||||
|  } | ||||
|     .subcontent a:hover { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|  } | ||||
|  | ||||
|  | ||||
|      | ||||
|      | ||||
|      | ||||
| .footer { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
|   overflow: hidden;  | ||||
| } | ||||
| .footer .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
| } | ||||
|  | ||||
| .footer a { | ||||
|   background: black; | ||||
|   color: #2d7dc5;  | ||||
| } | ||||
|  | ||||
| .footer a:hover { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  .content-aside .widget li a.rsswidget { | ||||
|     background: #00B4B1; | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .content-aside .widget li a.rsswidget:hover, | ||||
|  .content-aside .widget li a.rsswidget:focus { | ||||
|        background: #00B5B1; | ||||
|  } | ||||
|  .content-aside .widget li .rssSummary { | ||||
|     color:#333333;   | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget li { | ||||
|     color: black; | ||||
|     background: #00B4B1; | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget-next,  | ||||
| #ics-calendar-widget-prev { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
|   border-color: #2d7dc5; | ||||
|   text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|   border-top-color: #4e96d7; | ||||
|   border-bottom-color: #1a4872; | ||||
|  | ||||
|   text-shadow: 0 -1px 0 #112e48; | ||||
|   background-color: #2d7dc5; | ||||
|   background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|   background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
| #ics-calendar-widget-next:hover,  | ||||
| #ics-calendar-widget-prev:hover { | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
| } | ||||
|  | ||||
|  | ||||
|  .ics-calendar-header a { | ||||
|     background: #2d7dc5; | ||||
|     color: white; | ||||
|     border-color: #2d7dc5; | ||||
|     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|     border-top-color: #4e96d7; | ||||
|     border-bottom-color: #1a4872; | ||||
|     text-shadow: 0 -1px 0 #112e48; | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|   .ics-calendar-header a:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|    } | ||||
|  | ||||
| div.ics-calendar-holder tr.ics-calendar-days td { | ||||
|   background: #eeeeee; | ||||
|   border-bottom-color: gray; } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td .date-holder { | ||||
|   background: white;  | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .old-date-holder { | ||||
|   background: white; | ||||
|   color: #999999; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today { | ||||
|   background-color: #00B5B1; | ||||
|   color: black; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-event { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  | ||||
|   .nav-top div.menu-header ul.menu li a:hover, | ||||
|   .nav-top div.menu-header ul.menu li a:focus { | ||||
|         color: #2d7dc5;  | ||||
|   }         | ||||
|  | ||||
|     | ||||
| } | ||||
|  @media only screen and (max-width: 600px) { | ||||
|    .nav-top ul.menu li a { | ||||
|         background: #2d7dc5; | ||||
|         color: white;         | ||||
|         border-color: #00B4B1; | ||||
|         text-shadow: 0 -1px 0 #00B4B1; | ||||
|         background-color: #00B5B1;      | ||||
|    } | ||||
|     .nav-top ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|     } | ||||
|      | ||||
|     .nav-main ul.menu li a { | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|   } | ||||
|  | ||||
|   .nav-main ul.menu li a:hover { | ||||
|       background: #4e96d7; | ||||
|     } | ||||
|  .nav-main ul.menu li a:focus,  | ||||
|  .nav-main ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|       color: black;  | ||||
|  }         | ||||
|             | ||||
|   .post-comments { | ||||
|      background: url("../images/int/bg-tags-tk.png") repeat fixed -20% top #00B5B1; | ||||
|   } | ||||
|   .post-comments a { | ||||
|       color: black; | ||||
|   } | ||||
|   .post-comments ol li { | ||||
|       border-color: rgba(0, 0, 0, 0.2); | ||||
|   } | ||||
|    .post-comments ol li .comment-details { | ||||
|     color: #222222; | ||||
|     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .post-comments ol li .comment-body { | ||||
|     background: white;  | ||||
|  } | ||||
|      | ||||
|  } | ||||
|   | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_tk.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_tk.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										546
									
								
								wp-content/themes/piratenkleider/css/colors_us.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										546
									
								
								wp-content/themes/piratenkleider/css/colors_us.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,546 @@ | ||||
| /*  | ||||
|     Document   : colors_us | ||||
|     Created on : 16.05.2012, 11:56:08 | ||||
|     Author     : xwolf | ||||
|     Description: | ||||
|        Define corporate design colors for the theme. | ||||
|        Each pirate party in several countries use their own set of colors; | ||||
|        Therefor all color-settings are outsourced in files in | ||||
|        the form colors_LANG.css. | ||||
|  | ||||
|        Settings in the color files will override settings in the | ||||
|        current basemods, which defines the default style (german colors). | ||||
|  | ||||
|        This is the color file for USA. | ||||
|         | ||||
|        Base color: #B127AF  , rgba(153, 51, 153, 0.2);  | ||||
|        Special text font: Bebas Neue | ||||
|                 | ||||
|  | ||||
| */ | ||||
|  | ||||
|  | ||||
|  | ||||
| @media screen, projection { | ||||
|   body { | ||||
|     background: #B127AF url("../images/int/bg-tags-us.png") -20% top fixed;  | ||||
|     } | ||||
|  | ||||
|     a {      | ||||
|       color: #06C; | ||||
|       -webkit-tap-highlight-color: #2d7dc5;  | ||||
|     } | ||||
|     a:visited { | ||||
|         color: #2d7dc5; | ||||
|       } | ||||
|     a:hover { | ||||
|         color: #111; | ||||
|       } | ||||
|     ins, mark { | ||||
|         background-color: #B127AF; | ||||
|     } | ||||
|     ::selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white;  | ||||
|     } | ||||
|  | ||||
|     ::-moz-selection { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|     } | ||||
|     input, select, textarea { | ||||
|       background: white; | ||||
|       background: rgba(255, 255, 255, 0.6);  | ||||
|     } | ||||
|     input:focus, input:active,  | ||||
|     select:focus, select:active,  | ||||
|     textarea:focus, textarea:active { | ||||
|         background: white;  | ||||
|     } | ||||
|      | ||||
|     button, input[type="submit"],  | ||||
|     .post-edit-link { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|       border: 1px solid #2d7dc5; | ||||
|       text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|       border-top: 1px solid #4e96d7; | ||||
|       border-bottom: 1px solid #1a4872; | ||||
|       text-shadow: 0 -1px 0 #112e48; | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|  | ||||
|       button:hover,  | ||||
|       input[type="submit"]:hover,  | ||||
|       .post-edit-link:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       } | ||||
|  | ||||
|      | ||||
|      .skiplinks li a:focus,  | ||||
|      .skiplinks li a:active { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|          } | ||||
|      .skiplinks li a:hover { | ||||
|         background: #B127AF; | ||||
|         color: black;  | ||||
|     } | ||||
|     ul.socialmedia li a img {    | ||||
|         border-color: #eee; | ||||
|     } | ||||
|     ul.socialmedia li a:hover img { | ||||
|          border-color: white;       | ||||
|     } | ||||
|     ul.socialmedia li a:focus img { | ||||
|        border-color: #B127AF;     | ||||
|     }     | ||||
|      | ||||
| .sticker ul li {   | ||||
|     border-color: transparent;      | ||||
|   } | ||||
|  | ||||
|  | ||||
|   .sticker ul li a:hover, | ||||
|   .sticker ul li a:focus { | ||||
|     color: #1a4872;  | ||||
|    }  | ||||
|     | ||||
|    .sticker ul li a .cicolor {         | ||||
|      color: #B127AF;     | ||||
|    } | ||||
|    | ||||
|    .sticker ul li a:hover .cicolor, | ||||
|    .sticker ul li a:focus .cicolor { | ||||
|         color: #2d7dc5;   | ||||
|    } | ||||
|     | ||||
|    .sticker ul li a .shadow {         | ||||
|          text-shadow: 1px 1px 1px #333;  | ||||
|    } | ||||
|    | ||||
|   | ||||
|     .sticker li a img { | ||||
|         border-color: transparent;      | ||||
|     } | ||||
|  | ||||
|     .sticker li a:hover img,  | ||||
|     .sticker li a:focus img { | ||||
|        border-color: #B127AF; | ||||
|     } | ||||
|  | ||||
|  | ||||
|     .header .newsletter .skin { | ||||
|       background: #f7f7f7; | ||||
|       background: rgba(255, 255, 255, 0.5); | ||||
|     } | ||||
|  | ||||
|  | ||||
|   .teaser .row { | ||||
|     background: #993399; | ||||
|     background: rgba(0, 0, 0, 0.3) -20% 0 fixed;  | ||||
|   } | ||||
|   .teaser .first-teaser-widget-area { | ||||
|     background: #111; | ||||
|  } | ||||
|  | ||||
|    | ||||
|     .second-teaser-widget-area li { | ||||
|       background: #B127AF; | ||||
|     } | ||||
|  | ||||
|  | ||||
|   .second-teaser-widget-area li a { | ||||
|     color: white;   | ||||
|     text-shadow: 0 0 0;  | ||||
|  | ||||
|   } | ||||
|     .second-teaser-widget-area li a div { | ||||
|       color: black; | ||||
|       text-shadow: 0 -1px 1px #552554; | ||||
|  | ||||
|     } | ||||
|     | ||||
|  | ||||
|   .second-teaser-widget-area li a:focus,   | ||||
|   .second-teaser-widget-area li a:hover {     | ||||
|         background: #993399; | ||||
|         background: rgba(0, 0, 0, 0.5);   | ||||
|         color: white; | ||||
|   } | ||||
|    | ||||
|   .second-teaser-widget-area .textwidget {       | ||||
|         background: #B127AF; | ||||
|         color: white;  | ||||
|         text-shadow: 0 0 0;  | ||||
|   } | ||||
|    .second-teaser-widget-area li.recentcomments { | ||||
|        color: white; | ||||
|    } | ||||
|  | ||||
|  .teaserlinks ul li { | ||||
|     background-color: #B127AF; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|   | ||||
|   } | ||||
|  .teaserlinks ul li a { | ||||
|      color: white; | ||||
|      text-shadow: 0 -1px 1px #552554; | ||||
|  } | ||||
|   .teaserlinks ul li a:hover, | ||||
|   .teaserlinks ul li a:focus{ | ||||
|       color: white; | ||||
|       background: none repeat scroll 0 0 #B127AF; | ||||
|   } | ||||
|   .teaserlinks ul li a span { | ||||
|       color: black; | ||||
|      text-shadow: 0 0 0;  | ||||
|   } | ||||
|     .teaserlinks ul li a:hover span, | ||||
|     .teaserlinks ul li a:focus span {  | ||||
|            color: black; | ||||
|      }     | ||||
|  | ||||
|     .content .row { | ||||
|         background: #B127AF; | ||||
|         background: rgba(153, 51, 153, 0.2);  | ||||
|     } | ||||
|     .content .symbolbild .caption { | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|  | ||||
|     } | ||||
|     .content .symbolbild .aaarh { | ||||
|          background: transparent; | ||||
|          color: black; | ||||
|     } | ||||
|     .content-header-big { | ||||
| 	  background: url(../images/int/bg-tags-us.png); | ||||
|     } | ||||
|   .content-primary input[type="text"]:hover,  | ||||
|   .content-primary textarea:hover, | ||||
|   .content-primary input[type="text"]:focus,  | ||||
|   .content-primary textarea:focus { | ||||
|     border-color: black;  | ||||
|     background-color: beige; | ||||
|   } | ||||
|  | ||||
|       .content-primary .sprungmarken ol li a:hover { | ||||
|           background: #B127AF; | ||||
|           color: black; | ||||
|         } | ||||
|   .content-aside .newsletter {      | ||||
|     background-color: #ffa500; | ||||
|     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
|  }  | ||||
|  | ||||
|   .post .post-info .commentbubble a { | ||||
|       background: #B127AF; | ||||
|       color: black; | ||||
|  } | ||||
|   .post .post-info .cal-icon { | ||||
|     background: #eeeeee; | ||||
|     -moz-box-shadow: 1px 1px 2px #444444; | ||||
|     -webkit-box-shadow: 1px 1px 2px #444444; | ||||
|     box-shadow: 1px 1px 2px #444444;  | ||||
|   } | ||||
|  | ||||
|  | ||||
|     .post .post-meta { | ||||
|          color: #222; | ||||
|     } | ||||
|     .post-comments ol li .reply a { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b);  | ||||
|     } | ||||
|     .post-comments ol li .reply a:hover { | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     } | ||||
|  | ||||
|     .post-comments .respond span.required { | ||||
|          color: #B127AF; | ||||
|     } | ||||
|   .wp-caption  p.wp-caption-text {  | ||||
|       background: transparent; | ||||
|       background: rgba(0, 0, 0, 0.5); | ||||
|       color: white; | ||||
|     } | ||||
|      | ||||
|      .gallery img { | ||||
| 	border-color: #f1f1f1; | ||||
|     } | ||||
|     .gallery img:hover { | ||||
|             border-color: #B127AF; | ||||
|     } | ||||
|      .gallery-caption { | ||||
|             color: #888; | ||||
|     } | ||||
|  | ||||
|  | ||||
|      .first-startpage-widget-area a.all-articles { | ||||
|         background: #2d7dc5; | ||||
|         color: white; | ||||
|         border-color: #2d7dc5; | ||||
|         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|         border-top-color: #4e96d7; | ||||
|         border-bottom-color: #1a4872; | ||||
|         text-shadow: 0 -1px 0 #112e48; | ||||
|         background-color: #2d7dc5; | ||||
|         background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|         background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|         background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|      } | ||||
|     .first-startpage-widget-area a.all-articles:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|  } | ||||
|   | ||||
|  .content-aside a { | ||||
|   color: white; | ||||
|   background: #993399; | ||||
| } | ||||
|   .content-aside a:hover { | ||||
|     color: white; | ||||
|     background: rgba(255, 255, 255, 0.2);  | ||||
|   } | ||||
|   .content-aside #steckbrief a { | ||||
|   background: transparent; | ||||
| } | ||||
| .content-aside #steckbrief a:hover { | ||||
|     background: transparent; | ||||
|   } | ||||
|   .content-aside table td, | ||||
|   .content-aside table th { | ||||
|     border-top-color: #B127AF;  | ||||
|   } | ||||
| .content-aside blockquote { | ||||
|   border: 0 solid; | ||||
|   background: #993399; | ||||
|   background: rgba(255, 255, 255, 0.2);  | ||||
|  } | ||||
|   .content-aside .newsletter { | ||||
|      background-color: #B127AF;  | ||||
|  } | ||||
|   | ||||
|  .content-aside ul.menu { | ||||
|   background: #993399; | ||||
|  background: rgba(255, 255, 255, 0.2);  | ||||
| } | ||||
|  | ||||
| .content-aside ul.menu li a { | ||||
|  | ||||
|       background: white; | ||||
|       color: #2d7dc5; | ||||
|  } | ||||
| .content-aside ul.menu li.active a, | ||||
| .content-aside ul.menu li a:hover, | ||||
| .content-aside ul.menu li a:focus { | ||||
|         color: white; | ||||
|         background: #2d7dc5;  | ||||
| } | ||||
|        | ||||
| .content-aside ul.menu li.current_page_item > a, | ||||
| .content-aside ul.menu li.current-menu-item > a { | ||||
|     background: #2d7dc5 url("../images/plus-left.gif") center left no-repeat; | ||||
|     color: white; | ||||
| } | ||||
| .content-aside p { | ||||
|     color: black; | ||||
| } | ||||
|  | ||||
| .subcontent { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
| } | ||||
|   .subcontent .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
|   } | ||||
|  | ||||
|   .subcontent a { | ||||
|     background: black; | ||||
|     color: #2d7dc5; | ||||
|  } | ||||
|     .subcontent a:hover { | ||||
|       background: #2d7dc5; | ||||
|       color: white; | ||||
|  } | ||||
|  | ||||
|  | ||||
|      | ||||
|      | ||||
|      | ||||
| .footer { | ||||
|   background: black url("../images/int/bg-tags_gray.jpg") -20% top fixed; | ||||
|   overflow: hidden;  | ||||
| } | ||||
| .footer .row { | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|     color: #eeeeee; | ||||
| } | ||||
|  | ||||
| .footer a { | ||||
|   background: black; | ||||
|   color: #2d7dc5;  | ||||
| } | ||||
|  | ||||
| .footer a:hover { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  .content-aside .widget li a.rsswidget { | ||||
|     background: #993399; | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
|  } | ||||
|  .content-aside .widget li a.rsswidget:hover, | ||||
|  .content-aside .widget li a.rsswidget:focus { | ||||
|        background: #B127AF; | ||||
|  } | ||||
|  .content-aside .widget li .rssSummary { | ||||
|     color:#333333;   | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget li { | ||||
|     color: black; | ||||
|     background: #993399; | ||||
|     background: rgba(255, 255, 255, 0.2); | ||||
|  } | ||||
|  | ||||
| #ics-calendar-widget-next,  | ||||
| #ics-calendar-widget-prev { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
|   border-color: #2d7dc5; | ||||
|   text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|   border-top-color: #4e96d7; | ||||
|   border-bottom-color: #1a4872; | ||||
|  | ||||
|   text-shadow: 0 -1px 0 #112e48; | ||||
|   background-color: #2d7dc5; | ||||
|   background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|   background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
| #ics-calendar-widget-next:hover,  | ||||
| #ics-calendar-widget-prev:hover { | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
| } | ||||
|  | ||||
|  | ||||
|  .ics-calendar-header a { | ||||
|     background: #2d7dc5; | ||||
|     color: white; | ||||
|     border-color: #2d7dc5; | ||||
|     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
|     border-top-color: #4e96d7; | ||||
|     border-bottom-color: #1a4872; | ||||
|     text-shadow: 0 -1px 0 #112e48; | ||||
|     background-color: #2d7dc5; | ||||
|     background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
|     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
|     background-image: linear-gradient(top, #2d7dc5, #24639b); } | ||||
|   .ics-calendar-header a:hover { | ||||
|       background-color: #2d7dc5; | ||||
|       background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872); | ||||
|       background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872)); | ||||
|       background-image: linear-gradient(top, #2d7dc5, #1a4872); | ||||
|    } | ||||
|  | ||||
| div.ics-calendar-holder tr.ics-calendar-days td { | ||||
|   background: #eeeeee; | ||||
|   border-bottom-color: gray; } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td .date-holder { | ||||
|   background: white;  | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .old-date-holder { | ||||
|   background: white; | ||||
|   color: #999999; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today { | ||||
|   background-color: #B127AF; | ||||
|   color: black; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-event { | ||||
|   background: #2d7dc5; | ||||
|   color: white; | ||||
| } | ||||
|  | ||||
|   .nav-top div.menu-header ul.menu li a:hover, | ||||
|   .nav-top div.menu-header ul.menu li a:focus { | ||||
|         color: #2d7dc5;  | ||||
|   }         | ||||
|  | ||||
|  | ||||
|     | ||||
| } | ||||
|  @media only screen and (max-width: 600px) { | ||||
|     .nav-top ul.menu li a { | ||||
| 	background: #2d7dc5; | ||||
| 	color: white;         | ||||
| 	border-color: #993399; | ||||
| 	text-shadow: 0 -1px 0 #993399; | ||||
| 	background-color: #B127AF;      | ||||
|     } | ||||
|     .nav-top ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|     } | ||||
|  | ||||
|     .nav-main ul.menu li a { | ||||
| 	color: white; | ||||
| 	border-color: #2d7dc5; | ||||
| 	border-top-color: #4e96d7; | ||||
| 	border-bottom-color: #1a4872; | ||||
| 	background-color: #2d7dc5; | ||||
| 	background-image: -moz-linear-gradient(top, #2d7dc5, #24639b); | ||||
| 	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b)); | ||||
| 	background-image: linear-gradient(top, #2d7dc5, #24639b); | ||||
|     } | ||||
|  | ||||
|     .nav-main ul.menu li a:hover { | ||||
|       background: #4e96d7; | ||||
|     } | ||||
|     .nav-main ul.menu li a:focus,  | ||||
|     .nav-main ul.menu li a:hover { | ||||
|       background: #24639b; | ||||
|       color: black;  | ||||
|     }         | ||||
|  | ||||
|     .post-comments { | ||||
|      background: url("../images/int/bg-tags-us.png") repeat fixed -20% top #B127AF; | ||||
|     } | ||||
|     .post-comments a { | ||||
|       color: black; | ||||
|     } | ||||
|     .post-comments ol li { | ||||
|       border-color: rgba(0, 0, 0, 0.2); | ||||
|     } | ||||
|     .post-comments ol li .comment-details { | ||||
| 	color: #222222; | ||||
| 	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2); | ||||
|     } | ||||
|     .post-comments ol li .comment-body { | ||||
| 	background: white;  | ||||
|     } | ||||
|      | ||||
|  } | ||||
|   | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_us.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_us.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										88
									
								
								wp-content/themes/piratenkleider/css/colors_white.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								wp-content/themes/piratenkleider/css/colors_white.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,88 @@ | ||||
| /* | ||||
| Color combination with white and transparent colors | ||||
| */ | ||||
|  | ||||
| body, .header { | ||||
|     background-color: white !important; | ||||
|     background-image: url(../images/logo-background.png);; | ||||
|     background-attachment: fixed; | ||||
|     background-position: top left; | ||||
| } | ||||
| .logged-in .header { | ||||
|   /*  background-position: 0 32px; */ | ||||
| } | ||||
|  | ||||
| .content-aside, | ||||
| .content .row,  | ||||
| .teaser .row {     | ||||
|     background: rgba(255,255,255,0.8); | ||||
| } | ||||
| .content-primary { | ||||
|      background: rgba(255,255,255,0.7); | ||||
| } | ||||
| .actionpage .content-primary { | ||||
|     background: rgba(255,255,255,0.5); | ||||
| } | ||||
|  | ||||
| .teaserlinks ul li,  | ||||
| .content-aside .newsletter { | ||||
|     background: #ccc; | ||||
|     box-shadow:#000;  | ||||
| } | ||||
|  | ||||
| .sticker ul li a .cicolor { | ||||
|     color: navy; | ||||
| } | ||||
| .content-aside a:hover,.content-aside a:focus, .content-aside a:visited  { | ||||
|     color: #000; | ||||
|    text-decoration: underline; | ||||
| } | ||||
|  | ||||
| .teaserlinks ul li a, | ||||
| .teaserlinks .symbol:before { | ||||
|     text-shadow: 0 -1px 1px #000000; | ||||
| } | ||||
|  | ||||
|  .teaserlinks ul li a:hover, | ||||
|  .teaserlinks ul li a:focus{ | ||||
|     color: white; | ||||
|     background: none repeat scroll 0 0 #aaa; | ||||
|   } | ||||
|    | ||||
| .content-aside table { | ||||
|   background: #c96a00; | ||||
|   background: rgba(0, 0, 0, 0.2); | ||||
| } | ||||
| .content-aside table td, | ||||
| .content-aside table th { | ||||
|     border-top: 1px solid #aaa;  | ||||
| } | ||||
| .content-aside blockquote { | ||||
|   background: #c96a00; | ||||
|   background: rgba(0, 0, 0, 0.2); | ||||
|   | ||||
| } | ||||
|  | ||||
|  | ||||
| .content-aside ul.menu { | ||||
|     background: #c96a00; | ||||
|     background: rgba(0, 0, 0, 0.2); | ||||
| } | ||||
|  | ||||
| .content-aside ul.menu li a { | ||||
|     background: white; | ||||
|     color: #2d7dc5;         | ||||
| } | ||||
| .content-aside ul.menu li.active a, | ||||
| .content-aside ul.menu li a:hover, | ||||
| .content-aside ul.menu li a:focus { | ||||
|         color: white; | ||||
|         background: #aaa;  | ||||
| } | ||||
| .slide .caption h3 a:hover, | ||||
|  .content-aside .widget li:hover, | ||||
|  .content-aside .widget li:focus, | ||||
|  .content-aside .twitterwidget li:hover,  | ||||
|  .content-aside .twitterwidget li:focus { | ||||
|      background: #aaa;  | ||||
|  }   | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_white.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/colors_white.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| body,.header{background-color:white!important;background-image:url(../images/logo-background.png);background-attachment:fixed;background-position:top left}.content-aside,.content .row,.teaser .row{background:rgba(255,255,255,0.8)}.content-primary{background:rgba(255,255,255,0.7)}.actionpage .content-primary{background:rgba(255,255,255,0.5)}.teaserlinks ul li,.content-aside .newsletter{background:#ccc;box-shadow:#000}.sticker ul li a .cicolor{color:navy}.content-aside a:hover,.content-aside a:focus,.content-aside a:visited{color:#000;text-decoration:underline}.teaserlinks ul li a,.teaserlinks .symbol:before{text-shadow:0 -1px 1px #000}.teaserlinks ul li a:hover,.teaserlinks ul li a:focus{color:white;background:none repeat scroll 0 0 #aaa}.content-aside table{background:#c96a00;background:rgba(0,0,0,0.2)}.content-aside table td,.content-aside table th{border-top:1px solid #aaa}.content-aside blockquote{background:#c96a00;background:rgba(0,0,0,0.2)}.content-aside ul.menu{background:#c96a00;background:rgba(0,0,0,0.2)}.content-aside ul.menu li a{background:white;color:#2d7dc5}.content-aside ul.menu li.active a,.content-aside ul.menu li a:hover,.content-aside ul.menu li a:focus{color:white;background:#aaa}.slide .caption h3 a:hover,.content-aside .widget li:hover,.content-aside .widget li:focus,.content-aside .twitterwidget li:hover,.content-aside .twitterwidget li:focus{background:#aaa} | ||||
							
								
								
									
										69
									
								
								wp-content/themes/piratenkleider/css/custom-login.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										69
									
								
								wp-content/themes/piratenkleider/css/custom-login.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,69 @@ | ||||
| /* | ||||
|  * Document   : custom-login | ||||
|  * Author     : xwolf | ||||
|  * Description: | ||||
|  * Pirate Login | ||||
|  */ | ||||
|  | ||||
| html { | ||||
| 	height: auto;  | ||||
| } | ||||
|  | ||||
| body.login { | ||||
| 	padding: 20px 0; | ||||
| 	color: #888; | ||||
| 	background: #dddddd; | ||||
| 	background: -webkit-linear-gradient(top, #dddddd 23%, #0e0e0e 100%); | ||||
| 	background: linear-gradient(to bottom, #dddddd 23%, #0e0e0e 100%); | ||||
| }	 | ||||
|  | ||||
| #login { | ||||
| 	width: 100%; | ||||
| 	max-width: 500px; | ||||
| 	background: black url(../images/login-wallpaper.jpg) no-repeat; | ||||
| 	background-size: 100%; | ||||
| 	padding-top: 20px; | ||||
| 	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); | ||||
| } | ||||
|  | ||||
| .login h1 {	 | ||||
| 	display: none; | ||||
| } | ||||
|  | ||||
| .login h1 a { | ||||
| 	background: transparent; | ||||
| } | ||||
|  | ||||
| .login form { | ||||
| 	background: rgba(0, 0, 0, 0.3); | ||||
| 	margin: auto; | ||||
| 	margin-top: 380px; | ||||
| 	width: 260px; | ||||
| 	border: none; | ||||
| 	border-radius: 0; | ||||
| 	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||||
| } | ||||
|  | ||||
| .login label { | ||||
| 	color: white; | ||||
| } | ||||
|  | ||||
| .login p#backtoblog, | ||||
| .login p#nav { | ||||
| 	background: none repeat fixed -20% 0 rgba(0, 0, 0, 0.1); | ||||
| 	width: auto; | ||||
| 	text-shadow: none; | ||||
| 	margin: 0 auto; | ||||
| 	padding-bottom: 1em; | ||||
| 	text-align: center; | ||||
| } | ||||
|  | ||||
| .login #nav a, .login #backtoblog a { | ||||
| 	color: white !important; | ||||
| } | ||||
|  | ||||
| @media screen and (max-width: 500px) { | ||||
| 	body.login { | ||||
| 		padding: 0; | ||||
| 	} | ||||
| } | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/custom-login.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/custom-login.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| html{height:auto}body.login{padding:20px 0;color:#888;background:#ddd;background:-webkit-linear-gradient(top,#ddd 23%,#0e0e0e 100%);background:linear-gradient(to bottom,#ddd 23%,#0e0e0e 100%)}#login{width:100%;max-width:500px;background:black url(../images/login-wallpaper.jpg) no-repeat;background-size:100%;padding-top:20px;box-shadow:3px 3px 5px rgba(0,0,0,0.3)}.login h1{display:none}.login h1 a{background:transparent}.login form{background:rgba(0,0,0,0.3);margin:auto;margin-top:380px;width:260px;border:0;border-radius:0;box-shadow:1px 1px 2px rgba(0,0,0,0.5)}.login label{color:white}.login p#backtoblog,.login p#nav{background:none repeat fixed -20% 0 rgba(0,0,0,0.1);width:auto;text-shadow:none;margin:0 auto;padding-bottom:1em;text-align:center}.login #nav a,.login #backtoblog a{color:white!important}@media screen and (max-width:500px){body.login{padding:0}} | ||||
							
								
								
									
										213
									
								
								wp-content/themes/piratenkleider/css/hamburger.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										213
									
								
								wp-content/themes/piratenkleider/css/hamburger.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,213 @@ | ||||
| /* | ||||
|  * Optional Hamburger Menu for small screen displays | ||||
|  */ | ||||
|  | ||||
| @media only screen and (max-width: 768px) { | ||||
| 	.skiplinks li a { | ||||
| 		position: absolute; | ||||
| 		display: block; | ||||
| 		top: -100px; | ||||
| 	} | ||||
|  | ||||
| 	/* Header Navigation Menu Icon properties */ | ||||
| 	#header-menu-icon { | ||||
| 		border-bottom: 1px solid #ddd; | ||||
| 		border-top: 1px solid #ddd; | ||||
| 		cursor: pointer; | ||||
| 		display: block; | ||||
| 		padding: 5px; | ||||
| 		padding: 0.5rem; | ||||
| 		text-align: center; | ||||
| 		text-shadow: 0 -1px 0 #112e48; | ||||
| 		background-color: #2d7dc5; | ||||
| 		background-image: -webkit-gradient(top, #2d7dc5, #24639b); | ||||
| 		background-image: linear-gradient(to bottom, #2d7dc5, #24639b); | ||||
| 	} | ||||
|  | ||||
| 	#header-menu-icon::after { | ||||
| 		color: white; | ||||
| 		content: '\2630'; | ||||
| 		font-weight: bold; | ||||
| 		letter-spacing: 1px; | ||||
| 		font-size: 1.5em; | ||||
| 		right: 10px; | ||||
| 		position: absolute; | ||||
| 	} | ||||
|  | ||||
| 	#header-menu-icon:hover::after, | ||||
| 	#header-menu-icon:active::after { | ||||
| 		color: #ccc; | ||||
| 	} | ||||
|  | ||||
| 	/* Hide Header Navigation Menu until it's toggled via script */ | ||||
| 	.header { | ||||
| 		display: none; | ||||
| 	} | ||||
|  | ||||
| 	/* Header Navigation Menu misc properties */ | ||||
| 	.nav-main { | ||||
| 		clear: both; | ||||
| 		color: #999; | ||||
| 		font-family: sans-serif; | ||||
| 		line-height: 1.5; | ||||
| 		width: 100%; | ||||
| 		z-index: 9999; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul.menu li a, | ||||
| 	.nav-main .menu-item { | ||||
| 		display: block; | ||||
| 		text-align: left; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main a { | ||||
| 		background-color: #f0f0f0; | ||||
| 		border-bottom: 1px solid #ccc; | ||||
| 		color: #222; | ||||
| 		display: block; | ||||
| 		padding: 18px 30px; | ||||
| 		position: relative; | ||||
| 		font-family: sans-serif; | ||||
| 		text-transform: uppercase; | ||||
| 		letter-spacing: 1px; | ||||
| 		text-align: left; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul.menu li a { | ||||
| 		padding: 18px 30px; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main .sub-menu { | ||||
| 		display: block; | ||||
| 		top: inherit; | ||||
| 		position: relative; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main a:hover, | ||||
| 	.nav-main ul.menu a:hover, | ||||
| 	.nav-main ul.menu li a:hover, | ||||
| 	.nav-main ul.menu li ul li a:hover, | ||||
| 	.nav-main .sub-menu li a:hover, | ||||
| 	.nav-main .sub-menu li ul li a:hover, | ||||
| 	.nav-main .sub-menu a:hover { | ||||
| 		background-color: #ddd; | ||||
| 		color: #222; | ||||
| 		letter-spacing: 1px; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main .sub-menu .current-menu-item > a { | ||||
| 		color: #999; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main > .menu-item > a { | ||||
| 		text-transform: uppercase; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main .sub-menu { | ||||
| 		left: 0px; | ||||
| 		opacity: 1; | ||||
| 		width: 100%; | ||||
| 		z-index: 99; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main .sub-menu a { | ||||
| 		background-color: #fff; | ||||
| 		border-bottom: 1px solid #ccc; | ||||
| 		font-size: 1em; | ||||
| 		padding: 12px 45x; | ||||
| 		position: relative; | ||||
| 		width: 100%; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main .sub-menu a::before { | ||||
| 		content: "- "; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main .sub-menu li a, | ||||
| 	.nav-main ul.menu li a, | ||||
| 	.nav-main ul.menu li ul li a, | ||||
| 	.nav-main ul.menu li ul li ul li a { | ||||
| 		font-size: 1em; | ||||
| 		border: none; | ||||
| 		margin: 0; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main li, | ||||
| 	.nav-main ul.menu li { | ||||
| 		float: none; | ||||
| 		border: none; | ||||
| 		margin: 0; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul li ul { | ||||
| 		display: inline-block; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main .sub-menu .sub-menu { | ||||
| 		margin: 0; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul.menu li ul { | ||||
| 		position: relative; | ||||
| 		top: inherit; | ||||
| 		left: inherit; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main .menu-item:hover { | ||||
| 		position: static; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main .menu-item:hover > .sub-menu { | ||||
| 		left: 0; | ||||
| 		opacity: 1; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main hr { | ||||
| 		display: none; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul.menu li:hover ul li ul, | ||||
| 	.nav-main ul.menu li.hover ul li ul { | ||||
| 		top: inherit; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul.menu li:hover ul, | ||||
| 	.nav-main ul.menu li.hover ul, | ||||
| 	.nav-main ul.menu li:hover ul li:hover ul, | ||||
| 	.nav-main ul.menu li.hover ul li.hover ul, | ||||
| 	.nav-main ul.menu li:hover ul li:hover ul li>ul, | ||||
| 	.nav-main ul.menu li.hover ul li.hover ul li>ul, | ||||
| 	.nav-main ul.menu li:hover ul li:hover ul li:hover ul, | ||||
| 	.nav-main ul.menu li.hover ul li.hover ul li.hover ul, | ||||
| 	.nav-main ul.menu li:hover ul li:hover ul li:hover ul li>ul, | ||||
| 	.nav-main ul.menu li.hover ul li.hover ul li.hover ul li>ul, | ||||
| 	.nav-main ul.menu li:hover ul li:hover ul li:hover ul li:hover ul, | ||||
| 	.nav-main ul.menu li.hover ul li.hover ul li.hover ul li.hover ul, | ||||
| 	.nav-main ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li>ul, | ||||
| 	.nav-main ul.menu li.hover ul li.hover ul li.hover ul li.hover ul li>ul{ | ||||
| 		top: inherit; | ||||
| 		left: inherit; | ||||
| 		width: 100%; | ||||
| 		margin: 0; | ||||
| 		padding: 0; | ||||
| 	} | ||||
|  | ||||
| 	.nav-main ul.menu li:hover ul li a, | ||||
| 	.nav-main ul.menu li.hover ul li a, | ||||
| 	.nav-main ul.menu li:hover ul li:hover a, | ||||
| 	.nav-main ul.menu li.hover ul li.hover a, | ||||
| 	.nav-main ul.menu li li a, | ||||
| 	.nav-main ul.menu li li li a, | ||||
| 	.nav-main ul.menu li li li li a { | ||||
| 		width: 100%; | ||||
| 		outline: 0px; | ||||
| 		text-align: left; | ||||
| 		font-size: 1em; | ||||
| 		margin-bottom: 0px; | ||||
| 		padding: 18px 30px; | ||||
| 		box-shadow: none; | ||||
| 		background-color: #1a4862; | ||||
| 		text-transform: uppercase; | ||||
| 		letter-spacing: 1px; | ||||
| 	} | ||||
| } | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/hamburger.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/hamburger.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| @media only screen and (max-width:768px){.skiplinks li a{position:absolute;display:block;top:-100px}#header-menu-icon{border-bottom:1px solid #ddd;border-top:1px solid #ddd;cursor:pointer;display:block;padding:5px;padding:.5rem;text-align:center;text-shadow:0 -1px 0 #112e48;background-color:#2d7dc5;background-image:-webkit-gradient(top,#2d7dc5,#24639b);background-image:linear-gradient(to bottom,#2d7dc5,#24639b)}#header-menu-icon::after{color:white;content:'\2630';font-weight:bold;letter-spacing:1px;font-size:1.5em;right:10px;position:absolute}#header-menu-icon:hover::after,#header-menu-icon:active::after{color:#ccc}.header{display:none}.nav-main{clear:both;color:#999;font-family:sans-serif;line-height:1.5;width:100%;z-index:9999}.nav-main ul.menu li a,.nav-main .menu-item{display:block;text-align:left}.nav-main a{background-color:#f0f0f0;border-bottom:1px solid #ccc;color:#222;display:block;padding:18px 30px;position:relative;font-family:sans-serif;text-transform:uppercase;letter-spacing:1px;text-align:left}.nav-main ul.menu li a{padding:18px 30px}.nav-main .sub-menu{display:block;top:inherit;position:relative}.nav-main a:hover,.nav-main ul.menu a:hover,.nav-main ul.menu li a:hover,.nav-main ul.menu li ul li a:hover,.nav-main .sub-menu li a:hover,.nav-main .sub-menu li ul li a:hover,.nav-main .sub-menu a:hover{background-color:#ddd;color:#222;letter-spacing:1px}.nav-main .sub-menu .current-menu-item>a{color:#999}.nav-main>.menu-item>a{text-transform:uppercase}.nav-main .sub-menu{left:0;opacity:1;width:100%;z-index:99}.nav-main .sub-menu a{background-color:#fff;border-bottom:1px solid #ccc;font-size:1em;padding:12px 45x;position:relative;width:100%}.nav-main .sub-menu a::before{content:"- "}.nav-main .sub-menu li a,.nav-main ul.menu li a,.nav-main ul.menu li ul li a,.nav-main ul.menu li ul li ul li a{font-size:1em;border:0;margin:0}.nav-main li,.nav-main ul.menu li{float:none;border:0;margin:0}.nav-main ul li ul{display:inline-block}.nav-main .sub-menu .sub-menu{margin:0}.nav-main ul.menu li ul{position:relative;top:inherit;left:inherit}.nav-main .menu-item:hover{position:static}.nav-main .menu-item:hover>.sub-menu{left:0;opacity:1}.nav-main hr{display:none}.nav-main ul.menu li:hover ul li ul,.nav-main ul.menu li.hover ul li ul{top:inherit}.nav-main ul.menu li:hover ul,.nav-main ul.menu li.hover ul,.nav-main ul.menu li:hover ul li:hover ul,.nav-main ul.menu li.hover ul li.hover ul,.nav-main ul.menu li:hover ul li:hover ul li>ul,.nav-main ul.menu li.hover ul li.hover ul li>ul,.nav-main ul.menu li:hover ul li:hover ul li:hover ul,.nav-main ul.menu li.hover ul li.hover ul li.hover ul,.nav-main ul.menu li:hover ul li:hover ul li:hover ul li>ul,.nav-main ul.menu li.hover ul li.hover ul li.hover ul li>ul,.nav-main ul.menu li:hover ul li:hover ul li:hover ul li:hover ul,.nav-main ul.menu li.hover ul li.hover ul li.hover ul li.hover ul,.nav-main ul.menu li:hover ul li:hover ul li:hover ul li:hover ul li>ul,.nav-main ul.menu li.hover ul li.hover ul li.hover ul li.hover ul li>ul{top:inherit;left:inherit;width:100%;margin:0;padding:0}.nav-main ul.menu li:hover ul li a,.nav-main ul.menu li.hover ul li a,.nav-main ul.menu li:hover ul li:hover a,.nav-main ul.menu li.hover ul li.hover a,.nav-main ul.menu li li a,.nav-main ul.menu li li li a,.nav-main ul.menu li li li li a{width:100%;outline:0;text-align:left;font-size:1em;margin-bottom:0;padding:18px 30px;box-shadow:none;background-color:#1a4862;text-transform:uppercase;letter-spacing:1px}} | ||||
							
								
								
									
										4281
									
								
								wp-content/themes/piratenkleider/css/piratenkleider.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4281
									
								
								wp-content/themes/piratenkleider/css/piratenkleider.css
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/piratenkleider.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/piratenkleider.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										404
									
								
								wp-content/themes/piratenkleider/css/pluginsupport.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										404
									
								
								wp-content/themes/piratenkleider/css/pluginsupport.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,404 @@ | ||||
| /* | ||||
|  * Document   : pluginsupport | ||||
|  * Created on : 26.12.2013, 18:32:44 | ||||
|  * Author     : xwolf | ||||
|  * Description: | ||||
|  * CSS styles for plugin support | ||||
|  */ | ||||
|  | ||||
|  | ||||
| /* Contact Form 7 */ | ||||
| .wpcf7-mail-sent-ok { | ||||
| 	padding: 20px; | ||||
| 	border: 1px solid #109e06; | ||||
| 	font-weight: bold; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* ICS Kalender */ | ||||
| #ics-calendar-widget { | ||||
| 	overflow: hidden; | ||||
| 	margin-bottom: 5px; | ||||
| } | ||||
|  | ||||
| #ics-calendar-widget li { | ||||
| 	color: black; | ||||
| 	background: #c96a00; | ||||
| 	background: rgba(0, 0, 0, 0.1); | ||||
| 	margin-bottom: 1px; | ||||
| 	padding: 1px 5px; | ||||
| 	list-style: none; | ||||
| } | ||||
|  | ||||
| #ics-calendar-widget li strong { | ||||
| 	margin-right: 4px; | ||||
| 	display: block; | ||||
| 	height: 100%; | ||||
| 	float: left; | ||||
| } | ||||
|  | ||||
| #ics-calendar-widget-next, | ||||
| #ics-calendar-widget-prev { | ||||
| 	padding: 5px 10px; | ||||
| 	overflow: visible; | ||||
| 	position: relative; | ||||
| 	background: #2d7dc5; | ||||
| 	color: white !important; | ||||
| 	margin: 0 2px 2px 0; | ||||
| 	border: 1px solid #2d7dc5; | ||||
| 	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
| 	border-top: 1px solid #4e96d7; | ||||
| 	border-bottom: 1px solid #1a4872; | ||||
| 	display: inline-block; | ||||
| 	border-radius: 2px; | ||||
| 	text-shadow: 0 -1px 0 #112e48; | ||||
| 	background-color: #2d7dc5; | ||||
| 	background-image: -webkit-linear-gradient(top, #2d7dc5, #24639b); | ||||
| 	background-image: linear-gradient(to bottom, #2d7dc5, #24639b); | ||||
| } | ||||
|  | ||||
| #ics-calendar-widget-next:hover, | ||||
| #ics-calendar-widget-prev:hover { | ||||
| 	background-color: #2d7dc5; | ||||
| 	background-image: -webkit-linear-gradient(top, #2d7dc5, #1a4872); | ||||
| 	background-image: linear-gradient(to bottom, #2d7dc5, #1a4872); | ||||
| 	-webkit-transition: all 0.2s ease-in-out; | ||||
| 	transition: all 0.2s ease-in-out; | ||||
| } | ||||
|  | ||||
| #ics-calendar-widget-next:active, | ||||
| #ics-calendar-widget-prev:active { | ||||
| 	top: 1px; | ||||
| } | ||||
|  | ||||
| #ics-calendar-widget-next { | ||||
| 	float: right; | ||||
| } | ||||
|  | ||||
| #ics-calendar-widget-prev { | ||||
| 	float: left; | ||||
| } | ||||
|  | ||||
| .ics-calendar-header { | ||||
| 	padding: 0 0 20px 0; | ||||
| 	text-align: left; | ||||
| } | ||||
|  | ||||
| .ics-calendar-header a { | ||||
| 	padding: 5px 10px; | ||||
| 	overflow: visible; | ||||
| 	position: relative; | ||||
| 	background: #2d7dc5; | ||||
| 	color: white; | ||||
| 	margin: 0 2px 2px 0; | ||||
| 	border: 1px solid #2d7dc5; | ||||
| 	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1); | ||||
| 	border-top: 1px solid #4e96d7; | ||||
| 	border-bottom: 1px solid #1a4872; | ||||
| 	display: inline-block; | ||||
| 	border-radius: 2px; | ||||
| 	text-shadow: 0 -1px 0 #112e48; | ||||
| 	background-color: #2d7dc5; | ||||
| 	background-image: -webkit-linear-gradient(top, #2d7dc5, #24639b); | ||||
| 	background-image: linear-gradient(to bottom, #2d7dc5, #24639b); | ||||
| } | ||||
| .ics-calendar-header a:hover { | ||||
| 	background-color: #2d7dc5; | ||||
| 	background-image: -webkit-linear-gradient(top, #2d7dc5, #1a4872); | ||||
| 	background-image: linear-gradient(to bottom, #2d7dc5, #1a4872); | ||||
| 	-webkit-transition: all 0.2s ease-in-out; | ||||
| 	transition: all 0.2s ease-in-out; | ||||
| } | ||||
|  | ||||
| .ics-calendar-header a:active { | ||||
| 	top: 1px; | ||||
| } | ||||
|  | ||||
| div.ics-calendar-holder tr.ics-calendar-days td { | ||||
| 	background: #eeeeee; | ||||
| 	font-weight: bold; | ||||
| 	border-bottom: 1px solid gray; | ||||
| } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td { | ||||
| 	height: auto !important; | ||||
| 	text-align: left !important; | ||||
| } | ||||
| div.ics-calendar-holder .ics-calendar-table td .date-holder, div.ics-calendar-holder .ics-calendar-table td .old-date-holder, div.ics-calendar-holder .ics-calendar-table td .date-holder p { | ||||
| 	text-align: left; | ||||
| 	height: auto !important; | ||||
| } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td .date-holder { | ||||
| 	background: white; | ||||
| } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td .old-date-holder { | ||||
| 	background: white; | ||||
| 	color: #999999; | ||||
| } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today { | ||||
| 	background-color: #ff8800; | ||||
| 	color: black; | ||||
| 	padding: 0 2px; | ||||
| 	border-radius: 2px; | ||||
| } | ||||
|  | ||||
| div.ics-calendar-holder .ics-calendar-event { | ||||
| 	cursor: pointer; | ||||
| 	width: 100%; | ||||
| 	overflow: hidden; | ||||
| 	white-space: nowrap; | ||||
| 	font-size: 10px; | ||||
| 	background: #2d7dc5; | ||||
| 	padding: 0 2px; | ||||
| 	color: white; | ||||
| 	border-radius: 2px; | ||||
| } | ||||
|  | ||||
| #ics-calendar-widget li:hover, | ||||
| #ics-calendar-widget li:focus { | ||||
| 	background: #ff8800; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Social Share Privacy */ | ||||
|  | ||||
| .single .social_share_privacy ul { | ||||
| 	margin: 0; | ||||
| } | ||||
|  | ||||
| .single .social_share_privacy ul li { | ||||
| 	list-style: none; | ||||
| 	height: auto; | ||||
| } | ||||
|  | ||||
| .single .social_share_privacy ul li .dummy_btn { | ||||
| 	margin-left: 0; | ||||
| } | ||||
|  | ||||
| .single .social_share_privacy ul li .switch { | ||||
| 	background: white; | ||||
| 	width: 0; | ||||
| } | ||||
|  | ||||
| .single .social_share_privacy ul li.facebook, .single .social_share_privacy ul li.twitter { | ||||
| 	width: 120px; | ||||
| } | ||||
|  | ||||
| .single .social_share_privacy ul .help_info.icon { | ||||
| 	background: #2d7dc5 url("../images/info.png") no-repeat center center scroll; | ||||
| 	border: 2px solid; | ||||
| 	width: 0; | ||||
| 	height: 0; | ||||
| 	padding: 6px 10px 8px 4px; | ||||
| 	margin-top: 2px; | ||||
| } | ||||
|  | ||||
| ul.social_share_privacy_area { | ||||
| 	list-style: none outside none; | ||||
|  | ||||
| } | ||||
|  | ||||
|  | ||||
| /* All in One Calendar */ | ||||
| .ai1ec_event .cal-icon { | ||||
| 	display: none; | ||||
| } | ||||
|  | ||||
| ul.ts-fab-list li { | ||||
| 	margin-bottom: 0px; | ||||
| 	display: inline-block; | ||||
| } | ||||
|  | ||||
| ul.ts-fab-list li a { | ||||
| 	height: auto; | ||||
| } | ||||
|  | ||||
| .content-primary .ts-fab-tabs a.extern, | ||||
| .content .ts-fab-tabs a.extern { | ||||
| 	background: none; | ||||
| 	padding-left: 0px; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Liveblog */ | ||||
| .liveblog-entry .liveblog-entry-text { | ||||
| 	font-size: 1em; | ||||
| 	line-height: 1em; | ||||
| } | ||||
|  | ||||
| .liveblog-entry .liveblog-meta .liveblog-author-name { | ||||
| 	color: #555555; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* wp-liveticker */ | ||||
| #ticker hr { | ||||
| 	border-top: none; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Kalender-Widget */ | ||||
| .content-aside ul li.calendar-widget { | ||||
| 	padding: 0; | ||||
| } | ||||
|  | ||||
| .content-aside ul li.calendar-widget .datetime { | ||||
| 	height: 36px; | ||||
| 	width:48px; | ||||
| 	float: left; | ||||
| 	background-color: #EEE; | ||||
| 	color: #333; | ||||
| 	box-shadow: 1px 1px 2px #444444; | ||||
| 	padding-top: 6px; | ||||
| 	padding-bottom: 6px; | ||||
| } | ||||
|  | ||||
| .content-aside ul li.calendar-widget .date { | ||||
| 	font-size: 20px; | ||||
| 	font-family: FontPiratenkleiderHeadlines, Helvetica, Arial, sans-serif; | ||||
| 	line-height: 12px; | ||||
| 	display: block; | ||||
| 	text-align: center; | ||||
| } | ||||
|  | ||||
| .content-aside ul li.calendar-widget .time { | ||||
| 	font-size: 10px; | ||||
| 	line-height: 18px; | ||||
| 	display: block; | ||||
| 	text-align: center; | ||||
| } | ||||
|  | ||||
| .content-aside ul li.calendar-widget .event { | ||||
| 	padding-left: 55px; | ||||
| } | ||||
|  | ||||
| .content-aside ul li.calendar-widget b { | ||||
| 	font-size: 14px; | ||||
| 	line-height: 14px; | ||||
| 	font-weight: lighter; | ||||
| 	letter-spacing: -1px; | ||||
| } | ||||
|  | ||||
| .content-aside ul li.calendar-widget i { | ||||
| 	color: #DDD; | ||||
| 	font-size:13px; | ||||
| 	font-style:normal; | ||||
| } | ||||
|  | ||||
| .content-aside ul li.calendar-widget a { | ||||
| 	background: transparent; | ||||
| 	margin: 0; | ||||
| 	padding: 0; | ||||
| 	text-decoration: underline; | ||||
| } | ||||
|  | ||||
| .content-aside ul li.calendar-widget a:hover { | ||||
| 	color: #fff; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Wiki Embed */ | ||||
| .wiki-embed th, td { | ||||
| 	text-align: inherit; | ||||
| 	border-top: inherit; | ||||
| } | ||||
| .wiki-embed .vertical-navbox p br { | ||||
| 	display: inline-block; | ||||
| } | ||||
| .wiki-embed .noprint { | ||||
| 	display: none; | ||||
| } | ||||
| .wiki-embed .wikiembed-fragment p span { | ||||
| 	display: inline; | ||||
| 	margin-top: 0.5em; | ||||
| } | ||||
| .wiki-embed .wikiembed-fragment p span:before { | ||||
| 	content: "a"; | ||||
| 	white-space: pre; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Kraehennest Player */ | ||||
| .post-entry .kraehennestplayer { | ||||
| 	float: right; | ||||
| 	width: 185px; | ||||
| 	padding: 0px 5px; | ||||
| 	overflow: visible; | ||||
| 	position: relative; | ||||
| 	background: none repeat scroll 0 0 #EEEEEE; | ||||
| 	box-shadow: 1px 1px 2px #444444; | ||||
| 	margin-bottom: 5px; | ||||
| } | ||||
|  | ||||
| .post-entry .kraehennestplayer p, | ||||
| .kraehennestplayer p { | ||||
| 	margin-bottom: 0px; | ||||
| } | ||||
|  | ||||
| .post-entry p.kraehennestplayerTitle { | ||||
| 	background: url(../images/kraehennest-50.png) 5px 5px no-repeat; | ||||
| 	padding-left: 60px; | ||||
| 	min-height: 65px; | ||||
| } | ||||
|  | ||||
| .kraehennestplayer object { | ||||
| 	margin: 0 auto; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Support for shariff and diaspora */ | ||||
| .content-primary .wp-flattr-button a:before, | ||||
| .content-primary #diaspora-button-container a:before { | ||||
| 	background: none; | ||||
| 	width: 0; | ||||
| 	display: inline-block; | ||||
| 	content: ''; | ||||
| 	height: auto; | ||||
| 	margin: 0; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Support for disaspora */ | ||||
| #diaspora-button-container { | ||||
| 	display: inline; | ||||
| 	float: left; | ||||
| 	margin: 0; | ||||
| 	padding: 0; | ||||
| } | ||||
|  | ||||
| #diaspora-button-box { | ||||
| 	width: 120px; | ||||
| 	height: 25px; | ||||
| 	margin: 0 14px 0 0; | ||||
| 	background-color: #777; | ||||
| 	color: white; | ||||
| 	padding: 5px 0 0; | ||||
| 	border-radius: 0; | ||||
| 	border: 0; | ||||
| 	text-align: left; | ||||
| } | ||||
|  | ||||
| #diaspora-button-box:hover { | ||||
| 	background-color: #aaa; | ||||
| 	color: white; | ||||
| } | ||||
|  | ||||
| #diaspora-button-box font { | ||||
| 	font-family: Arial,Helvetica,sans-serif; | ||||
| 	font-size: 12px; | ||||
| 	vertical-align: middle; | ||||
| 	padding-left: 10px; | ||||
| } | ||||
|  | ||||
| #diaspora-button-inner { | ||||
| 	float: left; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Flattr Button */ | ||||
| p.wp-flattr-button { | ||||
| 	width: 120px; | ||||
| } | ||||
							
								
								
									
										2
									
								
								wp-content/themes/piratenkleider/css/pluginsupport.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								wp-content/themes/piratenkleider/css/pluginsupport.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										136
									
								
								wp-content/themes/piratenkleider/css/print.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										136
									
								
								wp-content/themes/piratenkleider/css/print.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,136 @@ | ||||
| @media print { | ||||
| 	body { | ||||
| 		font-size: 10pt; | ||||
| 		padding: 0 5px; | ||||
| 	} | ||||
|  | ||||
| 	nav, | ||||
| 	.p3-searchform { | ||||
| 		display: none; | ||||
| 	} | ||||
|  | ||||
| 	h1,h2,h3,h4,h5,h6 { | ||||
| 		page-break-after: avoid; | ||||
| 	} | ||||
|  | ||||
| 	abbr[title]:after, | ||||
| 	acronym[title]:after { | ||||
| 		content: '(' attr(title) ')'; | ||||
| 	} | ||||
|  | ||||
| 	.content-primary .post .post-entry a[href]:after { | ||||
| 		content: " <URL: "attr(href) ">"; | ||||
| 		color: #444; | ||||
| 		background: inherit; | ||||
| 		font-style: italic; | ||||
| 	} | ||||
|  | ||||
| 	.post-info a[href]:after, | ||||
| 	.post-meta a[href]:after, | ||||
| 	.post-comments a[href]:after, | ||||
| 	.post-title h2 a[href]:after, | ||||
| 	.tagcloud a[href]:after, | ||||
| 	.content .content-aside a[href]:after { | ||||
| 		content: ""; | ||||
| 	} | ||||
|  | ||||
| 	.teaser,	 | ||||
| 	.breadcrumbs, | ||||
| 	.newsletter, | ||||
| 	.nav-top, | ||||
| 	.nav-main, | ||||
| 	.flexslider, | ||||
| 	.sticker, | ||||
| 	.symbolbild, | ||||
| 	.startpage-widget-area, | ||||
| 	.switchon, .switchoff, | ||||
| 	.content-primary .post-nav, 	 | ||||
| 	#socialmedia_iconbar, | ||||
| 	#respond { | ||||
| 		display: none; | ||||
| 	} | ||||
|  | ||||
| 	.header { | ||||
| 		background: white !important; | ||||
| 		background-image: none !important; | ||||
| 		border-bottom: 1px solid #000; | ||||
| 		margin: 0; | ||||
| 		padding: 10px; | ||||
| 		position: relative; | ||||
| 		display: block; | ||||
| 		float: none; | ||||
| 		height: auto; | ||||
| 		width: auto; | ||||
| 	} | ||||
|  | ||||
| 	.header .branding { | ||||
| 		margin: 0; | ||||
| 		padding: 0; | ||||
| 		height: auto; | ||||
| 		float: none; | ||||
| 		display: block; | ||||
| 	} | ||||
|  | ||||
| 	.row { | ||||
| 		max-width: inherit; | ||||
| 		margin: 0; | ||||
| 		padding: 0; | ||||
| 		display: inherit; | ||||
| 		position: relative; | ||||
| 	} | ||||
|  | ||||
| 	.content, | ||||
| 	.content-primary, | ||||
| 	.content-aside, | ||||
| 	.content-aside .skin { | ||||
| 		width: 100%; | ||||
| 		margin: 0; | ||||
| 		position: relative; | ||||
| 		display: block; | ||||
| 		float: none; | ||||
| 		background-image: none; | ||||
| 		background-color: white; | ||||
| 		height: auto; | ||||
| 		min-height: inherit; | ||||
| 	} | ||||
|  | ||||
| 	.post { | ||||
| 		position: relative; | ||||
| 	} | ||||
|  | ||||
| 	.section { | ||||
| 		padding: 0; | ||||
| 	} | ||||
|  | ||||
| 	.post-comments ol li .reply { | ||||
| 		display: none; | ||||
| 	} | ||||
|  | ||||
| 	.footer { | ||||
| 		color: #999; | ||||
| 		text-align: center; | ||||
| 		font-size: 10pt; | ||||
| 		width: 100%; | ||||
| 		border-top: 1px solid #CCC; | ||||
| 		position: relative; | ||||
| 		background-image: none; | ||||
| 		background-color: #eee; | ||||
| 	} | ||||
|  | ||||
| 	.footer .row { | ||||
| 		background-image: none; | ||||
| 		background-color: #eee; | ||||
| 	} | ||||
|  | ||||
| 	.first-footer-widget-area, | ||||
| 	.second-footer-widget-area { | ||||
| 		display: block; | ||||
| 		float: none; | ||||
| 		width: 100%; | ||||
| 	} | ||||
|  | ||||
| 	.footer a { | ||||
| 		color: black; | ||||
| 		background: #eee; | ||||
| 	} | ||||
| } | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/print.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/print.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| @media print{body{font-size:10pt;padding:0 5px}nav,.p3-searchform{display:none}h1,h2,h3,h4,h5,h6{page-break-after:avoid}abbr[title]:after,acronym[title]:after{content:'(' attr(title) ')'}.content-primary .post .post-entry a[href]:after{content:" <URL: "attr(href) ">";color:#444;background:inherit;font-style:italic}.post-info a[href]:after,.post-meta a[href]:after,.post-comments a[href]:after,.post-title h2 a[href]:after,.tagcloud a[href]:after,.content .content-aside a[href]:after{content:""}.teaser,.breadcrumbs,.newsletter,.nav-top,.nav-main,.flexslider,.sticker,.symbolbild,.startpage-widget-area,.switchon,.switchoff,.content-primary .post-nav,#socialmedia_iconbar,#respond{display:none}.header{background:white!important;background-image:none!important;border-bottom:1px solid #000;margin:0;padding:10px;position:relative;display:block;float:none;height:auto;width:auto}.header .branding{margin:0;padding:0;height:auto;float:none;display:block}.row{max-width:inherit;margin:0;padding:0;display:inherit;position:relative}.content,.content-primary,.content-aside,.content-aside .skin{width:100%;margin:0;position:relative;display:block;float:none;background-image:none;background-color:white;height:auto;min-height:inherit}.post{position:relative}.section{padding:0}.post-comments ol li .reply{display:none}.footer{color:#999;text-align:center;font-size:10pt;width:100%;border-top:1px solid #CCC;position:relative;background-image:none;background-color:#eee}.footer .row{background-image:none;background-color:#eee}.first-footer-widget-area,.second-footer-widget-area{display:block;float:none;width:100%}.footer a{color:black;background:#eee}} | ||||
							
								
								
									
										20
									
								
								wp-content/themes/piratenkleider/css/sample.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								wp-content/themes/piratenkleider/css/sample.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| /*  | ||||
|     Document   : sample | ||||
|     Created on : 13.06.2013, 16:46:30 | ||||
|     Author     : unrz59 | ||||
|     Description: | ||||
|         Alternative css design. Sample file to be filled. | ||||
| */ | ||||
|  | ||||
| @media only screen and (max-width: 430px) { | ||||
|  | ||||
| } | ||||
| @media only screen and (min-width: 431px) { | ||||
|  | ||||
| } | ||||
| @media screen, projection and (min-width: 601px) { | ||||
|  | ||||
| } | ||||
| @media screen, projection and (min-width: 1021px) { | ||||
|  | ||||
| } | ||||
							
								
								
									
										0
									
								
								wp-content/themes/piratenkleider/css/sample.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								wp-content/themes/piratenkleider/css/sample.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
								
								
									
										4336
									
								
								wp-content/themes/piratenkleider/css/scapegoat.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4336
									
								
								wp-content/themes/piratenkleider/css/scapegoat.css
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/scapegoat.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/scapegoat.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										50
									
								
								wp-content/themes/piratenkleider/css/zeitleiste.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								wp-content/themes/piratenkleider/css/zeitleiste.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,50 @@ | ||||
| /*  | ||||
|     Document   : zeitleiste | ||||
|     Created on : 07.01.2015, 21:45:27 | ||||
|     Author     : Wiese | ||||
|     Description: | ||||
|         Purpose of the stylesheet follows. | ||||
| */ | ||||
|  | ||||
| #zeitleiste #monate{display:block;width:45%} | ||||
| #zeitleiste #legende{min-width:45%;display:block;z-index:250} | ||||
| #zeitleiste #legende ul{list-style-type:none;margin:0;padding:5px;padding-left:15px} | ||||
| #zeitleiste #legende li{border:none;padding:5px;display:block} | ||||
| #zeitleiste #tlnav{max-width:60%;margin-left:120px} | ||||
| #zeitleiste .aktion{background-color:#F5AC00} | ||||
| #zeitleiste .demo{background-color:#E30E0D} | ||||
| #zeitleiste .ini{background-color:#4F9ED3} | ||||
| #zeitleiste .wahl{background-color:#E97213} | ||||
| #zeitleiste #timeline{list-style:none;margin:30px 0 30px 120px;padding-left:30px;border-left:8px solid #FFD016;max-width:60%;} | ||||
| #zeitleiste #timeline li{list-style:none;margin:40px 0;padding-left:10px;position:relative} | ||||
| #zeitleiste #timeline p{margin:0 0 15px} | ||||
| #zeitleiste .tldate{margin-top:-10px;top:50%;left:-150px;font-size:.8em;line-height:20px;position:absolute;color:#000} | ||||
| #zeitleiste .tlcircle{margin-top:-10px;top:50%;left:-44px;width:10px;height:10px;background:#9c0;border:5px solid #fff;border-radius:50%;display:block;position:absolute} | ||||
| #zeitleiste .tlcontent{max-height:20px;padding:20px 20px 0;border-color:transparent;border-width:2px;border-style:solid;position:relative} | ||||
| #zeitleiste .tlcontent:before,#zeitleiste .tlcontent:after{content:"";width:0;height:0;border:solid transparent;position:absolute;pointer-events:none;right:100%} | ||||
| #zeitleiste .tlcontent:before{border-right-color:inherit;border-width:20px;top:50%;margin-top:-20px} | ||||
| #zeitleiste .tlcontent:after{border-right-color:inherit;border-width:17px;top:50%;margin-top:-17px} | ||||
| #zeitleiste .tlcontent p{max-height:0;color:transparent;text-align:left;word-break:break-word;hyphens:auto;overflow:hidden} | ||||
| #zeitleiste .tlcontent a{max-height:0;color:transparent;text-align:left;word-break:break-word;hyphens:auto;overflow:hidden} | ||||
| #zeitleiste label{font-size:1em;position:absolute;z-index:1;cursor:pointer;top:20px;color:#fff;transition:transform .2s linear;-webkit-transition:transform .2s linear;-moz-transition: transform 0.2s linear; -o-transition: transform 0.2s linear;} | ||||
| #zeitleiste .radio{display:none} | ||||
| #zeitleiste .radio:checked + .relative label{cursor:auto;transform:translateX(22px);transition:transform .2s linear;-webkit-transition:transform .2s linear;-moz-transition: transform 0.2s linear;-o-transition: transform 0.2s linear;} | ||||
| #zeitleiste  .radio:checked + .relative .tlcircle{background:#fff;border-radius:50%;border-color:#9c0;transition:background .3s ease,border-color .3s ease;-webkit-transition:background .3s ease,border-color .3s ease;-moz-transition: background 0.3s ease, border-color 0.3s ease;-o-transition: background 0.3s ease, border-color 0.3s ease;} | ||||
| #zeitleiste .radio:checked ~ .tlcontent{max-height:230px;margin-right:20px;transform:translateX(20px);transition:max-height .4s linear,border-color .5s linear,transform .2s linear;-webkit-transition:max-height .4s linear,border-color .5s linear,transform .2s linear;-moz-transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear; | ||||
|                           -o-transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;} | ||||
| #zeitleiste .radio:checked ~ .tlcontent p{max-height:250px;color:#fff;transition:color .2s linear .2s;-webkit-transition:color .2s linear .2s;-moz-transition: color 0.2s linear 0.2s;-o-transition: color 0.2s linear 0.2s;} | ||||
| #zeitleiste .radio:checked ~ .tlcontent a{max-height:220px;color:#272828;transition:color .2s linear .2s;-webkit-transition:color .2s linear .2s;-moz-transition: color 0.2s linear 0.2s;-o-transition: color 0.2s linear 0.2s;} | ||||
|  | ||||
|  | ||||
| @media screen and (max-width: 767px){ | ||||
| #zeitleiste  #tlnav{min-width:100%;margin-left:0} | ||||
| #zeitleiste #timeline{margin-left:0;padding-left:0;border-left:none;max-width:none;} | ||||
| #zeitleiste #timeline li{margin:50px 0;padding:none} | ||||
| #zeitleiste #tlnav{max-width:none;} | ||||
| #zeitleiste label{width:85%;font-size:1.1em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;transform:translateX(18px)} | ||||
| #zeitleiste .tlcontent{padding-top:15px;margin-right:0;border:none} | ||||
| #zeitleiste .tlcontent:before,#zeitleiste .tlcontent:after{bottom:100%;border:none} | ||||
| #zeitleiste .tlcontent:before{top:-16px;left:50px;margin-left:-17px;border:none} | ||||
| #zeitleiste .tlcontent:after{top:-20px;left:50px;margin-left:-20px;border:none} | ||||
| #zeitleiste .tlcontent p{font-size:.8em;line-height:1.4} | ||||
| #zeitleiste .tlcircle,.tldate{display:none}}              | ||||
							
								
								
									
										1
									
								
								wp-content/themes/piratenkleider/css/zeitleiste.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								wp-content/themes/piratenkleider/css/zeitleiste.min.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| #zeitleiste #monate{display:block;width:45%}#zeitleiste #legende{min-width:45%;display:block;z-index:250}#zeitleiste #legende ul{list-style-type:none;margin:0;padding:5px;padding-left:15px}#zeitleiste #legende li{border:0;padding:5px;display:block}#zeitleiste #tlnav{max-width:60%;margin-left:120px}#zeitleiste .aktion{background-color:#f5ac00}#zeitleiste .demo{background-color:#e30e0d}#zeitleiste .ini{background-color:#4f9ed3}#zeitleiste .wahl{background-color:#e97213}#zeitleiste #timeline{list-style:none;margin:30px 0 30px 120px;padding-left:30px;border-left:8px solid #ffd016;max-width:60%}#zeitleiste #timeline li{list-style:none;margin:40px 0;padding-left:10px;position:relative}#zeitleiste #timeline p{margin:0 0 15px}#zeitleiste .tldate{margin-top:-10px;top:50%;left:-150px;font-size:.8em;line-height:20px;position:absolute;color:#000}#zeitleiste .tlcircle{margin-top:-10px;top:50%;left:-44px;width:10px;height:10px;background:#9c0;border:5px solid #fff;border-radius:50%;display:block;position:absolute}#zeitleiste .tlcontent{max-height:20px;padding:20px 20px 0;border-color:transparent;border-width:2px;border-style:solid;position:relative}#zeitleiste .tlcontent:before,#zeitleiste .tlcontent:after{content:"";width:0;height:0;border:solid transparent;position:absolute;pointer-events:none;right:100%}#zeitleiste .tlcontent:before{border-right-color:inherit;border-width:20px;top:50%;margin-top:-20px}#zeitleiste .tlcontent:after{border-right-color:inherit;border-width:17px;top:50%;margin-top:-17px}#zeitleiste .tlcontent p{max-height:0;color:transparent;text-align:left;word-break:break-word;hyphens:auto;overflow:hidden}#zeitleiste .tlcontent a{max-height:0;color:transparent;text-align:left;word-break:break-word;hyphens:auto;overflow:hidden}#zeitleiste label{font-size:1em;position:absolute;z-index:1;cursor:pointer;top:20px;color:#fff;transition:transform .2s linear;-webkit-transition:transform .2s linear;-moz-transition:transform .2s linear;-o-transition:transform .2s linear}#zeitleiste .radio{display:none}#zeitleiste .radio:checked+.relative label{cursor:auto;transform:translateX(22px);transition:transform .2s linear;-webkit-transition:transform .2s linear;-moz-transition:transform .2s linear;-o-transition:transform .2s linear}#zeitleiste .radio:checked+.relative .tlcircle{background:#fff;border-radius:50%;border-color:#9c0;transition:background .3s ease,border-color .3s ease;-webkit-transition:background .3s ease,border-color .3s ease;-moz-transition:background .3s ease,border-color .3s ease;-o-transition:background .3s ease,border-color .3s ease}#zeitleiste .radio:checked ~ .tlcontent{max-height:230px;margin-right:20px;transform:translateX(20px);transition:max-height .4s linear,border-color .5s linear,transform .2s linear;-webkit-transition:max-height .4s linear,border-color .5s linear,transform .2s linear;-moz-transition:max-height .4s linear,border-color .5s linear,transform .2s linear;-o-transition:max-height .4s linear,border-color .5s linear,transform .2s linear}#zeitleiste .radio:checked ~ .tlcontent p{max-height:250px;color:#fff;transition:color .2s linear .2s;-webkit-transition:color .2s linear .2s;-moz-transition:color .2s linear .2s;-o-transition:color .2s linear .2s}#zeitleiste .radio:checked ~ .tlcontent a{max-height:220px;color:#272828;transition:color .2s linear .2s;-webkit-transition:color .2s linear .2s;-moz-transition:color .2s linear .2s;-o-transition:color .2s linear .2s}@media screen and (max-width:767px){#zeitleiste #tlnav{min-width:100%;margin-left:0}#zeitleiste #timeline{margin-left:0;padding-left:0;border-left:none;max-width:none}#zeitleiste #timeline li{margin:50px 0;padding:none}#zeitleiste #tlnav{max-width:none}#zeitleiste label{width:85%;font-size:1.1em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;transform:translateX(18px)}#zeitleiste .tlcontent{padding-top:15px;margin-right:0;border:0}#zeitleiste .tlcontent:before,#zeitleiste .tlcontent:after{bottom:100%;border:0}#zeitleiste .tlcontent:before{top:-16px;left:50px;margin-left:-17px;border:0}#zeitleiste .tlcontent:after{top:-20px;left:50px;margin-left:-20px;border:0}#zeitleiste .tlcontent p{font-size:.8em;line-height:1.4}#zeitleiste .tlcircle,.tldate{display:none}} | ||||
		Reference in New Issue
	
	Block a user