📄 dashline.css
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -