Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- color: #FFF;
- background: #111;
- margin: 0;
- padding: 0;
- }
- div.content {
- margin: 0 auto;
- width: 80%;
- }
- header {
- margin: 30px 0 20px 10px;
- }
- header a {
- font-weight: bold;
- margin-right: 25px;
- position: relative;
- top: -40px;
- left: 30px;
- }
- header a.selected {
- color: #64B835;
- }
- .video-player {
- width: 60%;
- height: auto;
- }
- aside.right {
- float: right;
- width: 37%;
- }
- div.left {
- float: left;
- }
- div.season {
- margin-top: 10px;
- margin-bottom: 50px;
- }
- table {
- width: 100%;
- }
- table tr td {
- width: 15%;
- }
- img.icon {
- width: 80%;
- height: auto;
- border-radius: 15px;
- position: relative;
- left: -3px;
- margin-bottom: 5px;
- }
- .border
- {
- border-top: 1px solid #2E3033;
- margin-bottom: 10px;
- }
- a, p, h3 {
- text-decoration: none;
- font-family: Helvetica, Arial, sans-serif;
- }
- p.msg {
- float: left;
- width: 65%;
- display: block;
- clear: both;
- }
- h3 {
- font-size: 20px;
- font-weight: bold;
- margin-bottom: 10px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement