📄 styles.css
字号:
* {margin:0;padding:0}
html{
font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 11px;
}
body{
color: #333;
background: url(../img/bg.gif);
}
a:link, a:visited{
color: #333;
text-decoration: none;
border-bottom: 1px solid #DDD;
}
a:hover{
color: #FF6600;
border-bottom: 1px solid #FF6600;
}
*html a:hover{
border-bottom: 1px solid #DDD;
}
img{
border: none;
}
table{
padding: 0;
margin: 0;
/* margin-bottom: 1px;*/
}
h1{
font-family: Trebuchet MS;
font-weight: normal;
}
h2{
font: 17px georgia, arial, tahoma, sans-serif;
}
h3{
font: 17px georgia, arial, tahoma, sans-serif;
}
ul {
padding-left: 5px;
}
li {
background: url(../img/arrowList.gif) no-repeat;
background-position: 0 5px;
margin-bottom: 2px;
padding-left: 10px;
list-style-type: none;
}
.linkOut{
cursor: pointer;
color: #333;
text-decoration: none;
border-bottom: 1px solid #DDD;
}
.linkOver{
color: #FF6600;
border-bottom: 1px solid #FF6600;
}
#startMsg{
text-align: center;
margin-top: 100px;
}
#application {
padding: 7px 10px 10px 10px;
display: none;
}
#topLinks, #topLinks div {
height: 20px;
}
#topLinks td{
vertical-align: top;
}
#topLinks .addLink{
float:left;
background: url(../img/add.gif) no-repeat 1px 2px;
padding-left: 14px;
font-weight: normal;
}
#topLinks .optionsLink{
margin-left: 20px;
float:left;
background: url(../img/options.gif) no-repeat 0 0;
padding-left: 18px;
font-weight: normal;
}
#nav{
position: absolute;
top: 5px;
left: 5px;
}
.podcast li {
background: url(../img/speaker.gif) no-repeat;
background-position: 0 1px;
margin-bottom: 2px;
padding-left: 16px;
list-style-type: none;
}
#pageTitle {
margin:0 auto;
text-align:center;
color:#549B3F;
font:17px georgia;
}
#pageTitle span{
padding: 3px 5px 3px 5px;
}
.rssItemList li{
margin-bottom: 0;
height: 14px;
overflow: hidden;
}
.rssItemList a:link, .rssItemList a:visited{
text-decoration: none;
border-bottom: none;
}
.rssItemList a:hover{
border-bottom: none;
}
#maintable{
margin-top: 30px;
}
#navModuleBox{
border: 3px solid #EEE;
display: none;
width: 350px;
background-color: #FFF;
position: absolute;
z-index: 1;
}
#navInfosBox{
border: 3px solid #EEE;
display: none;
width: 225px;
background-color: #FFF;
position: absolute;
z-index: 1;
}
.frame{
border: 1px solid #888;
}
.frame2{
margin: 2px;
background-color: #EFF5FF;
padding: 5px;
}
#headerName {
font-size: 12px;
color: #F60;
clear:both;
}
#selectionTree{
}
.transparent{
filter:alpha(opacity=12);
-moz-opacity:0.12;
opacity: 0.12;
background-color: #000;
}
.addToPage{
padding: 3px;
text-align: center;
font-weight: bold;
}
.addToPageLinkOut {
color: #F60;
border-bottom: 1px solid #F60;
}
.addToPageLinkOver {
cursor: pointer;
color: #36C;
border-bottom: 1px solid #36C;
}
#moduleSelection {
background: #FFF;
border: 3px solid #EEE;
margin-right: 7px;
}
#moduleSelectionFrame{
border: 1px solid #AAA;
}
#moduleSelectionTable{
}
/* SELECTION NAV */
#widgetsList {
background: #EFF5FF;
}
#widgetsList .separator{
margin: 10px 6px 8px 6px;
border-top: 1px solid #C7DCFF;
}
#widgetsList .ulLike {
padding: 2px 0 1px 10px;
margin: 0;
}
#widgetsList .liLike {
clear: both;
border: none;
padding: 2px 2px 0 7px;
margin: 0;
}
#widgetsList .itemLine{
height: 16px;
overflow: hidden;
}
#widgetsList .itemLineMain{
height: 16px;
overflow: hidden;
font-weight: bold;
}
#widgetsList .folderIcon{
width: 16px;
height: 16px;
background-image: url(../img/folder.gif);
background-repeat: no-repeat;
background-position: 0 0;
float: left;
}
#widgetsList .hideSub{
width: 16px;
height: 16px;
float: left;
background-image: url(../img/hideMod.gif);
background-repeat: no-repeat;
background-position: 0px 1px;
}
#widgetsList .showSub{
width: 16px;
height: 16px;
float: left;
background-image: url(../img/showMod.gif);
background-repeat: no-repeat;
background-position: 0px 1px;
}
#widgetsList .text{
display: inline;
margin-left: 5px;
line-height: 1.4em;
}
#widgetsList .navLoading{
/* color: #F00;*/
font-weight: normal;
padding: 2px 0 2px 21px;
display: block;
height:100%;
}
#modulesArea {
}
#feedReader{
border: 3px solid #DDD;
position: absolute;
display: none;
}
#feedReaderFrame{
border: 1px solid #000;
}
#feedReader .frame{
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
border-bottom: 1px solid #C4DAFF;
border-right: 1px solid #C4DAFF;
/* background-color: #E2EDFF;*/
background-color: #E5EFFF;
}
#feedReader .header{
font-weight: bold;
color: #00368F;
font-size: 11px;
padding: 4px 2px 4px 8px;
}
#feedReaderFrame2{ /* headlines+content */
padding: 7px;
}
#feedReader .tdHeadlines{
vertical-align: top;
border: 1px solid #C4DAFF;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
background-color: #FFF;
}
#feedReaderHeadlinesFrame{
border: 1px solid #598BCC;
overflow: auto;
}
#feedReaderContentFrame{
border: 1px solid #598BCC;
overflow: auto;
}
#feedReaderContentFrame .contentInsideFrame{
padding: 10px;
}
#feedReader .tdSeparator{
width: 4px;
vertical-align: top;
cursor: e-resize;
}
#feedReader .tdContent{
vertical-align: top;
background: #FFF;
border: 1px solid #C4DAFF;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
}
#feedReader .headline{
color: #333;
cursor: pointer;
border-bottom: 1px solid #ECF0F9;
padding:3px 3px 3px 20px;
background: url(../img/folderSmall.gif) no-repeat 4px 4px;
background-color: #FFF;
/* height: 15px;
overflow: hidden;
line-height: 1.4em;*/
}
*html #feedReader .headline{
height: 1%; /* ie be nice */
}
#feedReader .title{
color: #F60;
font-size: 14px;
font-family: Georgia, Verdana;
font-weight: bold;
padding: 0 0 2px 20px;
margin-bottom: 10px;
background: url(../img/folder.gif) no-repeat ;
}
#feedReader .title a{
color: #F60;
}
#feedReader .title a:hover{
border-bottom: 1px solid #F60;
}
#feedReader .title .moreLink{
float: right;
font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-right: 5px;
}
#feedReader .title .moreLink a{
color: #36C;
border-bottom: 1px solid #36C;
}
#feedReader .title .moreLink a:hover{
color: #F60;
border-bottom: 1px solid #F60;
}
#feedReader .feedContent{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 1.4em;
font-size: 12px;
color: #796649;
padding-left: 15px;
}
#feedReader .feedContent p{
padding: 5px 0 5px 0;
}
#feedReader .feedContent h2{
color: #3169B5;
padding: 5px 0 5px;
font-size: 13px;
font-weight: bold;
}
#feedReader .feedContent h3{
color: #3169B5;
padding: 5px 0 5px;
font-size: 12px;
font-weight: bold;
}
#feedReader .feedContent blockquote{
margin: 5px 5px 5px 25px;
border-left: 4px solid #EEE;
padding-left: 7px;
}
#feedReader .feedContent .podcast{
margin: 10px;
color: #333;
font-weight: bold;
font-size: 10px;
}
#feedReader .feedContent .podcast table a:link,
#feedReader .feedContent .podcast table a:visited{
border-bottom: none;
}
#feedReader .listen{
border: 2px solid #EEE;
cursor: pointer;
}
#feedReader .listen div{
border: 1px solid #666;
}
#feedReader .listen div div{
background: #E5EFFF url(../img/speaker.gif) no-repeat;
background-position: 4px 3px;
padding: 0 4px 0 19px;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
}
#feedReader .download{
color: #333;
border: 2px solid #EEE;
cursor: pointer;
}
#feedReader .download div{
border: 1px solid #666;
}
#feedReader .download div div{
background: #E5EFFF url(../img/download.gif) no-repeat;
background-position: 4px 2px;
padding: 0 4px 0 19px;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
}
#feedReader .readAll{
float:left;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
cursor: pointer;
}
#feedReader .readAll div{
border: 1px solid #666;
}
#feedReader .readAll div div{
background-color: #F7F7F7;
background-position: 4px 3px;
padding: 1px 4px 1px 4px;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
border-bottom: 1px solid #CCC;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -