Tweak headers to make them smaller on the page
This commit is contained in:
+4
-4
@@ -39,25 +39,25 @@ h1 {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: $font-family-header;
|
font-family: $font-family-header;
|
||||||
font-size: $font-size-xx-large;
|
font-size: $font-size-x-large;
|
||||||
position: relative; top: -0.5em;
|
position: relative; top: -0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 0.5em;
|
||||||
|
|
||||||
* { display: inline; }
|
* { display: inline; }
|
||||||
|
|
||||||
img {
|
img {
|
||||||
position: relative; height: 4em; width: 4em;
|
position: relative; height: 3.2em; width: 3.2em;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: $font-family-header;
|
font-family: $font-family-header;
|
||||||
font-size: $font-size-x-large;
|
font-size: $font-size-large;
|
||||||
position: relative; top: -0.25em;
|
position: relative; top: -0.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,9 +9,8 @@ All rights reserved.
|
|||||||
min-height: 14em;
|
min-height: 14em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
position: absolute; top: 5em; right: 2em; bottom: 0; left: 2em;
|
position: absolute; top: 3.6em; right: 2em; bottom: 0; left: 2em;
|
||||||
background: $color-background-panel;
|
background: $color-background-panel;
|
||||||
|
|
||||||
.multiplier {
|
.multiplier {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ All rights reserved.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
position: absolute; top: 5em; right: 2em; bottom: 0; left: 2em;
|
position: absolute; top: 3.6em; right: 2em; bottom: 0; left: 2em;
|
||||||
background: $color-background-panel;
|
background: $color-background-panel;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|||||||
+16
-4
@@ -60,11 +60,23 @@ All rights reserved.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.view__header {
|
.view__header {
|
||||||
background: $color-brick-light url('/images/stone_brick_light.png');
|
background: $color-gray-light;
|
||||||
position: relative; height: 10em;
|
position: relative; height: 8em;
|
||||||
margin-top: 5em;
|
margin-top: 3.2em;
|
||||||
|
|
||||||
h1 { position: relative; top: -3em; left: -3em; }
|
a {
|
||||||
|
position: absolute; left: -1.6em; top: -1.6em;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 6.4em; height: 6.4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
position: absolute; top: 0.8em; left: 3.2em;
|
||||||
|
font-family: PressStart;
|
||||||
|
font-size: $font-size-x-large;
|
||||||
|
}
|
||||||
|
|
||||||
.divider {
|
.divider {
|
||||||
background: $color-brick-dark url('/images/stone_brick.png');
|
background: $color-brick-dark url('/images/stone_brick.png');
|
||||||
|
|||||||
@@ -6,8 +6,6 @@
|
|||||||
//-
|
//-
|
||||||
|
|
||||||
.view__header
|
.view__header
|
||||||
h1
|
a.logo(href="/"): img(src="/images/workbench_front.png")
|
||||||
a.logo(href="/")
|
h1 Crafting Guide for Minecraft
|
||||||
img(src="/images/workbench_front.png")
|
|
||||||
p Crafting Guide
|
|
||||||
.divider.bottom
|
.divider.bottom
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ module.exports = class InventoryController extends BaseController
|
|||||||
@$scrollbox = @$('.scrollbox')
|
@$scrollbox = @$('.scrollbox')
|
||||||
@$table = @$('table')
|
@$table = @$('table')
|
||||||
@$toolbar = @$('.toolbar')
|
@$toolbar = @$('.toolbar')
|
||||||
@$title = @$('.title')
|
@$title = @$('h2 p')
|
||||||
super
|
super
|
||||||
|
|
||||||
refresh: ->
|
refresh: ->
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
.view__inventory
|
.view__inventory
|
||||||
h2
|
h2
|
||||||
img.icon
|
img.icon
|
||||||
p.title
|
p
|
||||||
.panel
|
.panel
|
||||||
.scrollbox
|
.scrollbox
|
||||||
table
|
table
|
||||||
|
|||||||
Reference in New Issue
Block a user