Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'netrender/css/jquery.themes.css')
-rw-r--r--netrender/css/jquery.themes.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/netrender/css/jquery.themes.css b/netrender/css/jquery.themes.css
new file mode 100644
index 00000000..330a0ac6
--- /dev/null
+++ b/netrender/css/jquery.themes.css
@@ -0,0 +1,60 @@
+/* jQuery Themes styles */
+.themes_list {
+ list-style-type: none;
+ font-size: 80%;
+ margin: 0px;
+ padding: 0px;
+}
+@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari3/Opera9 */
+ .themes_list {
+ font-size: 100%;
+ }
+}
+.themes_list {
+ float: left;
+}
+.themes_list li {
+ float: left;
+ width: 120px;
+ height: 22px;
+ padding: 2px;
+ border: 1px inset;
+ overflow: hidden;
+}
+.themes_list li a {
+ white-space: nowrap;
+}
+.themes_compact {
+ border: 1px inset;
+}
+.themes_compact li {
+ width: 24px;
+ height: 22px;
+ background-color: transparent;
+ border: none;
+}
+li.themes_current {
+ background-color: #ffffa0;
+}
+.themes_list span {
+ display: inline-block;
+ width: 23px;
+ height: 20px;
+ vertical-align: top;
+}
+.themes_list img {
+ border: none;
+ vertical-align: top;
+}
+.themes_preview {
+ display: none;
+ position: absolute;
+ z-index: 20;
+ padding: 2px;
+ border: 1px inset;
+ background: #fff;
+ text-align: center;
+}
+.themes_preview img {
+ align: top;
+}