X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2FaboutSyncTabs.css;fp=LCARStrek%2Fbrowser%2FaboutSyncTabs.css;h=937a4c8a5cd2df7bf895a69ffb7d4d50ceae9a65;hp=0000000000000000000000000000000000000000;hb=84c37d045abf199761a47f803ff5357299fd97f6;hpb=014d065681a50d163e03439dca533b0c41458845 diff --git a/LCARStrek/browser/aboutSyncTabs.css b/LCARStrek/browser/aboutSyncTabs.css new file mode 100644 index 00000000..937a4c8a --- /dev/null +++ b/LCARStrek/browser/aboutSyncTabs.css @@ -0,0 +1,82 @@ +#tabsList { + background: #000000; + width: 100%; +} + +#headers { + background: url("chrome://communicator/skin/sync/sync-32.png") no-repeat; + margin-top: 4px; + width: 45em; + height: 32px; + -moz-margin-start: 2em; + -moz-margin-end: 2em; +} + +#tabsListHeading { + font-size: 140%; + font-weight: bold; + -moz-margin-start: 40px; +} + +richlistitem { + -moz-margin-end: 2em; +} + +richlistitem[selected="true"], +richlistitem:focus { + outline-style: none; +} + +richlistitem[type="tab"] { + min-height: 3em; + border: #9C9CFF 1px solid !important; + padding: 2px 5px; + margin-bottom: 4px; + -moz-margin-start: 4em; + border-radius: 6px; + background-color: #402800; + width: 44em; + opacity: 0.9; +} + +richlistitem[type="tab"][selected="true"] { + background-color: #008484; +} + +richlistitem[type="client"] { + min-height: 2em; + color: #FF9F00; + -moz-margin-start: 2em; + margin-top: 2px; + margin-bottom: 3px; + width: 42em; + border-radius: 6px; + background-color: transparent; + -moz-user-focus: ignore !important; +} +richlistitem.mobile[type="client"] { + list-style-image: url("chrome://browser/skin/sync-mobileIcon.png"); +} +richlistitem.desktop[type="client"] { + list-style-image: url("chrome://browser/skin/sync-desktopIcon.png"); +} + +.title, +.clientName { + font-size: 1.1em; +} + +.title[selected="true"], +.url[selected="true"] { + color: inherit; +} + +.url { + color: blue; + font-size: 0.95em; +} + +.tabIcon { + -moz-padding-start: 2px; + padding-top: 2px; +}