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

📄 stygeneral.css

📁 sip代理服务器实现
💻 CSS
字号:
.styDocument
{
  width:            760px;
}

.styDocumentLink
{
  color:            black;
  font-weight:      bold;
  font-size:        .8em;
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  width:            100%;
  padding:          0px;
  text-decoration:  none;
}

.styDocumentLinkActive
{
  color:            black;
  font-weight:      bold;
  font-size:        .8em;
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  width:            100%;
  padding:          0px;
  text-decoration:  underline;
}

.styPageGroup
{
  width:            760px;
  background:       lemonchiffon;
}

.styTabTable
{
  background-color: #F7EAD8;
}

.styPageTable
{
  height:           300px;
}

.styBorder
{
  font-size:        1px;
  background-color: #7B756F;
}

.styTitleBar
{
  color:            black;
  font-weight:      normal;
  font-size:        1.4em;
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  background-color: #F7EAD8;
  width:            100%;
  height:           30px;
  padding:          4px;
}

.styTabsColumn
{
  background:       #F7EAD8;
  cursor:           normal;
  background-image: url(/res/imgBorder.gif);
  background-position: 100%;
  background-repeat: repeat-y;
}

.styFillerTabsColumn
{
  width:            100%;
  height:           100%;
  background:       #F7EAD8;
  cursor:           normal;
}

.styTab
{
  height:           50px;
}

.styTabActive
{
  height:           50px;
  background:       lemonchiffon;
}

.styTabEmpty
{
  width:            100%;
  height:           100%;
}

.styTabText
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      bold;
  text-decoration:  none;
  white-space:      nowrap;
}

.styPage
{
  background:       lemonchiffon;
}

.styTabPageBody
{
}

.styButton
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .8em;
  color:            #000000;
  font-weight:      normal;
  background-color: #F7EAD8;
  text-decoration:  none;
  border:           #7B756F Solid 1px;
  text-align:       center;
  cursor:           hand;
  width:            70px;
  vertical-align:   baseline;
}

.styButtonSmall
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      normal;
  background-color: #F7EAD8;
  text-decoration:  none;
  border:           #7B756F Solid 1px;
  text-align:       center;
  cursor:           hand;
  width:            45px;
  vertical-align:   baseline;
}

.styButtonSmallInactive
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      normal;
  background-color: #F3F3F3;
  text-decoration:  none;
  border:           #7B756F Solid 1px;
  text-align:       center;
  cursor:           normal;
  width:            45px;
  vertical-align:   baseline;
}

.styButtonBorder
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .6em;
  color:            #000000;
  font-weight:      normal;
  background-color: #F7EAD8;
  text-decoration:  none;
  border:           #7B756F Solid 1px;
  text-align:       center;
  cursor:           hand;
  vertical-align:   baseline;
}

.styButtonBorderInactive
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .6em;
  color:            #000000;
  font-weight:      normal;
  background-color: #F3F3F3;
  text-decoration:  none;
  border:           #7B756F Solid 1px;
  text-align:       center;
  cursor:           normal;
  vertical-align:   baseline;
}

.styInputFixed
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      normal;
  background-color: #FFFFFF;
  text-decoration:  none;
  border:           #7B756F Solid 1px;
  padding:          1px;
}

.styInput
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      normal;
  background-color: #FFFFFF;
  text-decoration:  none;
  border:           #7B756F Solid 1px;
  padding:          1px;
  width:            99%;

}

.styDropDown
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      normal;
  background-color: #FFFFFF;
  text-decoration:  none;
  padding:          1px;
  width:            100%
}

.styDropDownFixed
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      normal;
  background-color: #FFFFFF;
  text-decoration:  none;
  padding:          1px;
}

.styInputStatic
{
  border:           #7B756F Solid 1px;
  padding:          1px;
  white-space:      nowrap; 
}

.styTextArea
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      normal;
  background-color: #FFFFFF;
  text-decoration:  none;
  border:           #7B756F Solid 1px;
  padding:          1px;
  height:           75px;
  width:            100%;
}

.styTextAreaStatic
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      normal;
  text-decoration:  none;
  background-color: lemonchiffon;
  border:           #7B756F none 1px;
  padding:          0px;
  width:            100%;
}

.styPageTitle
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      bold;
  text-decoration:  none;
}

.styPageText
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            #000000;
  font-weight:      normal;
  text-decoration:  none;
}

.styPageError
{
  font-family:      Verdana, Tahoma, Arial, Sans-Serif;
  font-size:        .7em;
  color:            red;
  font-weight:      bold;
  text-decoration:  none;
}

.styReportTable
{
  background-color: #FAFAFA;
  width:            100%;
}

.styReportHeader
{
  background-color: #F7EAD8;
}

⌨️ 快捷键说明

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