]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
A little more theme cleanup.
authorSamantha Doherty <sammy@status.net>
Sat, 27 Aug 2011 11:58:20 +0000 (07:58 -0400)
committerSamantha Doherty <sammy@status.net>
Sat, 27 Aug 2011 11:58:20 +0000 (07:58 -0400)
theme/base/css/display.css
theme/base/images/icons/README
theme/base/images/icons/lock.png [new file with mode: 0644]
theme/base/images/icons/lock_open.png [new file with mode: 0644]
theme/neo/css/display.css

index 6328098a51b40a16b9f6d411b7fc05521f68878b..b698ff922136f3e5bc064de6c9846841d4f6a0db 100644 (file)
@@ -297,7 +297,7 @@ address .poweredby {
     display: none;
 }
 
-.form_notice #notice_data-text-label { /* XXX remove? */
+.form_notice #notice_data-text-label { /* TODO can remove this now? */
     display: none;
 }
 
@@ -524,7 +524,7 @@ address .poweredby {
 
 .checkbox-wrapper.unchecked label.checkbox {
     padding-left: 20px;
-    background: url(../images/lock_open.png) no-repeat 0px 0px;
+    background: url(../images/icons/lock_open.png) no-repeat 0px 0px;
     opacity: 0.6;
 }
 
@@ -535,7 +535,7 @@ address .poweredby {
 
 .checkbox-wrapper.checked label.checkbox {
     padding-left: 20px;
-    background: url(../images/lock.png) no-repeat 0px 0px;
+    background: url(../images/icons/lock.png) no-repeat 0px 0px;
     color: red;
     opacity: 1;
 }
@@ -599,10 +599,6 @@ address .poweredby {
     margin-bottom: 20px;
 }
 
-body[id$=adminpanel] #aside_primary {
-    display:none;
-}
-
 
 /* notices */
 
@@ -834,7 +830,7 @@ clear:both;
 
 #jOverlayContent,
 #jOverlayContent #content,
-#jOverlayContent #content_inner { /* XXX still needed? */
+#jOverlayContent #content_inner { /* TODO can remove this now? */
 width: auto !important;
 margin-bottom:0;
 }
@@ -1479,12 +1475,13 @@ margin-bottom:11px;
 }
 
 .form_settings .form_note {
-border-radius:4px;
--moz-border-radius:4px;
--webkit-border-radius:4px;
 padding:0 7px;
 }
 
+.form_settings .form_response {
+    margin-top: 10px;
+}
+
 .form_settings input {
     margin-right: 20px;
 }
index f701959ca01de52d1205969f64d27fb9e7cec4d6..d124671da12c3a1758a7592dfa45f475bd834d1b 100644 (file)
@@ -57,3 +57,4 @@ Created by various authors
 * Atom feed icon from http://intertwingly.net/wiki/pie/Icon with Public Domain license
 * RSS feed icon from http://www.feedicons.com/ (Mozilla, Microsoft, Matt Brett) with MPL/GPL/LGPL tri-license
 * Processing icon from/by Unknown with Unknown license //FIXME
+* lock and lock_open icons by Mark James http://www.famfamfam.com/lab/icons/silk/ (Creative Commons Attribution 2.5 License)
diff --git a/theme/base/images/icons/lock.png b/theme/base/images/icons/lock.png
new file mode 100644 (file)
index 0000000..2ebc4f6
Binary files /dev/null and b/theme/base/images/icons/lock.png differ
diff --git a/theme/base/images/icons/lock_open.png b/theme/base/images/icons/lock_open.png
new file mode 100644 (file)
index 0000000..a471765
Binary files /dev/null and b/theme/base/images/icons/lock_open.png differ
index 9082687442a1925dcb05ba9001964c8406c1b7c4..63aeff4e8948dc7b5e3dd96e8df0748e4ea5dd3f 100644 (file)
@@ -102,7 +102,7 @@ h6 {font-size: 1em;}
     background: #364A84;
     background: -moz-linear-gradient(top, #516499 , #364a84);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
-    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 ); /* XXX move all to ie.css */ 
+    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 ); /* TODO move all filters to ie.css */ 
 }
 
 #site_nav_global_primary li {
@@ -222,7 +222,7 @@ h6 {font-size: 1em;}
 .form_notice textarea ,
 .input_form .form_settings li input,
 .input_form .form_settings li textarea,
