📄 default.aspx
字号:
color: #FF3300;
}
/*****************************************************
Navigation: Text and anchors used in the navigation menu
*****************************************************/
.menuText /* Font used for navigation menu */
{
font-size: <%= Formatter.FormatFontSize(0.6) %>;
font-weight: bold;
color: #FFFFFF;
}
a.menuLink:visited, a.menuLink:link /* Font used for links in the navigation menu */
{
font-size: smaller;
font-weight: normal;
text-decoration: none;
color: white;
}
a.menuLink:Hover /* Font used for hovering over a link in the navigation menu */
{
color: #FF3300;
}
/*****************************************************
Default separator style for PostList
*****************************************************/
td.flatViewSpacing /* Separates Users from Guests in WhoIsOnline page */
{
height: 2px;
background-color: #80B7FF;
}
td.threadSeparator /* Separates posts in ShowPost page */
{
background-color: #6798C7;
}
td.adminSeparator /* Separates 'groups of options' in Admin Nav Bar */
{
height: 4px;
background-color: #FFFFFF;
}
td.moderateSeparator /* Separator in ModerateForum page */
{
height: 12px;
background-color: #FFFFFF;
}
/*****************************************************
Validation Text
*****************************************************/
.validationWarning
{
color: Red;
}
/*****************************************************
Page control selected page
*****************************************************/
.currentPage
{
font-size : <%= Formatter.FormatFontSize(1.2) %>;
font-weight:bold;
}
/*****************************************************
Form Elements
*****************************************************/
select /* drop down lists in forms */
{
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
font-size: <%= Formatter.FormatFontSize(0.9) %>;
}
textarea /* large multi-line text boxes in forms */
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: <%= Formatter.FormatFontSize(0.8) %>;
}
input /* input elements in forms, e.g radio buttons, text boxes, etc. */
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: <%= Formatter.FormatFontSize(1.0) %>;
}
/*****************************************************
Control Panel
*****************************************************/
td.ControlPanelTabActive
{
font-weight: bold;
font-size: <%= Formatter.FormatFontSize(0.7) %>;
background-color: #78ABDE;
background-image: url(../images/forumColumnBackground.gif);
background-repeat: repeat-x;
COLOR: white;
}
td.ControlPanelTabInactive
{
color: #4455aa;
font-size: <%= Formatter.FormatFontSize(0.7) %>;
font-weight: normal;
text-decoration: none;
background-image: url(../images/forumHeaderBackgroundAlternate.gif);
background-color: #E7E3E7;
background-repeat: repeat-x;
}
td.ControlPanelTabLine
{
background-color: #7AACE0;
}
.imageButtonToolbar
{
background-image: url(../images/icon_toolbar_mid.gif);
height:25;
vertical-align: middle;
text-decoration: none;
font-size: <%= Formatter.FormatFontSize(0.8) %>;
cursor: pointer;
}
/*************************************
GuestBook
*************************************/
#container
{
text-align: center;
background: #FFF;
margin:0;
padding:0;
}
#wrap {
position: relative;
margin: 0 auto;
padding: 0 16px;
font-size: 95%;
text-align: left;
background: #FFF;
width: 632px;
voice-family: "\"}\"";
voice-family: inherit;
width: 600px;
}
html>body #wrap {
width: 600px;
}
.gbHeader {
background-repeat: no-repeat;
height: 63px;
padding: 0;
margin: 0;
}
.gbHeader a {
border-style: none;
}
.gbHeader h1
{
margin: 5px 5px 2px 0px;
padding: 0px 0px 0px 10px;
font-size:24px;
text-decoration:none;
}
.gbHeader h1 a
{
text-decoration:none;
}
.gbHeader h2
{
margin:5px 5px 2px 0px;
padding:0 0px 0px 10px;
font-size:18px;
}
html>body #gbHeader span {
top: 19px;
}
#main-body {clear:left;}
/* End IE5-Mac hack */
#content {
margin: 24px 0 0 0;
padding: 0 5px;
width: 632px; /* for IE5/Win */
voice-family: "\"}\"";
voice-family: inherit;
width: 600px;
}
#content .entry {
margin: 0;
padding-top: 12px;
border-bottom: 1px solid #ddd;
}
#content .single {
border-top: none;
padding-top: 0;
}
#content ul {
margin: 1em 0 1em 0;
padding-left: 24px;
}
comments {
font-size: 90%;
}
#content h1 {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-size: 110%;
font-weight: bold;
color: #069;
padding: 0;
margin: 0;
}
#content h2 {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-size: 105%;
color: #069;
padding: 0;
margin: 0 0 1em 0;
}
#content h2 a:link, #content h2 a:visited {
font-size: 110%;
text-decoration: none;
color: #069;
}
#content h2 a:hover {
color: #036;
}
#content h3 {
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
font-size: 105%;
font-weight: bold;
color: #963;
padding: 0 0 2px 0;
margin: 1.2em 0 -.2em 0;
border-bottom: 1px solid #eee;
}
/* Div-based forms */
div.formRow
{
clear:both;
width:300px;
padding-top:10px;
}
div.formRow label
{
float: left;
width: 100px;
text-align: right;
}
div.formRow .formEntry
{
float: right;
width: 200px;
text-align: left;
}
<!-- NEW PROFILE -->
#Profile td
{
font-size: 0.9em;
}
#Profile td.lbl
{
width: 200px;
text-align: right;
color: #555555;
}
#Profile-Left
{
float: left;
width: 175px;
background-color: #E3E3E3;
padding: 5px;
margin: 5px;
}
#Profile-Right
{
padding-left: 10px;
margin-left: 205px;
border-left: 1px solid #E3E3E3;
}
#Profile-Head
{
border-bottom: 1px solid #E3E3E3;
padding-bottom: 10px;
margin-bottom: 10px;
}
#Profile-Head h2
{
margin:0px;
}
#Profile-Avatar
{
text-align: center;
}
#Profile ul
{
margin-top: 5px;
margin-left: 20px;
}
#Profile h4
{
font-family: Arial;
margin-top: 5px;
margin-bottom: 3px;
}
#Profile hr
{
margin-bottom: 15px;
margin-top: 10px;
}
<!--- End New Profile -->
<asp:PlaceHolder id="blogs" runat="server" visible="false">
#intro {
border : 1px solid #FA0;
margin : 10px;
padding : 0px 10px;
}
#intro p {
margin : 10px 0px;
}
#authors {
width : 190px;
margin-left: 20px;
border-top : none;
font-size: <%= Formatter.FormatFontSize(0.9) %>;
}
#authors ul {
list-style : none;
padding : 0px;
margin : 0px 5px;
}
#authors p {
margin : 10px 5px;
}
#titleTable
{
margin:0px;
}
#main {
font-size: <%= Formatter.FormatFontSize(0.9) %>;
margin-top: 0px;
}
#main .post
{
margin: 0px;
}
#main td h3
{
margin:0px;
}
#main h3 a:link, a:visited {
color: #246398;
text-decoration : none;
}
#main h3 a:hover {
color: #FF3300;
text-decoration: underline;
}
#main .postfoot {
padding-top: 8px;
margin:-.25em 0 0;
color:#ccc;
font:78%/1em Arial,Verdana,Sans-serif;
text-transform:lowercase;
font-style:normal;
color:#999;
margin-right:.6em;
padding-bottom: 5px;
}
#authors h3
{
COLOR: #A0A0A0;
margin : 0px;
margin-bottom: -10px;
font-family : Arial;
font-size: <%= Formatter.FormatFontSize(1.5) %>;
padding: 0px;
padding-top: 5px;
}
#main th
{
text-align:center;
}
#main td
{
font-family : Verdana;
font-size : 0.8em;
text-align:center;
}
#main td.left, #main th.left
{
text-align:left;
font-size : 0.85em;
}
#main div {
margin : 0px 10px;
}
</asp:PlaceHolder>
#PostToolBar {
top: 1px;
background-image: url(../images/post_toolbar_background.gif);
background-repeat: repeat-x;
border-bottom: 1px solid #2557AD;
}
#headertab {
text-align:right;
FONT-SIZE: <%= Formatter.FormatFontSize(0.7) %>;
FLOAT: left;
WIDTH: 100%;
LINE-HEIGHT: normal;
margin-top: 1px;
}
#headertab UL {
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
LIST-STYLE-TYPE: none
}
#headertab LI {
PADDING-RIGHT: 0px;
PADDING-LEFT: 9px;
BACKGROUND: url(../images/lefttab.gif) no-repeat left top;
FLOAT: right;
PADDING-BOTTOM: 0px;
MARGIN: 0px; PADDING-TOP: 0px
}
#headertab UL A {
PADDING-RIGHT: 15px;
DISPLAY: block;
PADDING-LEFT: 6px;
BACKGROUND: url(../images/righttab.gif) no-repeat right top;
FLOAT: left;
PADDING-BOTTOM: 6px;
COLOR: #26435F;
PADDING-TOP: 5px;
TEXT-DECORATION: none
font-face: Verdana;
}
#headertab A {
FLOAT: none
}
#headertab A:hover {
COLOR: #333
}
#headertab .currenttab {
BACKGROUND-IMAGE: url(../images/lefttab_on.gif);
}
#headertab .currenttab A {
BACKGROUND-IMAGE: url(../images/righttab_on.gif);
PADDING-BOTTOM: 6px; COLOR: #333;
}
.PostToolbarButton, .greyPostToolbarButton, .PostToolbarButtonDown
{
font-size: <%= Formatter.FormatFontSize(.9) %>;
font-family: Arial;
height: 26px;
border: none;
vertical-align: middle;
}
.PostToolbarButton, .PostToolbarButton:link, .PostToolbarButton:visited, .PostToolbarButton:hover
{
text-decoration: none;
background-color: none;
color: black;
}
.greyPostToolbarButton, .greyPostToolbarButton:link, .greyPostToolbarButton:visited, .greyPostToolbarButton:hover
{
text-decoration: none;
background-color: none;
color: #777777;
}
.PostToolbarButton:hover, .greyPostToolbarButton:hover
{
background-color: #FFD695;
}
.PostToolbarButtonDown, .PostToolbarButtonDown:link, .PostToolbarButtonDown:hover, .PostToolbarButtonDown:visited
{
background-color:#FF9D03;
text-decoration: none;
color: white;
}
#theform
{
font-family: Georgia, serif;
font-size: 12px;
color:#999;
padding: 0 50px;
}
#theform label {
font-family: Verdana, sans-serif;
font-weight:bold;
color:#000000;
font-size: <%= Formatter.FormatFontSize(1.0) %>;
}
#theform fieldset {
border: 0px solid #ccc;
padding: 0 10px;
margin-bottom: 10px;
padding-bottom: 10px;
}
#theform legend
{
padding-left: 0;
margin-left: 0;
}
#theform p
{
margin-bottom: -.5em;
}
<asp:PlaceHolder id="galleries" runat="server" visible="false">
#main {
margin-left: 10;
padding-right: 15px;
font-size: <%= Formatter.FormatFontSize(1.0) %>;
margin-top: 0px;
border-right: 1px solid #E6E6E6;
}
#main h3 {
font-family: Trebuchet MS, Arial, Helvetica;
font-size: <%= Formatter.FormatFontSize(1.3) %>;
font-weight: normal;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
margin-bottom: -19px;
}
#main h3 a:link, a:visited {
color: #246398;
text-decoration : none;
}
#main h3 a:hover {
color: #FF3300;
text-decoration: underline;
}
#main .postfoot {
padding-top: 8px;
color:#ccc;
font:78%/1em Arial,Verdana,Sans-serif;
text-transform:lowercase;
font-style:normal;
color:#999;
margin-right:.6em;
padding-bottom: 5px;
}
#main h2 {
letter-spacing:.2em;
color: #C0C0C0;
margin: 0px 0px 0px 0px;
font-family: Arial;
font-size: <%= Formatter.FormatFontSize(1.5) %>;
padding: 0px 0px 0px 0px;
margin-bottom: -7px;
}
#main div {
margin : 0px 10px;
}
#main hr {
border: 0px;
color: #E6E6E6;
height: 1px;
}
#main .pictureRow, #main .pictureRow img
{
vertical-align: bottom;
}
#main .pagingRow
{
padding-top: 8px;
color:#ccc;
font:78%/1em Arial,Verdana,Sans-serif;
text-transform:lowercase;
font-style:normal;
color:#999;
margin-right:.6em;
padding-bottom: 5px;
text-align: right;
}
#sidebar {
width : 250px;
margin-left: 20px;
background-color: #FFFFFF;
padding-bottom : 10px;
border-top : none;
font-size: <%= Formatter.FormatFontSize(0.8) %>;
}
#sidebar ul {
list-style : none;
padding : 0px;
margin : 10px 5px;
}
#sidebar li {
padding-bottom: 10px;
}
#sidebar h3
{
color: #C0C0C0;
margin : 0px;
margin-bottom: -7px;
font-family : Arial;
font-size: <%= Formatter.FormatFontSize(1.5) %>;
padding: 0px;
padding-top: 7px;
}
#sidebar h3 a, #sidebar h3 a:link, #sidebar h3 a:visited
{
color: #C0C0C0;
}
#sidebar h3 a:hover
{
text-decoration: underline;
}
#sidebar h2 {
font-family : Verdana;
font-weight: bold;
background-color: #6798C7;
COLOR: white;
border-top: 1px solid #CADBEC;
border-left: 1px solid #CADBEC;
color : #FFF;
margin : 0px;
padding : 2px;
font-size: <%= Formatter.FormatFontSize(0.8) %>;
text-align : center;
text-transform: uppercase;
}
#sidebar hr {
border: 0px;
color: #E6E6E6;
height: 1px;
}
.currentPage
{
font-weight: 900;
color: #FF6600;
}
</asp:PlaceHolder>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -