@ -1,17 +0,0 @@ |
|||||||
.tile{ |
|
||||||
border: 1px solid black; |
|
||||||
width: 30px; |
|
||||||
height: 30px; |
|
||||||
position: absolute; |
|
||||||
} |
|
||||||
|
|
||||||
svg polygon, |
|
||||||
svg rect{ |
|
||||||
fill:rgb(0,255,255); |
|
||||||
stroke-width:5; |
|
||||||
stroke:rgb(0,0,0); |
|
||||||
} |
|
||||||
|
|
||||||
svg text{ |
|
||||||
font-size: 50px; |
|
||||||
} |
|
@ -0,0 +1,44 @@ |
|||||||
|
.tile{ |
||||||
|
border: 1px solid black; |
||||||
|
width: 30px; |
||||||
|
height: 30px; |
||||||
|
position: absolute; |
||||||
|
} |
||||||
|
|
||||||
|
svg polygon, |
||||||
|
svg rect{ |
||||||
|
fill:rgb(0,255,255); |
||||||
|
stroke-width:5; |
||||||
|
stroke:rgb(0,0,0); |
||||||
|
} |
||||||
|
|
||||||
|
svg text{ |
||||||
|
font-size: 50px; |
||||||
|
} |
||||||
|
|
||||||
|
.menu{ |
||||||
|
position: fixed; |
||||||
|
bottom: 40px; |
||||||
|
} |
||||||
|
|
||||||
|
.menu .tile{ |
||||||
|
background: white; |
||||||
|
font-size: 12px; |
||||||
|
} |
||||||
|
|
||||||
|
.menu .tile .list{ |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
.menu .tile:hover .list{ |
||||||
|
position: fixed; |
||||||
|
right: 0; |
||||||
|
height: 30px; |
||||||
|
left: 0; |
||||||
|
bottom: 40px; |
||||||
|
display: inline-block; |
||||||
|
} |
||||||
|
|
||||||
|
.menu .tile .list .tile{ |
||||||
|
position: relative; |
||||||
|
} |
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 101 B After Width: | Height: | Size: 101 B |
Before Width: | Height: | Size: 107 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 106 B After Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 107 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 107 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |