📄 skin.asp
字号:
<%
'通用设置
'-------------------
Const strBgColour = "#ffffff" '背景颜色
Const strBgImage = "images/pagebg.gif" '背景图片
Const strTextColour = "#000000" '文字颜色
Const strNavSpacer = " -> " '导航图标
'表格颜色
'-------------------------------
Const strTableColour = "#ffffff" '表格背景
Const strTableBgImage = "" '表格背景图?
Const strTableBgColour = "#6699cc" '所有表格边框颜色
Const strTableBorderColour = "#6699cc" '表格四周颜色
Const strTableVariableWidth = "96%" '表格宽度
Const strTableTitleColour = "#999999" '表格标题颜色
Const strTableTitleBgImage = "images/tabletopbg.gif" '表格标题背景图片
Const strTableTitleColour2 = "#FEFEFC" '二级标题背景
Const strTableTitleBgImage2 = "" '二级标题背景图片
Const strTableEvenRowColour = "#ffffff" '奇数行背景颜色
Const strTableOddRowColour = "#00ffff" '偶数行背景颜色
'帖子表格颜色 (post.asp)
'------------------------------------------------
Const strTablePostsBgImage = "images/pagebg.gif" '帖子表格背景图片
Const strTablePostsBgColour = "#FFFFFF" '帖子表格背景颜色
Const strTablePostsBorderColour = "#999999" '帖子表格边框颜色
Const strTablePostsVariableWidth = "96%" '帖子表格宽度
Const strTablePostsTitleColour = "#CCCCCC" '帖子表格标题颜色
Const strTablePostsTitleBgImage = "images/tabletopbg.gif" '帖子表格标题图片
Const strTablePostsEvenRowColour = "#ffffff" '偶数行背景颜色
Const strTablePostsOddRowColour = "#F8F7EF" '奇数行背景颜色
Const strTablePostsSideEvenRowColour = "#FEFEFC"'作者偶数行背景颜色
Const strTablePostsSideOddRowColour = "#ffffff" '作者奇数行背景颜色
Const strTablePostsSeporatorColour = "#EFEFEF" '间隔行背景颜色
Const strTableQuoteBorderColour = "#999999" '引用表格边框颜色
Const strTableQuoteColour = "#FFFFFF" '引用表格背景颜色
'投票表格颜色(dispoll.asp)
'-------------------------------------------------
Const strTablePollColour = "#FBFBF6" 'Poll table colour
Const strTablePollBgImage = "" 'Poll table backgroud image path
Const strTablePollBgColour = "#FFFFFF" 'Poll table backgroud colour
Const strTablePollBorderColour = "#999999" 'Poll table border colour
Const strTablePollVariableWidth = "96%" 'Poll variable table size
Const strTablePollTitleColour = "#CCCCCC" 'Poll table title colour
Const strTablePollTitleBgImage = "images/tabletopbg.gif" 'Poll table backgroud image path
Const strTablePollColumnHeadingColour = "#E8E8E8" 'Poll second title row colour
Const strTablePollColumnHeadingBgImage = "" 'Poll second title row backgroud image path
Const strTablePollEvenRowColour = "#FEFEFC" 'Poll even post background colour
Const strTablePollOddRowColour = "#F8F7EF" 'Poll odd posts backgroud colour
Const strTablePollBottomRowColour = "#EFEFEF" 'Poll bottom row colour, the one displaying the cast vote button and vote status
'Private Msg display box (dismess.asp)
'---------------------------------------------------------------------------------
Const strTablePMBgColour = "#FFFFFF" 'PM table colour
Const strTablePMBgImage = "" 'PM table backgroud image path
Const strTablePMBoxBgColour = "#FEFEFC" 'PM table backgroud colour
Const strTablePMBoxSideBgColour = "#FEFEFC" 'PM table side backgroud colour
Const strTablePMTitleColour = "#CCCCCC" 'PM table title colour
Const strTablePMTitleBgImage = "images/tabletopbg.gif" 'PM table backgroud image path
'Profile table colours (dispoll.asp)
'---------------------------------------------------------------------------------
Const strTableProfileColour = "#FBFBF6" 'Profile table colour
Const strTableProfileBgImage = "" 'Profile table backgroud image path
Const strTableProfileBgColour = "#FFFFFF" 'Profile table backgroud colour
Const strTableProfileBorderColour = "#999999" 'Profile table border colour
Const strTableRowProfileColour = "#F8F7EF" 'Profile row backgroud colour
Const strTableProfileTitleColour = "#CCCCCC" 'Profile table title colour
Const strTableProfileTitleBgImage = "images/tabletopbg.gif" 'Profile table backgroud image path
'CSS文件
'---------------------------------------------------------------------------------
Response.Write(vbCrLf & "<link href=""includes/style.css"" rel=""stylesheet"" type=""text/css"" />")
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -