New formatting for news.xml; elliptical UI enhancements.
This commit is contained in:
@ -296,6 +296,7 @@ div.main hr:last-child {
|
||||
div.main textarea {
|
||||
width: 98% !important;
|
||||
margin: 2px 0 2px 5px;
|
||||
min-height: 96px;
|
||||
}
|
||||
|
||||
div.main h2 {
|
||||
@ -349,7 +350,7 @@ div.news {
|
||||
div.news li {
|
||||
text-align: justify;
|
||||
list-style: none;
|
||||
margin: -15px 15px -25px -20px;
|
||||
margin: 15px 15px -10px -20px;
|
||||
padding: 0px 0 15px 0;
|
||||
border-bottom: 2px dotted #cc7;
|
||||
border-top: 0px solid #cc7;
|
||||
@ -361,6 +362,20 @@ div.news li {
|
||||
div.news p {
|
||||
color: #330;
|
||||
font-size: 9pt;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
/*
|
||||
div.news p:first-child {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
|
||||
|
||||
div.news p:nth-child(2n) {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
*/
|
||||
div.news p:last-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.news a:link {
|
||||
|
@ -318,6 +318,7 @@ div.news h4 {
|
||||
margin: 5px 0 10px 0;
|
||||
font-size: 10pt;
|
||||
opacity: 0.8;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
div.news p {
|
||||
@ -523,6 +524,14 @@ div.main li {
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
.tidylist:first-child {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.tidylist:last-child {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
ol {
|
||||
display: inline;
|
||||
margin: 1px 0 0 0;
|
||||
@ -530,7 +539,7 @@ ol {
|
||||
}
|
||||
|
||||
ul {
|
||||
display: inline;
|
||||
/* display: inline; */
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
@ -564,6 +573,8 @@ a:hover{
|
||||
.links {
|
||||
padding-bottom: -2px;
|
||||
text-align: justify;
|
||||
margin-top: 10px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.links li {
|
||||
@ -633,7 +644,7 @@ h3 {
|
||||
border: 1px solid #99f;
|
||||
border-left: 5px solid #99f;
|
||||
padding: 3px 5px 3px 5px;
|
||||
margin: 12px 0 12px 0;
|
||||
margin: 12px 0 10px 0;
|
||||
border-radius: 0 4px 4px 0;
|
||||
-moz-border-radius: 0 4px 4px 0;
|
||||
-khtml-border-radius: 0 4px 4px 0;
|
||||
|
@ -288,18 +288,24 @@ div.main textarea {
|
||||
|
||||
div.news {
|
||||
margin: 0px 15px 10px 220px;
|
||||
padding: 10px 25px 15px 25px;
|
||||
padding: 10px 25px 7px 25px;
|
||||
border: 1px solid #003;
|
||||
color: #410;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
text-align: justify !important;
|
||||
text-align: right !important;
|
||||
font-size: 7pt;
|
||||
line-height: 140%;
|
||||
background: #fea url('images/sandtile.png');
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #410;
|
||||
}
|
||||
|
||||
div.news p {
|
||||
font-size: 8.5pt;
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
div.news a:link{
|
||||
color: #630;
|
||||
text-decoration: none;
|
||||
@ -323,13 +329,13 @@ div.news hr{
|
||||
background: #410;
|
||||
height: 1px;
|
||||
border: 0px solid #410;
|
||||
margin: 10px 0;
|
||||
margin: 10px 0 5px;
|
||||
}
|
||||
|
||||
div.news li {
|
||||
text-align: justify;
|
||||
list-style: none;
|
||||
margin: 0 0 20px 0 !important;
|
||||
margin: 10px 0 20px 0 !important;
|
||||
padding: 5px 0;
|
||||
vertical-align: bottom;
|
||||
border: 1px solid #410;
|
||||
@ -340,7 +346,7 @@ div.news li {
|
||||
-khtml-border-radius: 0 4px 4px 0;
|
||||
background: #fb1;
|
||||
font-size: 10pt;
|
||||
opacity: 0.8;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
div.news h4 {
|
||||
@ -528,10 +534,21 @@ div.main li {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
div.main li:first-child {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.tidylist {
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
.tidylist li:first-child {
|
||||
margin-top: -10px !important;
|
||||
}
|
||||
|
||||
.tidylist:last-child {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
ol {
|
||||
|
||||
margin: 1px 0 0 5px;
|
||||
@ -540,7 +557,7 @@ ol {
|
||||
|
||||
ul {
|
||||
display: inline;
|
||||
margin: 5px 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@ -574,12 +591,24 @@ a:active{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.links {
|
||||
list-style: url(images/link.png);
|
||||
.links li {
|
||||
list-style: url(../images/link.png) !important;
|
||||
padding-bottom: -2px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.links li:first-child {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.links li:last-child {
|
||||
padding-bottom: -15px !important;
|
||||
}
|
||||
|
||||
.links ul {
|
||||
margin-top: -5px !important;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
line-height: 160%;
|
||||
|
Reference in New Issue
Block a user