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

From Livermore History Collaborative
Jump to navigation Jump to search
Created page with " ul.news-source-2 { margin: 0; padding: 0; } li.news-source-2 { list-style-type: none; } li.news-source-2-cited-item { margin: .5em 0 0 0; } span.news-source-2-citation { color: #006666; font-weight: bold; }"
 
No edit summary
 
(22 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 {
    list-style-type: none;
     margin: 0;
    list-style-image: none;
     padding: 0;  
     margin: 0 0 0 0;
     padding: 0 0 0 0;
}
}


li.news-source-2 {
li.news-source-2_cited-item-sub-li {
     list-style-type: none;
     margin: 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;
}
}






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;
}