PluginProbe
Theme Switcha – Easily Switch Themes for Development and Testing / trunk
Theme Switcha – Easily Switch Themes for Development and Testing vtrunk
3.4.5 trunk 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.3.1 3.3.2 All 33 releases
theme-switcha / css / settings.css

settings.css in Theme Switcha – Easily Switch Themes for Development and Testing trunk, at css/settings.css

90 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Theme Switcha - Settings Styles */
2
3 .theme-switcha-version { color: #c7c7c7; font-size: 90%; }
4
5 .wp-admin h2 { margin-top: 30px; }
6
7 .wp-admin .plugin-wrap { width: 100%; overflow: hidden; }
8 .wp-admin .plugin-intro { float: left; width: 48%; }
9 .wp-admin .plugin-intro p:first-child { margin-top: 0; }
10 .wp-admin .plugin-intro p:last-child { margin-bottom: 0; }
11
12 .wp-admin .notice code { line-height: 1; font-size: 12px; }
13 .wp-admin .theme-switcha-dismiss-notice { float: right; }
14
15 .wp-admin .notice-lh p { line-height: 1.8; }
16 .wp-admin .notice-custom { background-image: url(../img/sun-icon.png); background-repeat: no-repeat; background-position: left 5px center; background-size: 60px 40px; }
17 .wp-admin .notice-custom p { margin: 15px 0; padding-left: 60px; line-height: 1.6; }
18 .wp-admin .notice-link { display: inline-block; margin-right: 5px; }
19 @media (max-width: 782px) {
20 .wp-admin .notice-custom p { margin: 10px 0; }
21 }
22
23 @media (max-width: 1100px) {
24 .wp-admin .theme-switcha-dismiss-notice { float: none; }
25 }
26
27 .wp-admin .book-blurb { float: right; width: 48%; }
28 .wp-admin .book-blurb-wrap { width: 240px; height: 60px; padding: 2px; border: 1px solid #E0E0E0; }
29 .wp-admin .book-blurb a { width: 240px; height: 60px; display: block; opacity: 0.9; }
30 .wp-admin .book-blurb a:link, .wp-admin .book-blurb a:visited, .wp-admin .book-blurb a:hover, .wp-admin .book-blurb a:after { box-shadow: none; }
31 .wp-admin .book-blurb a:hover { opacity: 1.0; }
32 .wp-admin .book-blurb img { width: 240px; height: 60px; display: block; }
33
34 @media (max-width: 580px) {
35 .wp-admin .plugin-intro, .wp-admin .book-blurb { float: none; width: 100%; }
36 .wp-admin .book-blurb { margin: 20px 0 10px 0; }
37 }
38
39 .wp-admin .custom-label { display: block; color: #777; font-style: italic; font-size: 14px; line-height: 1.5; }
40
41 .wp-admin .light-text { color: #777; font-size: 80%; }
42
43 .wp-admin .inline-block { display: inline-block; }
44
45 .wp-admin input[type="text"] { width: 55%; }
46 .wp-admin textarea { width: 77%; }
47
48 @media (max-width: 1000px) {
49 .wp-admin input[type="text"] { width: 77%; }
50 .wp-admin textarea { width: 88%; }
51 }
52
53 .ui-dialog .ui-dialog-titlebar { font-size: 16px; }
54 .ui-dialog .ui-dialog-buttonpane, .ui-dialog .ui-dialog-titlebar, .ui-dialog .modal-dialog { text-align: center; }
55 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; }
56 .ui-dialog .ui-dialog-buttonpane .ui-button { margin: 0; }
57 .ui-dialog .ui-dialog-buttonpane .ui-button:first-child { margin-right: 15px; }
58
59 /* thumbnails */
60
61 .theme-switcha-status { margin: 10px 0 10px 30px; padding: 0; list-style: square outside; }
62
63 .theme-switcha-thumbs { margin-top: 30px; }
64
65 .theme-screenshot:link, .theme-screenshot:visited {
66 -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
67 position: relative; display: inline-block; width: 200px; height: auto; margin: 0 10px 10px 0; padding: 10px;
68 font-size: 12px; line-height: 18px; text-decoration: none; text-align: center; cursor: pointer;
69 border: 0; border-radius: 2px; color: #efefef; background-color: #555; opacity: 0.8;
70 -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
71 }
72
73 .theme-screenshot:hover, .theme-screenshot:active, .theme-screenshot:focus { opacity: 1.0; color: #fff; }
74
75 .theme-active:link, .theme-active:visited { background-color: #669966; }
76
77 .theme-screenshot img {
78 -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
79 display: block; width: 100%; height: auto; margin: 0 0 8px 0; padding: 0; border-radius: 2px;
80 border: 1px solid #777; box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
81 }
82 .theme-admin {
83 position: absolute; top: 0; left: 0; width: 100%; height: 50px; line-height: 50px;
84 background-color: rgba(0,0,0,0.7);
85 }
86 .theme-child {
87 position: absolute; top: 50px; left: 0; width: 100%; height: 50px; line-height: 50px;
88 background-color: rgba(153,51,51,0.7);
89 }
90