X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=static%2Fstatic%2Fdefault.css;h=d3b42e0f32e18071be3cd33a9f4ce41183679b3c;hp=3d7224161f44eae017bb4c2d7ba73b58e439c79f;hb=66f1f43a714a0826f1bf9d24bd3173ff351faff2;hpb=736968682d49753f1cfb9cbf0970fe95435f0658 diff --git a/static/static/default.css b/static/static/default.css index 3d722416..d3b42e0f 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -496,6 +496,19 @@ td.storyLeft { display: block; } +/*** hide top menu ***/ +#pageNav > div > ul.menu { + padding-left: 0; + border-left: none; + margin: 0; +} +#pageNav > div{ + padding: 0; +} + +#pageNav > div > h3.pointer { + display: none; +} /**************** advert styles *****************/ @@ -764,6 +777,12 @@ pre{ border-right: 1px #cfcfcf dotted; } +.dataTable td input { + width: 98%; + margin-left: 1%; + margin-right: 1%; +} + .dataTable th { background: #e2e2e2; font-weight: bold; @@ -787,4 +806,11 @@ pre{ pre.string{ display: inline; -} \ No newline at end of file +} + +.loginbox {background:#F5F7F7;border:2px solid #cccccc;margin:0px auto;height:auto;width:300px;padding:1em;text-align:center;} +.loginbox .smalltext {font-size:10px;} +.loginbox label {width:100px;display:block;float:left;} +.loginbox text {width:166px;display:block;float:left;} +.loginbox br {clear:left;} +.loginbox h1 {font-size:1.9em;text-align:center;} \ No newline at end of file