diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:13:57 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:13:57 +0100 |
| commit | d25ff2bddd44b9dac1ceb248424109d1782dd211 (patch) | |
| tree | 34fcfd824a1a72e7b4d431b688adcea532b62180 /minionlivesmatter/templates/assets/tether/docs/welcome/css/browser-demo.css | |
| parent | a2cbdd1b88ac723e5e441c0a3c22636f0a8c4dfd (diff) | |
| download | meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.tar.gz meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.zip | |
add minionlivesmatter as submodule
Diffstat (limited to 'minionlivesmatter/templates/assets/tether/docs/welcome/css/browser-demo.css')
| -rw-r--r-- | minionlivesmatter/templates/assets/tether/docs/welcome/css/browser-demo.css | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/minionlivesmatter/templates/assets/tether/docs/welcome/css/browser-demo.css b/minionlivesmatter/templates/assets/tether/docs/welcome/css/browser-demo.css deleted file mode 100644 index 0bd007b..0000000 --- a/minionlivesmatter/templates/assets/tether/docs/welcome/css/browser-demo.css +++ /dev/null @@ -1,86 +0,0 @@ -html, body { - height: 100%; - overflow: hidden; - font-family: "proxima-nova", sans-serif; } - -.tether.tether-theme-arrows-dark .tether-content { - -webkit-filter: none; - filter: none; - background: #000; } - .tether.tether-theme-arrows-dark .tether-content ul { - color: #fff; - list-style: none; - padding: 0; - margin: 0; } - -.tether.tether-theme-arrows-dark.tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .tether-content:before { - border-right-color: #000; } - -.browser-demo { - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; } - .browser-demo *, .browser-demo *:after, .browser-demo *:before { - box-sizing: border-box; } - .browser-demo .top { - position: absolute; - height: 60px; - padding: 20px; - line-height: 40px; - width: 100%; - border-bottom: 1px solid rgba(0, 0, 0, 0.1); } - .browser-demo .bottom { - position: absolute; - top: 60px; - bottom: 0; - width: 100%; } - .browser-demo .bottom .left { - border-right: 1px solid rgba(0, 0, 0, 0.1); - position: absolute; - width: 30%; - height: 100%; - overflow: auto; } - .browser-demo .bottom .left .item { - height: 64px; - border-bottom: 1px solid rgba(0, 0, 0, 0.1); - cursor: pointer; } - .browser-demo .bottom .left .item:hover, .browser-demo .bottom .left .item.tether-open { - background: rgba(0, 0, 0, 0.1); - border-bottom: 1px solid transparent; } - .browser-demo .bottom .left .item:last-child { - border-bottom: 0; } - .browser-demo .bottom .right { - position: absolute; - width: 70%; - right: 0; - height: 100%; - padding: 20px; } - .browser-demo .title { - display: inline-block; - vertical-align: middle; - *vertical-align: auto; - *zoom: 1; - *display: inline; - background: rgba(0, 0, 0, 0.1); - width: 150px; - height: 15px; - margin-bottom: 20px; } - .browser-demo .word { - display: inline-block; - vertical-align: middle; - *vertical-align: auto; - *zoom: 1; - *display: inline; - background: rgba(0, 0, 0, 0.1); - width: 50px; - height: 8px; - margin-right: 5px; - margin-bottom: 5px; } - .browser-demo .word:nth-last-child(4n+1) { - width: 73px; } - .browser-demo .word:nth-last-child(10n+1) { - width: 14px; } - .browser-demo .word:nth-last-child(9n+1) { - width: 80px; } |
