Podcast/css/core.css
2013-01-30 08:05:18 +01:00

148 lines
No EOL
2.3 KiB
CSS

body {
margin: 0;
min-width: 150px;
background-color: #F1EFE2;
}
body, .normalFont {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.topBar, .topBarMenu {
background-color: #206BA4;
color: white;
}
.topBarMenu {
position: absolute;
z-index: 10;
}
.topBar .topBarItem {
padding: 6px;
text-align: center;
height: 18px;
}
.topBar a, .topBar a:visited {
text-decoration: none;
color: white;
}
#controlButton {
width: 50px;
float: right;
}
#controlButton:hover {
background-color: #708090;
cursor: pointer;
}
#pageSwitcher {
width: 50px;
float: left;
}
#pageSwitcher:hover {
background-color: #708090;
cursor: pointer;
}
.pageswitch-icon {
transition-property: font-size, top, left, color;
-webkit-transition-property: font-size, top, left, color;
transition-duration: 1s;
-webkit-transition-duration: 1s;
position: absolute;
}
.pageswitch-icon.next {
font-size: 18px;
top: 5px;
left: 20px;
z-index: 10;
}
.pageswitch-icon.next1 {
font-size: 12px;
top: 12px;
left: 33px;
z-index: 8;
color: #708090;
}
.pageswitch-icon.next2 {
font-size: 10px;
top: 3px;
left: 33px;
z-index: 6;
color: #708090;
}
.pageswitch-icon-hidden {
display: none;
}
#pageswitch-back-arrow {
left: 4px;
}
.pageSwitchMenu {
border: 1px solid red;
padding: 0;
text-align: left;
}
.pageSwitchMenu ul {
padding: 0;
margin: 0
}
.pageSwitchMenu li {
padding: 10px;
display: block;
}
.pageSwitchMenu li i {
color: green;
display: inline-block;
width: 30px;
}
.pageSwitchMenu li:hover {
background-color: red;
}
.hasAudio {
color: #32cd32;
}
.pullDownMessage {
text-align: center;
padding: 30px;
}
.fullCurrentInfo {
width: 100%;
box-sizing: border-box;
padding: 10px;
}
.feedImage {
width: 50%;
max-width: 150px;
}
/* feedItemList */
.listItem {
border-top: 1px solid #c0c0c0;
min-height: 40px;
font-size: 12px;
}
.feedItemTitle {
display: block;
font-weight: bold;
}
.feedItemContent {
border-right: 1px solid #c0c0c0;
margin-right: 40px;
min-height: 40px;
}
.playButton {
width: 40px;
height: 100%;
font-size: 20px;
color: #c0c0c0;
vertical-align: middle;
text-align: center;
line-height: 40px;
}