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 {
padding-bottom: .5em
}
.block-region {
background-color: #ffff66;
background-color: #ff6;
margin-top: 4px;
margin-bottom: 4px;
padding: 3px;
......@@ -398,7 +398,7 @@ dl.multiselect .form-item {
}
.profile {
clear: both;
margin: 1em 0 1em 0;
margin: 1em 0;
}
.profile .picture {
float: right;
......@@ -540,7 +540,7 @@ ul.primary li a:hover {
}
ul.secondary {
border-bottom: 1px solid #bbb;
padding: 0.5em 1em 0.5em 1em;
padding: 0.5em 1em;
margin: 5px;
}
ul.secondary li {
......
......@@ -65,10 +65,10 @@ table {
color: #222;
}
.links {
margin-bottom: 0em;
margin-bottom: 0;
}
.comment .links {
margin-bottom: 0em;
margin-bottom: 0;
}
/*
......@@ -86,7 +86,7 @@ table {
}
#logo img {
float: left;
padding: 0em 1.0em 0em 1em;
padding: 0 1em;
border: 0;
}
#menu {
......@@ -120,7 +120,7 @@ table {
}
#search .form-text {
width: 8em;
padding: 0 0.5em 0 0.5em;
padding: 0 0.5em;
}
#mission {
background-color: #369;
......@@ -132,8 +132,8 @@ table {
font-weight: bold;
}
.site-name {
margin: 0.6em 0em 0em 0em;
padding: 0em;
margin: 0.6em 0 0 0;
padding: 0;
font-size: 2em;
}
.site-name a:link, .site-name a:visited {
......@@ -147,7 +147,7 @@ table {
font-size: 1em;
color: #eee;
display: block;
margin: 0em 0em 0em 0em;
margin: 0;
font-style: italic;
font-weight: bold;
}
......@@ -156,7 +156,7 @@ table {
padding: 10px;
}
#mission, .node .content, .comment .content {
line-height: 1.4;
line-height: 1.4em;
}
#help {
font-size: 0.9em;
......@@ -197,7 +197,7 @@ table {
font-weight: bold;
font-size: 1.3em;
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 {
color: #999;
......@@ -273,7 +273,7 @@ table {
background-color: #eee;
border: 1px solid #ccc;
padding: 1em;
margin: 1em 0 1em 0;
margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
color: #999;
......@@ -291,7 +291,7 @@ table {
width: 100%;
}
#forum td {
padding: 0.5em 0.5em 0.5em 0.5em;
padding: 0.5em;
}
#forum td.forum, #forum td.posts {
background-color: #eee;
......@@ -320,7 +320,7 @@ table {
clear: both;
border: 1px solid #abc;
padding: .5em;
margin: 1em 0em 1em 0em;
margin: 1em 0em;
}
#profile .profile .name {
padding-bottom: 0.5em;
......@@ -352,5 +352,6 @@ table {
background-color: #ccc;
}
.calendar .row-week td a:hover {
background-color: #fff; color: #000;
background-color: #fff;
color: #000;
}
......@@ -69,7 +69,7 @@ table {
}
.comment {
border: solid 1px #777;
margin: 0.5em 0 0.5em 0;
margin: 0.5em 0;
padding: 0.5em;
}
.block {
......
......@@ -47,7 +47,7 @@ p {
}
blockquote {
border-left: 4px solid #69c;
padding: 0 15px 0 15px;
padding: 0 15px;
margin: 25px 100px 25px 50px;
color: #696969;
text-align: left;
......@@ -126,25 +126,25 @@ td#home a:hover img {
font-size: 0.85em;
}
.tabs {
margin: 15px 0 15px 0;
margin: 15px 0;
}
.tabs ul.primary {
border-collapse: collapse;
padding: 0 0 3px 10px;
white-space: nowrap;
list-style: none;
margin: 0 0 0 0;
margin: 0;
height: auto;
line-height: normal;
border-bottom: 2px solid #336699;
border-bottom: 2px solid #369;
}
.tabs ul.primary li {
display: inline;
}
.tabs ul.primary li a {
padding: 3px 10px 3px 10px;
padding: 3px 10px;
background: #fff url(tabs-off.png) left top no-repeat;
border-color: #6699CC;
border-color: #69C;
border-width: 2px;
border-style: none solid none none;
height: auto;
......@@ -153,8 +153,8 @@ td#home a:hover img {
text-transform: lowercase;
}
.tabs ul.primary li.active a {
background: #336699 url(tabs-on.png) left top no-repeat;
border-right: 2px solid #336699;
background: #369 url(tabs-on.png) left top no-repeat;
border-right: 2px solid #369;
color: #fff;
}
.tabs ul.primary li a:hover {
......@@ -163,8 +163,8 @@ td#home a:hover img {
}
.tabs ul.secondary {
border-collapse: collapse;
padding: 10px 0 10px 0;
margin: 0 0 0 0;
padding: 10px 0;
margin: 0;
white-space: nowrap;
width: 100%;
list-style: none;
......@@ -182,7 +182,7 @@ td#home a:hover img {
.tabs ul.secondary li a {
background: #fff url(tabs-option-off.png) left center no-repeat;
padding: 10px 0 10px 25px;
margin: 0 0 0 0;
margin: 0;
}
.tabs ul.secondary li a.active {
background: #fff url(tabs-option-on.png) left center no-repeat;
......@@ -220,7 +220,7 @@ td#home a:hover img {
color: #696969;
border-top: 2px solid #dcdcdc;
border-bottom: 2px solid #dcdcdc;
padding: 10px 10px 10px 10px;
padding: 10px;
margin: 20px 35px 0 35px;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
font-size: 1.1em;
......@@ -309,8 +309,8 @@ td#home a:hover img {
color: #aaa;
}
table#footer-menu {
border-top: 3px solid #6699cc;
border-bottom: 3px solid #6699cc;
border-top: 3px solid #69c;
border-bottom: 3px solid #69c;
background-color: #369;
color: #e4e9eb;
}
......@@ -382,7 +382,7 @@ table#footer-menu {
font-size: 9px;
}
.block .title h3 {
border-bottom: 2px solid #6699cc;
border-bottom: 2px solid #69c;
color: #369;
font-size: 18px;
font-weight: bold;
......@@ -391,7 +391,7 @@ table#footer-menu {
background: transparent url(icon-block.png) left center no-repeat;
}
.block .content {
padding: 5px 5px 5px 5px;
padding: 5px;
}
.block {
margin-bottom: 1.5em;
......@@ -557,7 +557,7 @@ table#footer-menu {
background: #fff;
}
#forum td {
padding: 0.5em 0.5em 0.5em 0.5em;
padding: 0.5em;
}
#forum td.container {
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