X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FaccountCentral.css;h=1543b1d647a1704d5dceb8964608b704c9ef8676;hp=21d253b8bb4c704ca93ce36bbe16f96bc744c96f;hb=e26e584d74ccd90fd37fa22ad74bc5119d742fe1;hpb=150efe454ec2abc903eb7ee248c506b85fd12f20 diff --git a/LCARStrek/messenger/accountCentral.css b/LCARStrek/messenger/accountCentral.css index 21d253b8..1543b1d6 100644 --- a/LCARStrek/messenger/accountCentral.css +++ b/LCARStrek/messenger/accountCentral.css @@ -10,12 +10,15 @@ == Styles for the Messenger Account Central panel. ======================================================================= */ +page { + padding: 0; +} + #acctCentralGrid { - background-color: #000000; } spacer { - max-height: .5em;separator { + max-height: 3px; } spacer.big { @@ -25,33 +28,47 @@ spacer.big { /* ::::: rows ::::: */ #acctCentralHeaderRow { - margin: 5px; - background-color: #FF9F00; - border-radius: 10px; + background-color: #A09090; + border-radius: 1000px; color: #000000; font-weight: bold; font-size: 20px; - padding-top: 3px; +} + +#acctCentralHeaderRow > label { + -moz-margin-start: 30px; +} + +#acctCentralHeaderRow + spacer { + max-height: 15px; } .acctCentralRow { - -moz-margin-start: 20px; + -moz-margin-start: 10px; } .acctCentralRowTitleBox { -/* border-bottom: 1px solid #9C9CFF; */ background-color: #9C9CFF; padding-top: 3px; - border-radius: 7px; + padding-bottom: 3px; + border-radius: 1000px; color: #000000; } +.acctCentralRowTitleBox > description { + -moz-margin-start: 30px; +} + .acctCentralTitleRow { -moz-margin-start: 10px; font-weight: bold; font-size: 15px; } +.acctCentralTitleRow+ spacer { + max-height: 10px; +} + .acctCentralText { font-size: 15px; } @@ -59,17 +76,19 @@ spacer.big { /* ::::: links ::::: */ .acctCentralLinkText { + margin: 0; + -moz-margin-start: 20px; cursor: pointer; - color: #008484; - padding: 0px 5px; - border-radius: 3px; + background-color: #C09070; + color: #000000; + padding: 0px 10px; + border-radius: 1000px; text-decoration: none; } .acctCentralLinkText:hover { background-color: #FFCF00; color: #000000; -/* text-decoration: underline; */ } /* ::::: row icons ::::: */