From 70ca20be27ff0474ef2aee7fa3638549df8d365b Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Wed, 15 Oct 2008 12:46:03 +0000 Subject: [PATCH] sampler theme added svn changeset:5637/svn branch:trunk --- WebContent/ITMILL/themes/sampler/styles.css | 55 +++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 WebContent/ITMILL/themes/sampler/styles.css diff --git a/WebContent/ITMILL/themes/sampler/styles.css b/WebContent/ITMILL/themes/sampler/styles.css new file mode 100644 index 0000000000..0a20a0771f --- /dev/null +++ b/WebContent/ITMILL/themes/sampler/styles.css @@ -0,0 +1,55 @@ +@import url(../default/styles.css); + +@import url(dummy/styles.css); + +/****************************************************************************** + * For Sampler + ******************************************************************************/ +#sampler { + background-color: white; +} +#sampler .i-expandlayout-topbar { + border-bottom: 1px solid #999; +} +#sampler .feature-main { + padding: 20px; +} +#sampler .feature-controls { + margin-bottom: 20px; +} +#sampler .feature-info { + background-color: #999; + color: white; + padding: 20px; + line-height: 30px; +} +#sampler .feature-name { + font-size: 18px; + font-weight: bold; +} +.i-customcomponent-ModeSwitch .i-button { + height: 28px; + border: none; + border-right: 1px solid #736a60; + margin: 0px; +} +.i-customcomponent-ModeSwitch .i-button-first-on { + background: transparent url(sampler/left-on.gif) no-repeat; +} +.i-customcomponent-ModeSwitch .i-button-first { + background: transparent url(sampler/left.gif) no-repeat; +} +.i-customcomponent-ModeSwitch .i-button-mid-on { + background: transparent url(sampler/mid-on.gif) no-repeat; +} +.i-customcomponent-ModeSwitch .i-button-mid { + background: transparent url(sampler/mid.gif) no-repeat; +} +.i-customcomponent-ModeSwitch .i-button-last-on { + border: none; + background: transparent url(sampler/right-on.gif) no-repeat right top; +} +.i-customcomponent-ModeSwitch .i-button-last { + border: none; + background: transparent url(sampler/right.gif) no-repeat right top; +} -- 2.39.5