105 lines
1.3 KiB
CSS
105 lines
1.3 KiB
CSS
.session {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.tabText {
|
|
width: 90%;
|
|
overflow-x: hide;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#tabs {
|
|
font-family: Arial, Georgia, Helvetica, mono !important;
|
|
}
|
|
|
|
#tabs ul {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.ui-tabs-hide {
|
|
position: absolute;
|
|
left: -10000px;
|
|
display: block;
|
|
}
|
|
|
|
.sessionIntro {
|
|
/* margin-bottom: 15px; */
|
|
font-size: 11px;
|
|
}
|
|
|
|
.sessionTitle {
|
|
cursor: pointer;
|
|
/* margin-bottom: 10px; */
|
|
font-size: 12px;
|
|
color: #c73e2b;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sessionChild {
|
|
display: none;
|
|
}
|
|
|
|
.talksTitle {
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.talkIcons {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.myToolTip {
|
|
width: 350px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ttIntro {
|
|
font-size 12px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.rightclickHelp {
|
|
font-style: italic;
|
|
font-size: 11px;
|
|
display: block;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.tabTitle {
|
|
color: #582E1E;
|
|
text-align: left;
|
|
}
|
|
|
|
.talks li {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.readingMatTitle a, .readingMatTitle a:visited {
|
|
text-decoration: none !important;
|
|
font-weight: bold;
|
|
color: #c73e2b;
|
|
}
|
|
|
|
.readingMatTitle a:hover {
|
|
color: #5f3326;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#commentForm {
|
|
font-size: 13px;
|
|
}
|
|
|
|
#comment_form_errors {
|
|
color: #FF4400;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.comment {
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.comment_meta span {
|
|
font-weight: bold;
|
|
}
|