X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fcss%2Fplc_style.css;h=a3a1b0263ac029e828f66d1f7074711748bb83c7;hb=cc980b8224b32832478303f446ba1200203a410e;hp=5d3e7915a113b150ebf3264aad5d512778cb6a8b;hpb=18ffccc7029aedcdba5fcdbfd692edc84992a489;p=plewww.git diff --git a/planetlab/css/plc_style.css b/planetlab/css/plc_style.css index 5d3e791..a3a1b02 100644 --- a/planetlab/css/plc_style.css +++ b/planetlab/css/plc_style.css @@ -1,6 +1,6 @@ -/* -expanding links -*/ +/* $Id$ */ + +/* expanding links */ .example { padding:10px; @@ -20,26 +20,56 @@ a:hover.expandlink { color:#fff } +/* -------------------- general */ body { position: relative; } -.plc-foreign { - background: #e0e0e0; -} .plc-warning { - background: orange; + padding: 4px; + background: #ffa223; } .plc-error { background: red; - font-weight:bold; + font-weight: bold; } -*.plc-warning a:link { text-decoration: none; color:white } -*.plc-warning a:visited { text-decoration: none; color:white } -*.plc-warning a:hover { text-decoration: none; color:black } +.plc-warning a:link { text-decoration: none; color:white } +.plc-warning a:visited { text-decoration: none; color:white } +.plc-warning a:hover { text-decoration: none; color:black } + +/* -------------------- the planetlab module area */ +div.block-planetlab a { + font-weight:normal; + font-style:italic; +} +/* -------------------- sites */ +.addresses { text-align: center; font-weight: bold; } -/* separator below the minitabs area */ -p.plc-minitabs { - height:15px; +/* -------------------- admin search */ +#admin-search-form { + text-align: center; + padding: 10px; } + +#admin-search-form label { + font-weight : bold; + padding-right: 20px; +} + +span.tokens { + font-weight: bold; + font-style: italic; +} + +#admin-search-message { + padding: 30px; +} + +p.node_add { + font-style: italic; + padding: 20px 40px; + text-align: center; + font-size: larger; +} +