Template:Format Newspaper Source 2/styles.css: Difference between revisions

From Livermore History Collaborative
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
ul.news-source-2_cited-item-ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


ul.news-source-2_cited-item-sub-ul {
ul.news-source-2_cited-item-sub-ul {
     list-style: none; /* This works, but "list-style-type: none" does not */
     list-style-type: none;
    list-style-image: none;
     margin: 0 0 0 0;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     padding: 0 0 0 0;
Line 10: Line 16:
     margin: 0 0 0 0;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     padding: 0 0 0 0;
 
    line-height: 1.25;
}
}




li.news-source-2-cited-item {
li.news-source-2_cited-item {
     margin: .5em 0 0 0;
     margin: .5em 0 0 0;
    list-style-type: none;
    list-style-image: none;
}
}


Line 22: Line 30:
span.news-source-2_citation {
span.news-source-2_citation {
     color: #006666; font-weight: bold;
     color: #006666; font-weight: bold;
}
span.error-advisory {
    color: #FF0000; font-weight: bold;
}
}

Latest revision as of 00:32, 4 December 2025

ul.news-source-2_cited-item-ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

ul.news-source-2_cited-item-sub-ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

li.news-source-2_cited-item-sub-li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.25;
}


li.news-source-2_cited-item {
    margin: .5em 0 0 0;
    list-style-type: none;
    list-style-image: none;
}



span.news-source-2_citation {
    color: #006666; font-weight: bold;
}

span.error-advisory {
    color: #FF0000; font-weight: bold;
}