Skip to content
Snippets Groups Projects
Commit f2837eed authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#60453 by Flanker, CSS cleanup.

parent a2a5c4c1
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -83,7 +83,7 @@ td.menu-disabled { ...@@ -83,7 +83,7 @@ td.menu-disabled {
padding-bottom: .5em padding-bottom: .5em
} }
.block-region { .block-region {
background-color: #ffff66; background-color: #ff6;
margin-top: 4px; margin-top: 4px;
margin-bottom: 4px; margin-bottom: 4px;
padding: 3px; padding: 3px;
...@@ -398,7 +398,7 @@ dl.multiselect .form-item { ...@@ -398,7 +398,7 @@ dl.multiselect .form-item {
} }
.profile { .profile {
clear: both; clear: both;
margin: 1em 0 1em 0; margin: 1em 0;
} }
.profile .picture { .profile .picture {
float: right; float: right;
...@@ -540,7 +540,7 @@ ul.primary li a:hover { ...@@ -540,7 +540,7 @@ ul.primary li a:hover {
} }
ul.secondary { ul.secondary {
border-bottom: 1px solid #bbb; border-bottom: 1px solid #bbb;
padding: 0.5em 1em 0.5em 1em; padding: 0.5em 1em;
margin: 5px; margin: 5px;
} }
ul.secondary li { ul.secondary li {
......
...@@ -65,10 +65,10 @@ table { ...@@ -65,10 +65,10 @@ table {
color: #222; color: #222;
} }
.links { .links {
margin-bottom: 0em; margin-bottom: 0;
} }
.comment .links { .comment .links {
margin-bottom: 0em; margin-bottom: 0;
} }
/* /*
...@@ -86,7 +86,7 @@ table { ...@@ -86,7 +86,7 @@ table {
} }
#logo img { #logo img {
float: left; float: left;
padding: 0em 1.0em 0em 1em; padding: 0 1em;
border: 0; border: 0;
} }
#menu { #menu {
...@@ -120,7 +120,7 @@ table { ...@@ -120,7 +120,7 @@ table {
} }
#search .form-text { #search .form-text {
width: 8em; width: 8em;
padding: 0 0.5em 0 0.5em; padding: 0 0.5em;
} }
#mission { #mission {
background-color: #369; background-color: #369;
...@@ -132,8 +132,8 @@ table { ...@@ -132,8 +132,8 @@ table {
font-weight: bold; font-weight: bold;
} }
.site-name { .site-name {
margin: 0.6em 0em 0em 0em; margin: 0.6em 0 0 0;
padding: 0em; padding: 0;
font-size: 2em; font-size: 2em;
} }
.site-name a:link, .site-name a:visited { .site-name a:link, .site-name a:visited {
...@@ -147,7 +147,7 @@ table { ...@@ -147,7 +147,7 @@ table {
font-size: 1em; font-size: 1em;
color: #eee; color: #eee;
display: block; display: block;
margin: 0em 0em 0em 0em; margin: 0;
font-style: italic; font-style: italic;
font-weight: bold; font-weight: bold;
} }
...@@ -156,7 +156,7 @@ table { ...@@ -156,7 +156,7 @@ table {
padding: 10px; padding: 10px;
} }
#mission, .node .content, .comment .content { #mission, .node .content, .comment .content {
line-height: 1.4; line-height: 1.4em;
} }
#help { #help {
font-size: 0.9em; font-size: 0.9em;
...@@ -197,7 +197,7 @@ table { ...@@ -197,7 +197,7 @@ table {
font-weight: bold; font-weight: bold;
font-size: 1.3em; font-size: 1.3em;
color: #777; color: #777;
margin: 0 auto 0 auto; /* decrease default margins for h<x>.title */ margin: 0 auto; /* decrease default margins for h<x>.title */
} }
.submitted { .submitted {
color: #999; color: #999;
...@@ -273,7 +273,7 @@ table { ...@@ -273,7 +273,7 @@ table {
background-color: #eee; background-color: #eee;
border: 1px solid #ccc; border: 1px solid #ccc;
padding: 1em; padding: 1em;
margin: 1em 0 1em 0; margin: 1em 0;
} }
#aggregator .news-item .categories, #aggregator .source, #aggregator .age { #aggregator .news-item .categories, #aggregator .source, #aggregator .age {
color: #999; color: #999;
...@@ -291,7 +291,7 @@ table { ...@@ -291,7 +291,7 @@ table {
width: 100%; width: 100%;
} }
#forum td { #forum td {
padding: 0.5em 0.5em 0.5em 0.5em; padding: 0.5em;
} }
#forum td.forum, #forum td.posts { #forum td.forum, #forum td.posts {
background-color: #eee; background-color: #eee;
...@@ -320,7 +320,7 @@ table { ...@@ -320,7 +320,7 @@ table {
clear: both; clear: both;
border: 1px solid #abc; border: 1px solid #abc;
padding: .5em; padding: .5em;
margin: 1em 0em 1em 0em; margin: 1em 0em;
} }
#profile .profile .name { #profile .profile .name {
padding-bottom: 0.5em; padding-bottom: 0.5em;
...@@ -352,5 +352,6 @@ table { ...@@ -352,5 +352,6 @@ table {
background-color: #ccc; background-color: #ccc;
} }
.calendar .row-week td a:hover { .calendar .row-week td a:hover {
background-color: #fff; color: #000; background-color: #fff;
color: #000;
} }
...@@ -69,7 +69,7 @@ table { ...@@ -69,7 +69,7 @@ table {
} }
.comment { .comment {
border: solid 1px #777; border: solid 1px #777;
margin: 0.5em 0 0.5em 0; margin: 0.5em 0;
padding: 0.5em; padding: 0.5em;
} }
.block { .block {
......
...@@ -47,7 +47,7 @@ p { ...@@ -47,7 +47,7 @@ p {
} }
blockquote { blockquote {
border-left: 4px solid #69c; border-left: 4px solid #69c;
padding: 0 15px 0 15px; padding: 0 15px;
margin: 25px 100px 25px 50px; margin: 25px 100px 25px 50px;
color: #696969; color: #696969;
text-align: left; text-align: left;
...@@ -126,25 +126,25 @@ td#home a:hover img { ...@@ -126,25 +126,25 @@ td#home a:hover img {
font-size: 0.85em; font-size: 0.85em;
} }
.tabs { .tabs {
margin: 15px 0 15px 0; margin: 15px 0;
} }
.tabs ul.primary { .tabs ul.primary {
border-collapse: collapse; border-collapse: collapse;
padding: 0 0 3px 10px; padding: 0 0 3px 10px;
white-space: nowrap; white-space: nowrap;
list-style: none; list-style: none;
margin: 0 0 0 0; margin: 0;
height: auto; height: auto;
line-height: normal; line-height: normal;
border-bottom: 2px solid #336699; border-bottom: 2px solid #369;
} }
.tabs ul.primary li { .tabs ul.primary li {
display: inline; display: inline;
} }
.tabs ul.primary li a { .tabs ul.primary li a {
padding: 3px 10px 3px 10px; padding: 3px 10px;
background: #fff url(tabs-off.png) left top no-repeat; background: #fff url(tabs-off.png) left top no-repeat;
border-color: #6699CC; border-color: #69C;
border-width: 2px; border-width: 2px;
border-style: none solid none none; border-style: none solid none none;
height: auto; height: auto;
...@@ -153,8 +153,8 @@ td#home a:hover img { ...@@ -153,8 +153,8 @@ td#home a:hover img {
text-transform: lowercase; text-transform: lowercase;
} }
.tabs ul.primary li.active a { .tabs ul.primary li.active a {
background: #336699 url(tabs-on.png) left top no-repeat; background: #369 url(tabs-on.png) left top no-repeat;
border-right: 2px solid #336699; border-right: 2px solid #369;
color: #fff; color: #fff;
} }
.tabs ul.primary li a:hover { .tabs ul.primary li a:hover {
...@@ -163,8 +163,8 @@ td#home a:hover img { ...@@ -163,8 +163,8 @@ td#home a:hover img {
} }
.tabs ul.secondary { .tabs ul.secondary {
border-collapse: collapse; border-collapse: collapse;
padding: 10px 0 10px 0; padding: 10px 0;
margin: 0 0 0 0; margin: 0;
white-space: nowrap; white-space: nowrap;
width: 100%; width: 100%;
list-style: none; list-style: none;
...@@ -182,7 +182,7 @@ td#home a:hover img { ...@@ -182,7 +182,7 @@ td#home a:hover img {
.tabs ul.secondary li a { .tabs ul.secondary li a {
background: #fff url(tabs-option-off.png) left center no-repeat; background: #fff url(tabs-option-off.png) left center no-repeat;
padding: 10px 0 10px 25px; padding: 10px 0 10px 25px;
margin: 0 0 0 0; margin: 0;
} }
.tabs ul.secondary li a.active { .tabs ul.secondary li a.active {
background: #fff url(tabs-option-on.png) left center no-repeat; background: #fff url(tabs-option-on.png) left center no-repeat;
...@@ -220,7 +220,7 @@ td#home a:hover img { ...@@ -220,7 +220,7 @@ td#home a:hover img {
color: #696969; color: #696969;
border-top: 2px solid #dcdcdc; border-top: 2px solid #dcdcdc;
border-bottom: 2px solid #dcdcdc; border-bottom: 2px solid #dcdcdc;
padding: 10px 10px 10px 10px; padding: 10px;
margin: 20px 35px 0 35px; margin: 20px 35px 0 35px;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
font-size: 1.1em; font-size: 1.1em;
...@@ -309,8 +309,8 @@ td#home a:hover img { ...@@ -309,8 +309,8 @@ td#home a:hover img {
color: #aaa; color: #aaa;
} }
table#footer-menu { table#footer-menu {
border-top: 3px solid #6699cc; border-top: 3px solid #69c;
border-bottom: 3px solid #6699cc; border-bottom: 3px solid #69c;
background-color: #369; background-color: #369;
color: #e4e9eb; color: #e4e9eb;
} }
...@@ -382,7 +382,7 @@ table#footer-menu { ...@@ -382,7 +382,7 @@ table#footer-menu {
font-size: 9px; font-size: 9px;
} }
.block .title h3 { .block .title h3 {
border-bottom: 2px solid #6699cc; border-bottom: 2px solid #69c;
color: #369; color: #369;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
...@@ -391,7 +391,7 @@ table#footer-menu { ...@@ -391,7 +391,7 @@ table#footer-menu {
background: transparent url(icon-block.png) left center no-repeat; background: transparent url(icon-block.png) left center no-repeat;
} }
.block .content { .block .content {
padding: 5px 5px 5px 5px; padding: 5px;
} }
.block { .block {
margin-bottom: 1.5em; margin-bottom: 1.5em;
...@@ -557,7 +557,7 @@ table#footer-menu { ...@@ -557,7 +557,7 @@ table#footer-menu {
background: #fff; background: #fff;
} }
#forum td { #forum td {
padding: 0.5em 0.5em 0.5em 0.5em; padding: 0.5em;
} }
#forum td.container { #forum td.container {
color: #000; color: #000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment