summaryrefslogtreecommitdiff
path: root/lib/gallery.common.css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-08-29 16:34:41 -0700
committerBharat Mediratta <bharat@menalto.com>2009-08-29 16:34:41 -0700
commita2258b2232760032f4920fce6eccd40414aff8cc (patch)
treee62dde992cd421fffcc14a891892070706db7fce /lib/gallery.common.css
parent483d8df91b443a20a614eb5864cabb2a66ac72d2 (diff)
parenta1ce2d3f0aff6dcb7149f2d7327a10079e5c78f8 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'lib/gallery.common.css')
-rw-r--r--lib/gallery.common.css111
1 files changed, 111 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
new file mode 100644
index 00000000..ca90a484
--- /dev/null
+++ b/lib/gallery.common.css
@@ -0,0 +1,111 @@
+/* ####### states, interactions, positioning ########### */
+
+/* states */
+
+.g-active, .g-enabled, .g-available, .g-editable, .g-selected, .g-highlight {
+ font-weight: bold;
+}
+.g-inactive, .g-disabled, .g-unavailable, .g-uneditable, .g-locked, .g-unselected, .g-understate {
+ color: #ccc;
+ font-weight: normal;
+}
+
+.g-error, .g-denied {
+
+}
+.g-success, .g-allowed {
+
+}
+.g-info {
+
+}
+.g-warning {
+
+}
+
+.g-open {
+
+}
+.g-closed {
+
+}
+
+.g-installed {
+
+}
+.g-default {
+
+}
+
+/* interactions */
+
+.g-draggable, .ui-draggable {
+ cursor: move;
+}
+.g-target {
+
+}
+
+
+
+/* positioning */
+
+.g-right {
+ float: right;
+}
+.g-left {
+ float: left;
+}
+
+/* order */
+
+.g-first {
+
+}
+.g-last {
+
+}
+.g-even-row {
+
+}
+.g-odd-row {
+
+}
+
+/* text */
+
+.g-txt-small {
+ font-size: .8em;
+}
+.g-txt-big {
+ font-size: 1.2em;
+}
+.g-txt-right {
+ text-align: right;
+}
+
+/* ####### reusable containers/widgets ########### */
+
+.g-dialog {
+
+}
+
+.g-button { /* a link styled like a button */
+
+}
+
+.g-progressbar {
+
+}
+
+.g-block {
+
+}
+
+.g-message-box {
+
+}
+
+.g-list-horizontal {
+
+}