📄 bierhalle.css
字号:
/***********************************************/
/* Algemene instellingen */
/***********************************************/
body
{
font-size: 11pt;
color: #333333;
font-family: Tahoma,Arial,sans-serif;
}
h3
{
color : #999999;
}
/***********************************************/
/* Layout dmv van Div's */
/***********************************************/
#mainContainer
{
margin-left: auto;
margin-right: auto;
width: 770px;
background-color: #eeeeee;
}
#header
{
padding: 0px 0px 0px 0px;
width: 770px;
}
#navBar
{
float: left;
width: 120px;
padding: 0 4px 0 4px;
font-size:11px;
height:auto;
}
#content
{
float:left;
width: 625px;
margin-left: 3px;
padding: 0 0 10px 8px;
border-left: 1px solid #cccccc;
}
#footer
{
clear:both;
margin-left: 3px;
margin-top: 2px;
padding: 0 0 0 0;
background-color: #dfdfdf;
font-size:10px;
text-align:center;
width: 765px;
}
/***********************************************/
/* Layout forms */
/***********************************************/
.textForm
{
float:left;
width: 160px;
}
.inputForm
{
float:left;
width: 200px;
}
.Validation
{
color:#f90;
}
/***********************************************/
/* Layout anchors in content */
/***********************************************/
#content a
{
color:#f90;
}
#content a:hover
{
color:#656565;
}
/***********************************************/
/* Layout anchors in menuControl */
/***********************************************/
.staticMenuItem
{
padding: 1px;
padding-left: 5px;
width: 114px;
background-color: #eee;
border-bottom: 1px solid #fff;
font-weight: bold;
color:#ff9900;
}
.selectedMenuItem
{
color: #eee;
background-color: #ff9900;
}
.hoverMenuItem
{
background-color: #ccc;
color: #fff;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -