Created
October 16, 2012 00:47
-
-
Save divad12/3896639 to your computer and use it in GitHub Desktop.
Readable styling for https://www.student.cs.uwaterloo.ca/~se463/ Generated using Stylebot: http://stylebot.me/styles/1776
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: #ffffff !important; | |
} | |
tbody tr td { | |
background-color: #ebebeb; | |
padding-top: 3px; | |
padding-bottom: 3px; | |
padding-left: 5px; | |
} | |
tr th font { | |
color: #ffffff; | |
} | |
body ol li { | |
font-size: 18px; | |
color: #333; | |
line-height: 24px; | |
} | |
body ul li { | |
font-size: 18px; | |
line-height: 24px; | |
} | |
body center p { | |
width: 1000px; | |
} | |
body b a { | |
color: #396cb8; | |
text-decoration: none; | |
} | |
body b a:hover { | |
text-decoration: underline; | |
} | |
html body a { | |
color: #529cd4; | |
text-decoration: none; | |
} | |
body a:hover { | |
text-decoration: underline; | |
} | |
tbody tr th { | |
color: #ffffff; | |
background-color: #9e9e9e; | |
min-width: 150px; | |
height: 41px; | |
} | |
html body p { | |
font-family: Palatino, "Palatino Linotype", Georgia, serif; | |
font-size: 18px; | |
color: #333; | |
line-height: 26px; | |
} | |
html body { | |
font-size: 18px; | |
font-family: Palatino, "Palatino Linotype", Georgia, serif; | |
max-width: 1100px; | |
margin: auto; | |
padding-top: 20px; | |
color: #333; | |
} | |
html body { | |
font-size: 18px; | |
font-family: Palatino, "Palatino Linotype", Georgia, serif; | |
max-width: 1100px; | |
margin: auto; | |
padding-top: 20px; | |
color: #333; | |
padding-left: 20px; | |
padding-right: 20px; | |
} | |
html body a[href] { | |
color: #529cd4; | |
text-decoration: none; | |
} | |
html body a[href]:hover { | |
text-decoration: underline; | |
} | |
tbody tr[bgcolor] td { | |
background-color: #d5d5d5; | |
} | |
font font font { | |
color: #333; | |
font-family: Palatino, "Palatino Linotype", serif; | |
font-style: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment