Difference between revisions of "Common.css"
From EPC Standard
(Created page with "→CSS placed here will be applied to all skins: * { font-family: Arial, Helvetica, sans-serif; } p { text-align:justify; } h2, h3 { margin-top: 0.3em; } .row { max-widt...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | + | /html/body/div[3]/h1 { | |
− | font-family: Arial, | + | font-family: Helvetica, Arial, , sans-serif; |
} | } | ||
Latest revision as of 16:28, 14 January 2021
/* CSS placed here will be applied to all skins */ /html/body/div[3]/h1 { font-family: Helvetica, Arial, , sans-serif; } p { text-align:justify; } h2, h3 { margin-top: 0.3em; } .row { max-width: 80em; } .contain-to-grid .top-bar { max-width: 80em; } #drop1 { left: 66.2em !important; } #wrapper{ width:1170px; } @media (max-width: 1024px) { #drop1 {left: 6.2em !important;} } #VIKI_0>table { border-style: none; margin-bottom: -10px; border: 0px white !important; } #VIKI_0>table>tbody>tr { background: white; } #VIKI_0>table>tbody>tr>td>div { border-style: none; margin-bottom: 0px; } #VIKI_0_graph { width: 950px; } #VIKI_0_details.vikijs-detail-panel { visibility: hidden; height: 0px !important; } #VIKI_0_errors.vikijs-errors-panel { height: 0px !important; visibility: hidden; } body, html { height: 100%; width: 100%; } body { /* background: url("https://www.epc-standard.org/img/background.jpg") no-repeat center center scroll; */ background-image: url("https://www.epc-standard.org/img/background.jpg"); background-attachment: fixed; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } #navwrapper { background: rgba(0,0,0,.6); } #page-content > .row { background: #fff; } #page-content > footer.row { background: rgba(255, 255, 255, 0.8); margin-top: 0; padding-top: 2em; } #main-nav-top { position: fixed; } .new_speak { position: fixed; z-index: 9999; margin-left: -15px; width: inherit; } #wrapper { background-color: white; } #footer { background-color: white; } #p-logo .logo_image { margin-top: 6%; } /*For HarvardReferences extension*/ .harvVisitedLink { background-color: #AAAAAA; } .harvReferenceLink { background-color: #FFFF00; } .harvNone { background-color: inherit; } .harvBackground { background-color: #DDEEFF; } .enjoy-css { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; width: 50%; padding: 15px; margin-bottom: 10px; overflow: hidden; border: 2px solid rgba(185,74,72,1); -webkit-border-radius: 5px; border-radius: 5px; font: normal 16px/1 "Times New Roman", Times, serif; color: rgba(185,74,72,1); -o-text-overflow: ellipsis; text-overflow: ellipsis; background: #f2dede; } .searchresults h2 { clear: left; }