Szerkesztő:LQ~huwiktionary/monobook.css

A Wikiszótárból, a nyitott szótárból

Megjegyzés: közzététel után frissítened kell a böngésződ gyorsítótárát, hogy lásd a változásokat.

  • Firefox / Safari: tartsd lenyomva a Shift gombot és kattints a Frissítés gombra a címsorban, vagy használd a Ctrl–F5 vagy Ctrl–R (Macen ⌘–R) billentyűkombinációt
  • Google Chrome: használd a Ctrl–Shift–R (Macen ⌘–Shift–R) billentyűkombinációt
  • Internet Explorer / Edge: tartsd nyomva a Ctrl-t, és kattints a Frissítés gombra, vagy nyomj Ctrl–F5-öt
  • Opera: Nyomj Ctrl–F5-öt
#===============================================================================
# layout-main.css  for GeminiTwo
#===============================================================================
# Copyright (c) 2004 Hans Bracker. All rights reserved.
#
# Defines the CSS for gemini.tmpl
#
# This file is part of the PmWiki gemini skin; you can redistribute it 
# and/or modify it under the terms of the GNU General Public License as 
# published by the Free Software Foundation; either version 2 of the License, 
# or (at your option) any later version.
#===============================================================================*/


/*================= Content =======================*/
		
#content p { font-size:1em }		
#content h1, h2, h3, h4, h5, h6 {
		margin:0 0 0.25em 0; }
		
hr {	height: 1px;
		color: black;
		background-color: black;
		margin-left: 250px;
		margin-right: auto;
		}
/*========== Header logo ===============*/
.pageheader { padding:5px ;      /*logo image padding*/
		line-height:1.2em; } 
.pageheader a { text-decoration:none }
	
/*========== PageAction ================*/

#topnav { 
		padding-right:1em;  
		font-size:1em;
		text-align:right;
		line-height:130%;
		color:#999}
/*Fat Erik's Pipelist (adapted)*/
#topnav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
#topnav ul li { 
		display: inline;

		padding: 0;
		margin: 0;
		}

#topnav ul li a { text-decoration:none; padding:0.2em}
#topnav ul li:before { content: "| "; }
#topnav ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #topnav ul li {
		border-right: 1px solid #999;
		padding: 0 0.3em 0 0.3em;
		margin: 0 -0.3em 0 0.3em;
		}
/*Win IE browsers - hide from Mac IE\*/
* html #topnav ul { height: 1%; float:right;}
* html #topnav ul li {
		display: block;
		float: left;
		}
/*End hide*/
/*Mac IE 5*/
* html #topnav ul li:first-child { border-right: 0; }

/*==================== Left SideBar ======================*/ 

/*================= FootNav ============================*/
	
#footnav { float:left;
		margin:0;
		padding: 0.5em 0; 
		width:100%;
	    font-size:1em; 
		}
#footnav ul { margin:0; padding:0 0 1em 2em; list-style:none; }
#footnav li { float: left;}
#footnav a { 
		display:block;
		float:left;
		margin:0 0.2em ; 
		padding: 2px 0.5em 3px 0.5em;
		text-decoration:none;
		text-align:center; 
		width:auto;}
/* not sure if following is necessary for any browser */
/* hides rule from IE5-Mac \*/
#footnav a {float:none;}
/* End IE5-Mac hack */

#pagefooter { clear:both;
		padding:0.3em 1em; 
		font-size:1em; }

/*================== Special =============================*/

#footnav .createlink {visibility:hidden;}
#topnav .createlink {visibility:hidden;}

h1.wikiaction { font-size:1.5em; margin:0px; }
#wikiedit form { margin:0px; }
#tbox { position: relative; 
		padding:0;
		margin-top:0.5em;
		margin-bottom:0.5em;
		}
* html #wikiedit #tbox { height: 1%; } 
#wikiedit textarea { 
		margin:0; 
		padding:0;
		position: relative;
		width: 99%;
		}
#wikiedit .wikimessage {color:red}
#wikiupload table { width:80%;}

.pits {font-family: times roman; } /* for pmwiki PITS list */

/* CSS Document */
/*
#===============================================================================
# layout-smallheader.css  for GeminiTwo
#===============================================================================
# Copyright (c) 2004 Hans Bracker. All rights reserved.
#
# Defines the CSS for gemini.tmpl
#
# This file is part of the PmWiki gemini skin; you can redistribute it 
# and/or modify it under the terms of the GNU General Public License as 
# published by the Free Software Foundation; either version 2 of the License, 
# or (at your option) any later version.
#===============================================================================*/
/*=== wireframe design aid ==== 
#main { border:2px dashed green}
#header {border dotted black}
#titlebar { border:1px dotted red}
#leftside { border:1px dotted purple}
#sidebar { border:1px solid red}
#content { border:1px solid blue}
#footnav { border:1px solid green}     */
   
/*=============== Main Layout ================================================*/

body { 	margin:0; padding:0;  }
* html body {width:100%}

.clearer {height:1px; clear:both; margin-top:-1px;} 

#header { width:100%;}
 
#main {  width:100%; }

#topnav { position: absolute;
		top:0;
		right:0;
		float:right; 
		width: 100%; }

#titlebarbox { margin:0 0.45em 0 0.45em; }
#titlebar { margin-top:1.1em;} /* height between titlebar and top */

#content { margin: 0 0.5em; 
		   padding: 1em 2em; 
		}
/* hides rule from IE5-Mac \*/
* html #content { height:1%; } 
/* End IE5-Mac hack */
html>body #content { width:auto }

#wikitext {  } /* do not style */

#sidebarbox {background-image:url(images/vspace.gif);
		 background-repeat:repeat-y; }
		 
#sidebar { width:14em;  }   /* change SideBar width here*/
		  
#footnavbox { margin:0 0.5em 0.5em 0.45em; }

/*============= Group & Title ================*/

/* hides rule from IE5-Mac \*/
* html #titlebar { height:1%; } 
/* End IE5-Mac hack */

#pagegroup { float:left; 
		margin:0;		 
		padding:1.5em 0.5em 0 1em; }		
#pagetitle {
		text-align:center;
		margin:0;
		padding:0 0.5em 0.2em 0; }
#pagegroup a, #pagetitle a { text-decoration:none; }
				
/* CSS Document */
/*================ Right Bar ==========================
# rightbar-narrow.css
# 
# part of the Gemini Two skin for Pmwiki
#======================================================*/
		
#rightbar { 
		width:12em; /* change RightBar width here*/
		margin:-1em -2.5em 0.25em 0.5em; /* first value for vertical position, second for right side (not IE) */
		padding:0 0.5em 0.3em 0.5em;
		float:right;
		line-height:1.3em;
		} 
* html #rightbar { width: 12em; /* for IE: width + margins */
		margin:-1em -1.2em 0.25em 0.5em; } /* for IE  */
		
#rightbar ul { margin:0.3em 0; padding:0; list-style:none }
#rightbar li a { margin:0 0 0 0.5em; }
#rightbar ul ul li a { margin:0 0 0 1.5em; }


/* CSS Document */
/*===================  COLORS  =================================================
# blue-color.css
# 
# part of the Gemini skin for Pmwiki
#=============================================================================*/

/*=============== blue theme =================*/
body { background-image: url(images/blue70-top.jpg);
		background-repeat:repeat-x;
		background-color:#87AEC5;
		}

a:link { color:#033EC6; }
a:visited { color:#003B62; }
a:hover { color:#FF5500; }
a:active { color:#FF5500; }

#titlebarbox { margin-bottom:0.3em  }
#titlebar a { color:#003B62; }
#titlebar a:hover { color:#E7601D; }

#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6 { color:#003B62; }


#content { background:#DFEAF1;  /* textarea background color */
		border-top:1px solid #003B62;    /* textarea borders */
		border-right:2px solid #003B62;
		border-left:1px solid #003B62;
		border-bottom:2px solid #003B62; }
		
/*#sidebar { background-color:#dfefff; } */
#sidebar h1 a:link, #sidebar h1 a:visited { color:#000; }
#sidebar h1 a:hover, #sidebar h1 a:active { color:#C02020; background-color: #ffc;} /* hover colors */
#sidebar a:link, #sidebar a:visited { color:#000; }
#sidebar a:hover, #sidebar a:active { color:#C02020;  }
#sidebar li a:hover, #sidebar li a:active  { color: #C02020; background-color: #F5E9BD; } /* hover colors */
#sidebar h1, h2, h3, h4 { color:#000 }
#sidebar li, #sidebar h1 { border-bottom: 1px solid #538BAC;} /* menu rules */
/* border-top:1px adds horizontal lines for second level list elements: */
#sidebar ul ul li  { border-top:0px solid #538BAC; border-bottom:0;} 

.wikisearchbox { color:#000; background: #B5CFE0;
			border-top:1px solid #003B62; 
			border-left:1px solid #003B62;
			border-right:1px solid #B5CFE0;
			border-bottom:1px solid #B5CFE0;
			}
.wikisearchbox:hover, .wikisearchbox:focus { color:#000; background:#F5E9BD; }
/* comment next six lines to get a standard button */
.wikisearchbutton {color:#B5CFE0; background:#23597B; 
			border-top:1px solid #003B62; 
			border-left:1px solid #003B62;
			border-right:1px solid #B5CFE0;
			border-bottom:1px solid #B5CFE0;}
.wikisearchbutton:hover { color:#ff6600; background:#ffc }

#topnav li a:link, #topnav li a:visited { color:#87AEC5}
#topnav li a:hover, #topnav li a:active { color:#f00; background:#F5E9BD }

#footnavbox { margin-top:0.5em }
#footnav  { background-color:#87AEC5; }
#footnav li a { color:#B5CFE0; background:#23597B; }
#footnav li a:hover, #footaction li a:active { color:#f00; background:#F5E9BD; }
#footnav li a { 
			border-right:1px solid #B5CFE0;
			border-bottom:1px solid #B5CFE0;}

#pagefooter { border-top:1px solid #003B62; }

/* #rightbar { background:#87AEC5;  do not use, this is set in skin.php! */
/*		border:1px solid #003B62;}   within the rightbar display switch   */