dashline.css
来自「调查问卷系统源码。想下的就下吧。不要条件」· CSS 代码 · 共 54 行
CSS
54 行
/* dashline.css is a modification of CSS stylesheets available at The Layout */
/* Reservoir of BlueRobot.com: http://bluerobot.com/web/layouts/ */
body {
color:#333;
background-color:white;
margin:20px;
padding:0px;
font:11px verdana, arial, helvetica, sans-serif;
}
h1 {
margin:0px 0px 0px 0px;
padding:0px;
font-size:28px;
font-weight:900;
color:#ccc;
}
a {
color:#09c;
font-size:11px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:600;
text-decoration:none;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
/* All the content boxes belong to the content class. */
.contentTrailer {
position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
width:auto;
min-width:120px;
margin:0px 0px 5px 0px;
border:1px solid black;
background-color:white;
padding:2px;
z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.content {
position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
width:auto;
min-width:120px;
margin:0px 0px 10px 0px;
border:1px dashed black;
background-color:#eee;
padding:10px;
z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?