padmatexts/padmaTexts/static/css/text.css

262 lines
3.6 KiB
CSS
Raw Permalink Normal View History

2010-11-10 23:43:02 +00:00
body {
background: #F0EBE2;
color: #363636;
font-family: "DejaVu Sans", Arial, Verdana, sans-serif;
2011-06-27 18:42:53 +00:00
font-size: 12px;
2010-11-10 23:43:02 +00:00
}
2011-03-28 10:59:20 +00:00
h4 {
padding: 0;
margin: 0;
2011-06-27 18:30:42 +00:00
font-size: 14px;
2011-03-28 10:59:20 +00:00
}
2011-01-02 11:31:06 +00:00
a img {
border: 0px;
}
2011-06-27 18:30:42 +00:00
.authorLink {
2011-06-27 18:32:19 +00:00
color: #666666;
2011-06-27 18:30:42 +00:00
}
.authorLink:visited {
2011-06-27 18:32:19 +00:00
color: #666666;
2011-06-27 18:30:42 +00:00
}
.authorLink:hover {
color: #000000;
}
2010-11-10 23:43:02 +00:00
.padmaWrapper {
width: 100%;
position: relative;
margin-top: 5px;
margin-bottom: 5px;
/* margin-left: 10%; */
border: 1px solid #333;
background: #000;
padding: 4px;
}
2010-12-30 16:17:36 +00:00
#leftBar {
width: 250px;
height: 100%;
2011-01-07 03:52:42 +00:00
background: #ccc;
2010-12-30 16:17:36 +00:00
float: left;
}
2011-01-07 03:54:42 +00:00
#leftBar a {
color: #333 !important;
font-style: normal !important;
}
2010-12-30 16:17:36 +00:00
#essayWrapper {
float: left;
}
2010-11-10 23:43:02 +00:00
2010-12-30 11:48:37 +00:00
#essayAbstract {
font-style: italic;
}
2011-06-27 18:30:42 +00:00
2010-11-10 23:43:02 +00:00
.para {
padding: 8px;
border-left: 1px solid #000;
}
h1 {
font-size: 220%;
font-family: "Times New Roman", Times, serif;
2010-12-30 12:44:57 +00:00
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
2011-02-21 10:14:16 +00:00
margin-left: 8px;
2010-12-30 12:44:57 +00:00
}
h4 {
margin-top: 0;
padding-top: 0;
margin-left: 8px;
margin-bottom: 0;
}
h3 {
2011-02-21 10:14:16 +00:00
margin-bottom: 4px;
2010-12-30 12:44:57 +00:00
padding-bottom: 0;
2011-02-21 10:14:16 +00:00
font-family: "DejaVu Sans", Arial, Verdana, sans-serif;
}
p {
margin-top: 0;
2010-11-10 23:43:02 +00:00
}
2010-12-30 12:44:57 +00:00
#essay, #essayAbstract, #authorBio {
margin-left: 8px;
padding-bottom: 0px;
}
#authorBio p {
margin: 0;
}
2011-02-21 10:14:16 +00:00
#authorBio {
margin-top: 48px;
margin-bottom: 96px;
}
2010-11-14 02:00:22 +00:00
#loading {
position: fixed;
right: 0px;
bottom: 40%;
top: 40%;
width: 320px;
height: 20%;
font-size: 24px;
font-weight: bold;
color: #fff;
background: #898989;
opacity: 0;
z-index: 1000;
}
2010-11-10 23:43:02 +00:00
#padmaSidebar {
2010-11-14 14:46:34 +00:00
width: 360px;
2010-11-14 02:00:22 +00:00
height: 100%;
2010-11-10 23:43:02 +00:00
margin-right: 10px;
position: fixed;
top: 0px;
right: 0px;
background-color: rgb(187,187,87);
background-color: rgba(187,187,87,1);
bottom: 0px;
}
#aboutTxt {
color: #363636;
padding: 15px;
2010-11-14 02:00:22 +00:00
height: 90%;
margin-top: 10%;
overflow-y: scroll;
2010-11-10 23:43:02 +00:00
}
#padmaSidebarRelative {
position: relative;
}
.padmaVideo {
}
.annotationText {
color: #363636;
2010-11-14 02:00:22 +00:00
margin-top: 8px;
margin-bottom: 8px;
2010-11-10 23:43:02 +00:00
font-size: 13px;
2011-03-12 11:32:24 +00:00
height: 300px;
2010-11-10 23:43:02 +00:00
overflow-y: auto;
width: 90%;
margin-left: auto;
margin-right: auto;
/* padding: 8px;
margin-right: 2px; */
}
2011-02-21 12:28:19 +00:00
.padmaContributor {
font-style: italic;
font-size: 9px;
}
2010-11-10 23:43:02 +00:00
.padmaViewer {
position: relative;
2010-11-14 14:46:34 +00:00
width: 360px;
2010-11-10 23:43:02 +00:00
height: 100%;
padding: 6px;
color: #fff;
}
.padmaViewer video {
2010-11-14 14:46:34 +00:00
width: 360px;
2010-11-14 02:00:22 +00:00
margin-top: 10px;
2010-11-10 23:43:02 +00:00
margin-left: -6px;
}
.padmaLink {
2011-03-28 10:50:00 +00:00
text-decoration: underline;
2010-11-10 23:43:02 +00:00
font-style: italic;
font-size: 90%;
2011-03-28 10:50:00 +00:00
color: #363636;
2010-11-10 23:43:02 +00:00
}
2011-01-02 09:19:51 +00:00
.nowPlaying {
background: #ffff00;
}
2010-11-10 23:43:02 +00:00
.padmaLink:hover {
2010-11-14 02:00:22 +00:00
color: red;
2010-11-10 23:43:02 +00:00
}
.padmaViewer .close {
position: absolute;
top: 2px;
left: 2px;
width: 15px;
height: 15px;
font-size: 12px;
color: #f00;
cursor: pointer;
}
2011-03-12 11:32:24 +00:00
.padmaTrack {
color: #fff;
font-style: italic;
}
2010-11-14 14:46:34 +00:00
.padmaButtons {
width: 108px;
margin-left: auto;
margin-right: auto;
2010-11-14 14:46:34 +00:00
}
.padmaButtons a {
margin-right: 10px;
padding: 2px;
width: 20px;
border: 1px solid #000;
background: #363636;
color: #fff !important;
text-decoration: none !important;
text-align: center;
display: block;
float: left;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;
}
.padmaButtons a:hover {
background: #fff;
color: #363636 !important;
}
/*
2010-11-10 23:43:02 +00:00
.viewOnPadma {
margin-top: 6px;
width: 100%;
text-align: center;
}
.viewOnPadma a {
color: #666;
text-decoration: none;
font-weight: bold;
border: 2px outset #666;
padding: 2px;
}
.viewOnPadma a:hover {
color: #fff;
}
.viewOnPadma a:active {
border: 2px inset #666;
}
2010-11-14 14:46:34 +00:00
*/