-.threaded-replies .placeholder {
+.threaded-replies .placeholder { /* TODO combine all these declarations */
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
@@ -446,6 +446,25 @@ div.entry-content a.response:after {
     margin-top: 4px;
 }
 
+.notice-options .form_repeat.dialogbox {
+    margin-right: 0px;
+    border: 1px solid #aaa;
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
+    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
+    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
+}
+
+.notice-options .form_repeat.dialogbox legend {
+    padding-top: 10px;
+}
+
+.notice-options .form_repeat.dialogbox input.submit_dialogbox {
+    min-width: 80px;
+}
+
 #content .threaded-replies .notice .author .photo {
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
@@ -568,8 +587,9 @@ div.entry-content a.response:after {
 
 .form_notice input.submit, .form_settings input.submit, .form_settings input.cancel, #form_invite input.submit,
 .entity_subscribe .dialogbox input.submit_dialogbox,
-.entity_tag .dialogbox input.submit_dialogbox
- {
+.entity_tag .dialogbox input.submit_dialogbox,
+.form_repeat.dialogbox input.submit_dialogbox
+{ /* TODO combine all these declarations */
     height: 1.9em;
     padding: 0px 10px;
     color:#fff;
@@ -589,8 +609,9 @@ div.entry-content a.response:after {
 
 .form_notice input.submit:hover, .form_settings input.submit:hover, .form_settings input.cancel:hover, #form_invite input.submit:hover,
 .entity_subscribe .dialogbox input.submit_dialogbox:hover,
-.entity_tag .dialogbox input.submit_dialogbox:hover
- {
+.entity_tag .dialogbox input.submit_dialogbox:hover,
+.form_repeat.dialogbox input.submit_dialogbox:hover
+{
     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
     background: #ff9d63;
     background: -moz-linear-gradient(top, #FB6104 , #fc8035);
@@ -742,7 +763,61 @@ padding-right:0;
     margin-top: 60px;
 }
 
+/* Limited-scope */
+
+.limited-scope .entry-content .timestamp {
+    padding-left: 20px;
+    position: relative;
+}
+
+.limited-scope .entry-content .timestamp:before {
+    content: url(../images/lock.png);
+    position: absolute;
+    top: -2px;
+    left: 0px;
+}
+
+.limited-scope li .entry-content .timestamp {
+    padding-left: 0px;
+}
+
+.limited-scope li .entry-content .timestamp:before {
+    content: none;
+}
+
+.limited-scope li.limited-scope .entry-content .timestamp {
+    padding-left: 20px;
+}
+
+.limited-scope li.limited-scope .entry-content .timestamp:before {
+    content: url(../images/lock.png);
+    position: absolute;
+    top: -2px;
+    left: 0px;
+}
+
+/* Blog */
+
+label[for=blog-entry-content] {
+    display: none !important;
+}
+
+#input_form_blog td {
+    padding-top: 0px;
+    padding-bottom: 0px;
+}
+
+#input_form_blog td.mceToolbar {
+    padding-top: 4px;
+}
+
+h4.blog-entry-title {
+    margin-bottom: 8px;
+    line-height: 1.2em;
+}
+
 /* Bookmark specific styles */
+/* TODO separate base styles and move to plugin */
 
 .bookmark h3 {
     margin: 0px 0px 8px 0px;
@@ -824,10 +899,6 @@ ul.bookmark-tags a:hover {
     opacity: 1;
 }
 
-.bookmark .notice-options {
-    margin-top: 16px;
-}
-
 #bookmarkpopup {
     min-width: 600px;
     margin-top: 0px;
@@ -883,6 +954,7 @@ ul.bookmark-tags a:hover {
 }
 
 /* Onboard specific styles */
+/* TODO move to plugin */
 
 #cboxOverlay{
     background: url(../images/lightbox_bg.png) repeat 0 0 !important;
@@ -968,6 +1040,7 @@ ul.bookmark-tags a:hover {
 }
 
 /* Billing specific styles */
+/* TODO move to plugin */
 
 #content table.billing_info {
     margin-top: 10px;
@@ -992,6 +1065,7 @@ ul.bookmark-tags a:hover {
 }
 
 /* Directory specific styles */
+/* TODO separate base styles and move to plugin */
 
 div#profile_directory div.alpha_nav > a {
     border-left: 1px solid #ccc !important;
@@ -1132,6 +1206,7 @@ td.entity_profile {
 }
 
 /* Event specific styles */
+/* TODO separate base styles and move to plugin */
 
 .notice .vevent div {
     margin-bottom: 8px;
@@ -1215,40 +1290,7 @@ label[for=event-starttime], label[for=event-endtime] {
     width: 120px;
 }
 
-/* Limited-scope specific styles */
-
-.limited-scope .entry-content .timestamp {
-    padding-left: 20px;
-    position: relative;
-}
-
-.limited-scope .entry-content .timestamp:before {
-    content: url(../images/lock.png);
-    position: absolute;
-    top: -2px;
-    left: 0px;
-}
-
-.limited-scope li .entry-content .timestamp {
-    padding-left: 0px;
-}
-
-.limited-scope li .entry-content .timestamp:before {
-    content: none;
-}
-
-.limited-scope li.limited-scope .entry-content .timestamp {
-    padding-left: 20px;
-}
-
-.limited-scope li.limited-scope .entry-content .timestamp:before {
-    content: url(../images/lock.png);
-    position: absolute;
-    top: -2px;
-    left: 0px;
-}
-
-/* QnA specific styles */
+/* QnA */
 
 .question div.question-description {
     font-size: 1em;
@@ -1315,21 +1357,6 @@ label[for=event-starttime], label[for=event-endtime] {
     content: none !important;
 }
 
-/* Blog specific styles */
-
-label[for=blog-entry-content] {
-    display: none !important;
-}
-
-#input_form_blog td {
-    padding-top: 0px;
-    padding-bottom: 0px;
-}
-
-#input_form_blog td.mceToolbar {
-    padding-top: 4px;
-}
-
 /* Poll specific styles */
 
 .notice div.poll-content {
@@ -1341,6 +1368,7 @@ label[for=blog-entry-content] {
 }
 
 /* SNOD CompanyLogo styling */
+/* TODO move to plugin */
 
 #site_nav_local_views a.company_logo {
     width: 138px;