summaryrefslogtreecommitdiff
path: root/html/style/luna/tab.css
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-10-08 07:43:51 +0200
committeranbr <vdr07@deltab.de>2011-10-08 07:43:51 +0200
commit85d4bfa04ce28b5ec3eb0054306c43bc59c55128 (patch)
treed7878021068d70e2a4ab3044beb5f770a57fc980 /html/style/luna/tab.css
parenta71b70567ed73853367d972a95d2a346b2f93989 (diff)
downloadxxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.gz
xxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.bz2
Merge skins into common directory
Diffstat (limited to 'html/style/luna/tab.css')
-rw-r--r--html/style/luna/tab.css84
1 files changed, 0 insertions, 84 deletions
diff --git a/html/style/luna/tab.css b/html/style/luna/tab.css
deleted file mode 100644
index d8a4403..0000000
--- a/html/style/luna/tab.css
+++ /dev/null
@@ -1,84 +0,0 @@
-.dynamic-tab-pane-control.tab-pane {
- position: relative;
- width: 100%; /* width needed weird IE bug */
- margin-right: -2px; /* to make room for the shadow */
-}
-
-.dynamic-tab-pane-control .tab-row .tab {
-
- width: 70px;
- height: 16px;
- background-image: url( "tab.png" );
-
- position: relative;
- top: 0;
- display: inline;
- float: left;
- overflow: hidden;
-
- cursor: Default;
-
- margin: 1px -1px 1px 2px;
- padding: 2px 0px 0px 0px;
- border: 0;
-
- z-index: 1;
- font: 11px Tahoma;
- white-space: nowrap;
- text-align: center;
-}
-
-.dynamic-tab-pane-control .tab-row .tab.selected {
- width: 74px !important;
- height: 18px !important;
- background-image: url( "tab.active.png" ) !important;
- background-repaet: no-repeat;
-
- border-bottom-width: 0;
- z-index: 3;
- padding: 2px 0 0px 0;
- margin: 1px -3px -3px 0px;
- top: -2px;
- font: 11px Tahoma;
-}
-
-.dynamic-tab-pane-control .tab-row .tab a {
- font: 11px Tahoma;
- color: Black;
- text-decoration: none;
- cursor: default;
-}
-
-.dynamic-tab-pane-control .tab-row .tab.hover {
- font: 11px Tahoma;
- width: 70px;
- height: 16px;
- background-image: url( "tab.hover.png" );
- background-repaet: no-repeat;
-}
-
-
-.dynamic-tab-pane-control .tab-page {
- clear: both;
- border: 1px solid rgb( 145, 155, 156 );
- background: rgb( 252, 252, 254 );
- z-index: 2;
- position: relative;
- top: -2px;
-
- font: 11px Tahoma;
- color: Black;
-
- filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
- progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
-
- /*244, 243, 238*/
- /* 145, 155, 156*/
-
- padding: 10px;
-}
-
-.dynamic-tab-pane-control .tab-row {
- z-index: 1;
- white-space: nowrap;
-} \ No newline at end of file