Copied starter Meteor App files.
Cut and paste of the BasicMeteorApp.
This commit is contained in:
61
imports/ui/styles/tabs.import.styl
vendored
Normal file
61
imports/ui/styles/tabs.import.styl
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
ul.tabRow
|
||||
position: relative
|
||||
text-align: left
|
||||
list-style: none
|
||||
margin: 0
|
||||
padding: 0 0 0 10px
|
||||
line-height: 24px
|
||||
height: 26px
|
||||
font-size: 12px
|
||||
overflow: hidden
|
||||
li
|
||||
position: relative
|
||||
z-index: 0
|
||||
border: 1px solid #AAA
|
||||
background: #D1D1D1
|
||||
display: inline-block
|
||||
border-top-left-radius: 6px
|
||||
border-top-right-radius: 6px
|
||||
background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%)
|
||||
background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%)
|
||||
background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%)
|
||||
background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%)
|
||||
background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%)
|
||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF
|
||||
text-shadow: 0 1px #FFF
|
||||
margin: 0 -5px
|
||||
padding: 0 20px
|
||||
li:before, li:after
|
||||
position: absolute
|
||||
bottom: -1px
|
||||
width: 5px
|
||||
height: 5px
|
||||
content: " "
|
||||
border: 1px solid #AAA
|
||||
li:before
|
||||
left: -6px
|
||||
border-bottom-right-radius: 6px
|
||||
border-width: 0 1px 1px 0
|
||||
box-shadow: 2px 2px 0 #D1D1D1
|
||||
li:after
|
||||
right: -6px
|
||||
border-bottom-left-radius: 6px
|
||||
border-width: 0 0 1px 1px
|
||||
box-shadow: -2px 2px 0 #D1D1D1
|
||||
li.selected
|
||||
z-index: 2
|
||||
background: white
|
||||
color: #333
|
||||
border-bottom-color: #FFF
|
||||
li.selected:before
|
||||
box-shadow: 2px 2px 0 #FFF
|
||||
li.selected:after
|
||||
box-shadow: -2px 2px 0 #FFF
|
||||
ul.tabRow:before
|
||||
position: absolute
|
||||
width: 100%
|
||||
bottom: 0
|
||||
left: 0
|
||||
border-bottom: 1px solid #AAA
|
||||
z-index: 1
|
||||
content: " "
|
||||
Reference in New Issue
Block a user