📄 stylesheet.css
字号:
body
{
font-size: 12px;
font-family: "Courier New" , Courier, monospace;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
SCROLLBAR-FACE-COLOR: #f6f6f6;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #cccccc;
SCROLLBAR-3DLIGHT-COLOR: #cccccc;
SCROLLBAR-ARROW-COLOR: #330000;
SCROLLBAR-TRACK-COLOR: #f6f6f6;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/*输入框统一样式*/
input{
border: #000099;
background-color: #F9F9F9;
border-width: 1px
}
/*单元格*/
td
{
font-size: 12px;
font-family: "Courier New" , Courier, monospace;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/*超级链接*/
a
{
font-size: 12px;
font-family: "Courier New" , Courier, monospace;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/*渐变效果*/
.MenuTitle
{
height: 35;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FCFCFC' , endColorStr= #507CD1' , gradientType= '1' );
font-size: 14px;
cursor: auto;
color: #660000;
font-weight: bold;
}
/*渐变效果*/
.SubTitle
{
height: 35;
filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#507CD1' , endColorStr= #D7D7FF' , gradientType= '0' )";
font-size: 14px;
cursor: auto;
color: #FFF;
font-weight: bold;
}
/*Modal Popup模态窗口*/
.modalBackground
{
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
}
.modalPopup
{
background-color: #ffffdd;
border-width: 3px;
border-style: solid;
border-color: Black;
padding:5px;
position: absolute;
top: 0px;
left: 0px;
display: block;
z-index: 100;
}
.modalPopupBack
{
background-color: #ffffdd;
border-width: 0px;
}
/*用户注册使用的伸缩框*/
.collapsePanel
{
background-color: white;
overflow: hidden;
}
.collapsePanelHeader
{
width: 100%;
height: 30px;
background-repeat: repeat-x;
color: #FFF;
font-weight: bold;
}
/*重要*/
.Important
{
font-family: "宋体";
font-size: 12px;
color: #FF0000;
font-weight: bold;
}
/*Textbox Watermark,水印样式*/
.unwatermarked
{
height: 18px;
width: 148px;
font-weight: bold;
}
.watermarked
{
height: 20px;
width: 150px;
padding: 2px 0 0 2px;
border: 1px solid #BEBEBE;
background-color: #F0F8FF;
color: gray;
}
/*以下是暂时还没有用到的Atlas的样式,先留着*/
body, div, p, h1, h2, h3, h4, ul, li, table
{
margin: 0;
padding: 0;
border: none;
}
/*Layout*/
#header
{
margin: -1px auto 0 auto;
}
#header
{
}
#headertop
{
height: 140px;
background: url(images/headertop_img.jpg) no-repeat left top;
}
#headerbottom
{
height: 10px;
background: url(images/headerbottom_img.png) no-repeat left top;
}
#maincontent
{
margin: 0px auto 20px auto;
}
.leftcolumn
{
margin-bottom: 10px;
}
#topmenu
{
margin-bottom: 10px;
}
.sidebarheader
{
height: 24px;
padding: 10px 0 0 35px;
background: url(images/sidebar_header.png) no-repeat left top;
color: #FFF;
font-family: Arial, Sans-Serif;
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
}
#sidebartop, #sidebarbottom
{
margin-bottom: 10px;
border: 1px solid #0F2543;
padding: 20px 20px 20px 30px;
line-height: 1.5em;
font-weight: bold;
}
#sidebartop
{
padding-top: 72px;
background: #FFF url(images/samples_bg.gif) no-repeat left top;
}
#sidebarbottom
{
padding-top: 72px;
background: #FFF url(images/walkthrough_bg.gif) no-repeat left top;
}
.leftcolumn a
{
margin: 0;
padding: 2px 5px;
color: #5377A9;
text-decoration: none;
}
.leftcolumn a:hover
{
background-color: #0F2543;
color: #FFF;
}
#rightcolumntop
{
height: 19px;
background: url(images/rightcoltop.gif) no-repeat right top;
}
#rightcolumn
{
color: #666666;
}
#pagecontent
{
padding: 30px 20px 40px 20px;
border-left: 1px solid #0F2543;
border-right: 1px solid #0F2543;
border-bottom: 1px solid #0F2543;
background-color: #EFEFEF;
line-height: 1.5em;
}
#footer
{
padding: 10px 0 5px 10px;
color: #333;
font-size: 0.8em;
letter-spacing: 0.1em;
}
/***********************************/
/*General content pages styling*/
.demoarea
{
padding: 20px;
background: #FFF url(images/demotop.png) no-repeat left top;
}
.demoheading
{
padding-bottom: 20px;
color: #5377A9;
font-family: Arial, Sans-Serif;
font-weight: bold;
font-size: 1.5em;
}
.demobottom
{
height: 8px;
background: #FFF url(images/demobottom.png) no-repeat left bottom;
}
.heading
{
padding: 2em 0 1em 0;
color: #5377A9;
font-family: Arial, Sans-Serif;
font-weight: bold;
font-size: 1.4em;
}
.subheading
{
padding: 1em 0 0.8em 0;
color: #0F2543;
font-weight: bold;
font-family: Arial, Sans-Serif;
font-size: 1.2em;
}
p
{
}
em
{
font-style: italic;
}
i
{
font-style: italic;
}
strong
{
font-weight: bold;
}
#rightcolumn a
{
color: #5377A9;
padding: 1px;
}
#rightcolumn a:link
{
}
#rightcolumn a:visited
{
}
#rightcolumn a:hover
{
background-color: #BFBFBF;
color: #FFF;
}
pre, code
{
display: block;
margin: 15px 15px 15px 0;
padding: 10px;
border: 1px dashed #CCC;
background-color: #FFF;
color: #000;
font-family: 'Courier New' , Monospace;
font-size: 0.9em;
font-style: normal;
}
#rightcolumn ul
{
margin: 0 25px 0 30px;
}
.releaseList
{
list-style-type: disc;
}
/******************************/
/**Styling information specific to individual content pages**/
/*Cascading DropDown*/
/*CollapsiblePanel*/
#rightcolumn .collapsePanelHeader a
{
color: #FFF;
}
#rightcolumn .collapsePanelHeader a:hover
{
text-decoration: none;
background: none;
}
/*Confirm Button*/
/* DropShadow */
#rightcolumn .dropShadowPanel span
{
color: white;
text-decoration: underline;
}
#rightcolumn .dropShadowPanel span:hover
{
text-decoration: none;
}
.dropShadowPanel
{
width: 300px;
background-color: #5377A9;
color: white;
font-weight: bold;
}
/*Drag Panel*/
.dragMe
{
width: 100%;
height: 21px;
background-color: #FFF;
background-image: url(images/header-opened.png);
text-align: center;
cursor: move;
font-weight: bold;
}
.overflowHidden
{
overflow: hidden;
}
.overflowScroll
{
overflow: hidden;
}
/*Hover Menu*/
.popupMenu
{
position: absolute;
visibility: hidden;
background-image: url(images/header.png);
opacity: .9;
filter: alpha(opacity=90);
}
.popupHover
{
background-image: url(images/header-opened.png);
background-repeat: repeat-x;
background-position: left top;
background-color: #F5F7F8;
}
/*Popup Control*/
.popupControl
{
background-color: White;
position: absolute;
visibility: hidden;
}
/*Reorder List*/
.dragHandle
{
position: relative;
width: 10px;
height: 15px;
background-color: Blue;
background-image: url(images/bg-menu-main.png);
cursor: move;
border: outset thin white;
}
.reorderListDemo li
{
list-style: none;
margin: 2px;
background-image: url(images/bg_nav.gif);
background-repeat: repeat-x;
color: #FFF;
}
.reorderListDemo li a
{
color: #FFF !important;
font-weight: bold;
}
.reorderCue
{
border: dashed thin black;
width: 100%;
height: 25px;
}
.itemArea
{
margin-left: 15px;
font-family: Arial, Verdana, sans-serif;
font-size: 1em;
text-align: left;
}
/* Rounded Corners*/
.roundedPanel
{
width: 300px;
background-color: #5377A9;
color: white;
font-weight: bold;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -