/www/trunk/htdocs/styles.css
# · CSS · 86 lines · 80 code · 6 blank · 0 comment · 0 complexity · acad30019a6a98e5f759e3360a09b62d MD5 · raw file
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- background-color: #EEEEEE;
- }
- .download_text {
- font-family: Arial, Helvetica, sans-serif;
- font-size: large;
- color: #666666;
- }
- a:link {
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- a:active {
- text-decoration: none;
- }
- .header_text {
- font-family: Arial, Helvetica, sans-serif;
- font-size: small;
- color: #666666;
- margin: 3px;
- }
- .menu_links {
- font-family: Arial, Helvetica, sans-serif;
- font-size: small;
- color: #666666;
- }
- .menu_headings {
- font-family: Arial, Helvetica, sans-serif;
- font-size: small;
- color: #FFFFFF;
- font-weight: bold;
- }
- .body_text {
- font-family: Arial, Helvetica, sans-serif;
- font-size: small;
- }
- .screenshot {
- float: left;
- margin: 0px 9px 9px 0px;
- }
- .download {
- float: right;
- }
- div.plugin-list-item
- {
- padding-bottom: 10px;
- }
- div.plugin-name
- {
- font-weight: bold;
- }
- div.plugin-summary
- {
- padding: 3px;
- border: solid black 1px;
- background: rgb(240,240,255);
- }
- div.plugin-branch
- {
- padding-top: 3px;
- padding-left: 10px;
- }
- span.plugin-date
- {
- font-size: smaller;
- }
- div.plugin-detail-link
- {
- font-size: smaller;
- text-align: right;
- }