⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.css

📁 Atmel USB Programmer
💻 CSS
字号:
body { margin-top:10px;
       margin-bottom:10px;
       margin-left:1cm;
       margin-right:1cm;
	   max-width:500px;  /* W鋜e alles fein, wenn da nicht dieser abgef*** "Browser" namens IE w鋜e... kotzen geh... */
       }

table,p,h1,h2,h3,div,ul,ol,li,td,th,address,blockquote,nobr,b,i {
	font-family:Arial,sans-serif;
	width:expression(document.body.clientWidth > 500? "500px": "auto" );  /* IE sucks ! */
}

ul,ol,li,td,th,address,blockquote,nobr,b,i { font-family:Arial,sans-serif;

 }

/* 躡erschriften */
h1 { margin-left:-0.5cm;
	 font-size:16pt;
	 font-weight:bold
}

/* Gliederung */
h2 { margin-left:-0.3cm;
	 font-size:14pt;
	 font-weight:bold
}

/* Unterpunkte */
h3 { margin-left:-0.3cm;
	 font-size:12pt;
	 font-weight:bold
}

h4 { font-size:10pt; }


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/*
pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }

td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

td.xplcode { background-color:#EEEEFF; }

.doc { background-color:#EEEEEE; }

.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }

pre.normal { color:#000000; }

*/
a:link { color:#AA5522; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }


div#description {
  margin-left:0cm;
  font: 14px Verdana, Arial, sans-serif;
  font-weight:bold
}

h2.idx {
  margin-left:0cm;
  margin-top:0px;
  font: 14px Verdana, Arial, sans-serif;
  font-weight:bold;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -