X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=static%2Fstatic%2Fdefault.css;h=be04c421c797f9256dd8bb3d577312d352204705;hb=4a40c9259ada4fe45b012d41459c89801d48e0e5;hp=fe09d6f322f4946fe66b93eb741b728e5d161c52;hpb=9964272815dae91c0c2466a9f4c63e7d6e4ed7da;p=gigi.git diff --git a/static/static/default.css b/static/static/default.css index fe09d6f3..be04c421 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -409,27 +409,27 @@ a.glink:hover { } -/*************** story styles ******************/ +/*************** content styles ******************/ -.story { +.content { padding: 10px 0px 0px 10px; font-size: 80%; min-height: 450px; } -.story h3 { +.content h3 { font: bold 125% Arial,sans-serif; color: #000000; } -.story a.capsule { +.content a.capsule { font: bold 1em Arial,sans-serif; color: #005FA9; display: block; padding-bottom: 5px; } -.story a.capsule:hover { +.content a.capsule:hover { text-decoration: underline; } @@ -582,6 +582,7 @@ td.storyLeft { text-align: center; margin-left:auto; margin-right:auto; + width: 700px; } td.greytxt { @@ -737,4 +738,14 @@ img{ } formMandatory{ color: red; +} +.experthidden{ + display:none; +} +.expertoff{ + display:none; +} +pre{ + word-wrap: break-word; + white-space: pre-wrap; } \ No newline at end of file