style.css
style.css
—
CSS stylesheet,
4Kb
File contents
/* - base.css - */ @media all { body { font: 69% Arial, Garuda, FreeSans, sans-serif; background-color: #ffffff; color: #363534; margin: 0; padding: 0; } table { font-size: 100%; } a { color: #2a6ebb; background-color: transparent; } img { border: none; vertical-align: middle; } p { margin: 0 0 0.75em 0; line-height: 1.5em; } p img { border: none; margin: 0; } hr { border: 0; height: 1px; color: #c9cac8; background-color: #c9cac8; margin: 0.5em 0 1em 0; } h1, h2, h3, h4, h5, h6 { color: #363534; font-family: "Times New Roman", FreeSerif, serif; margin: 0.75em 0 0.25em 0; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #363534 ! important; text-decoration: none; } h1 { font-size: 160%; } h2 { font-size: 150%; } h3 { font-size: 125%; border-bottom: none; font-weight: bold; } h4 { font-size: 110%; border-bottom: none; font-weight: bold; } h5 { font-size: 100%; border-bottom: none; font-weight: bold; } h6 { font-size: 90%; border-bottom: none; font-weight: bold; } ul { line-height: 1.5em; padding: 0; } ol { line-height: 1.5em; padding: 0; } li { margin-bottom: 0.5em; } dt { font-weight: bold; } dd { line-height: 1.5em; margin-bottom: 1em; } abbr, acronym, .explain { border-bottom: 1px dotted #363534; color: #363534; background-color: transparent; cursor: help; } abbr .explain { border-bottom: none; } q { font-family: Baskerville, Georgia, serif; font-style: italic; font-size: 120%; } blockquote { padding-left: 0.5em; margin-left: 0; border-left: 4px solid #c9cac8; color: #747678; } code, tt { font-family: Monaco, "Courier New", Courier, monospace; font-size: 120%; color: #363534; background-color: #f9faf8; padding: 0 0.1em; } pre { font-family: Monaco, "Courier New", Courier, monospace; font-size: 100%; padding: 1em; border: 1px solid #c9cac8; color: #363534; background-color: #f9faf8; overflow: auto; } ins { color: green; text-decoration: none; } del { color: red; text-decoration: line-through; } /****************************************************************** Global general element styles ******************************************************************/ p { line-height: 1.3; } h3 { font-size: 100%; font-weight: bold; margin-top: 1.3em; } /* don't let super and sub-scripts mess with line-hight */ sup { vertical-align: text-top; font-size: 70%; } sub { vertical-align: baseline; font-size: 80%; }} /****************************************************************** Utility classes ******************************************************************/ .bold { font-weight: bold; } .text-align-left { text-align: left; } .text-align-right { text-align: right; } img.white-border-thin, dl.white-border-thin img { border: 5px solid white; } img.white-border-thick, dl.white-border-thick img { border: 10px solid white; } /****************************************************************** Publication list ******************************************************************/ ul.phys2-publications { list-style: none; margin-left: 0; padding: 0; } ul.phys2-publications h3 { font-size: 120%; padding: 0.4em 0.4em; margin: 1.2em 0; margin-bottom: 0.6em; border-left: 7px solid #c40029; background-color: #efefef; } ul.phys2-publications li { clear: both; overflow: auto; border-left: 7px solid #ccc; margin-bottom: 0.75em; padding: 0.5em; } ul.phys2-publications li.odd { background-color: transparent; } ul.phys2-publications li.even { background-color: #DEDEDE; } ul.phys2-publications li > span { margin: 0.3em 0; display: block; } .publication-image { float: right; width: 120px; margin-left: 1em; } .publication-author { margin-top: 0; margin-bottom: 0.2em; font-weight: bold; } .publication-title { margin-top: 0; font-style: none; } .publication-publication { display: block; font-size: 90%; } .publication-journal { font-weight: bold; } .publication-url { display: block; padding: 0.3em 0; } }