summaryrefslogtreecommitdiff
path: root/minionlivesmatter/templates/assets/tether/examples/facebook/facebook.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:13:57 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:13:57 +0100
commitd25ff2bddd44b9dac1ceb248424109d1782dd211 (patch)
tree34fcfd824a1a72e7b4d431b688adcea532b62180 /minionlivesmatter/templates/assets/tether/examples/facebook/facebook.css
parenta2cbdd1b88ac723e5e441c0a3c22636f0a8c4dfd (diff)
downloadmeta-d25ff2bddd44b9dac1ceb248424109d1782dd211.tar.gz
meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.zip
add minionlivesmatter as submodule
Diffstat (limited to 'minionlivesmatter/templates/assets/tether/examples/facebook/facebook.css')
-rw-r--r--minionlivesmatter/templates/assets/tether/examples/facebook/facebook.css86
1 files changed, 0 insertions, 86 deletions
diff --git a/minionlivesmatter/templates/assets/tether/examples/facebook/facebook.css b/minionlivesmatter/templates/assets/tether/examples/facebook/facebook.css
deleted file mode 100644
index eae1508..0000000
--- a/minionlivesmatter/templates/assets/tether/examples/facebook/facebook.css
+++ /dev/null
@@ -1,86 +0,0 @@
-.drop-target.drop-open {
- outline: 2px solid;
-}
-
-.body {
- position: relative;
- margin-right: 300px;
-}
-
-.page {
- max-width: 100%;
- width: 1080px;
- padding: 0 10px;
- box-sizing: border-box;
- margin: 0 auto;
-}
-
-.navigation {
- background: blue;
- color: #fff;
- margin-right: 300px;
- margin-bottom: 30px;
-}
-
-.navigation .item a {
- padding: 30px 20px;
- display: inline-block;
-}
-
-.navigation .item a {
- color: inherit;
-}
-
-.navigation .drop-target.drop-open {
- background: #fff;
- color: blue;
- outline: none;
-}
-
-.right-sidebar {
- position: fixed;
- height: 50%;
- width: 300px;
- background: #eee;
- overflow: auto;
- right: 0;
-}
-
-.right-sidebar .drop-target.drop-open {
- background: blue;
- color: #fff;
- outline: none;
-}
-
-.right-sidebar .item a {
- display: block;
- padding: 20px;
- margin-bottom: 10px;
- background: rgba(0, 0, 0, .1);
-}
-
-.right-sidebar-top {
- top: 0;
-}
-
-.right-sidebar-bottom {
- top: 50%;
- background: #ccc;
-}
-
-.scroll-container {
- position: relative;
- overflow: auto;
- background: #eee;
- padding: 20px;
- margin-bottom: 20px;
- margin-right: 20px;
- height: 200px;
- width: 200px;
-}
-
-.absolute-container {
- position: absolute;
- top: 20px;
- right: 300px;
-}