summaryrefslogtreecommitdiffstats
path: root/client/styles/cheat.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/styles/cheat.styl')
-rw-r--r--client/styles/cheat.styl79
1 files changed, 79 insertions, 0 deletions
diff --git a/client/styles/cheat.styl b/client/styles/cheat.styl
new file mode 100644
index 00000000..9d881b44
--- /dev/null
+++ b/client/styles/cheat.styl
@@ -0,0 +1,79 @@
+@import 'nib'
+
+.clear
+ clear: both
+
+.clearfix
+ clearfix()
+
+.hide
+ display: none
+
+.show
+ display: block
+
+.bold
+ font-weight: 700
+
+.center
+ text-align: center
+
+.left
+ float: left
+
+.right
+ float: right
+
+.first
+ margin-left: 0
+ padding-left: 0
+
+.last
+ margin-right: 0
+ padding-right: 0
+
+.top
+ margin-top: 0
+ padding-top: 0
+
+.bottom
+ margin-bottom: 0
+ padding-bottom: 0
+
+.relative
+ position: relative
+
+.block
+ display: block
+
+.inline
+ display: inline
+
+.inline-block
+ display: inline-block
+
+.pointer
+ cursor: pointer
+
+.ellip
+ overflow: hidden
+ text-overflow: ellipsis
+ white-space: nowrap
+
+.underline
+ text-decoration: underline
+
+.lowercase
+ text-transform: lowercase
+
+.invisible
+ visibility: hidden
+
+.wrapword
+ word-wrap: break-word
+
+.grab
+ cursor: grab
+
+.grabbing
+ cursor: grabbing