stylesheet.css.svn-base

来自「远程学生作业提交系统,所用技术JSP,Servelet,Ajax,Web Ser」· SVN-BASE 代码 · 共 21 行

SVN-BASE
21
字号
/* wsdldoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults  */
/* Page background color */
body { background-color: #FFFFFF }
/* Table colors */
.TableHeadingColor     { background: #00CCCC } /* medium aqua */
.TableSubHeadingColor  { background: #CCFFFF } /* light aqua */
.TableRowColor         { background: #FFFFFF } /* white */
/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: normal; font-family: normal }
.FrameHeadingFont { font-size: normal; font-family: normal }
.FrameItemFont    { font-size: normal; font-family: normal }
/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#CCFFFF;}/* light aqua */
.NavBarCell1Rev { background-color:#006666;}/* dark aqua */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

⌨️ 快捷键说明

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