forked from buzzert/smartbar
style -> base / smartbar
This commit is contained in:
3
assets/css/smartbar.css
Normal file
3
assets/css/smartbar.css
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#page {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -4,7 +4,8 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
<link rel="stylesheet" href="assets/css/style.css" />
|
<link rel="stylesheet" href="assets/css/base.css" />
|
||||||
|
<link rel="stylesheet" href="assets/css/smartbar.css" />
|
||||||
</head>
|
</head>
|
||||||
<body {{ .PageSizeAttr }}>
|
<body {{ .PageSizeAttr }}>
|
||||||
<div id="page">{{ .Content }}</div>
|
<div id="page">{{ .Content }}</div>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>All Pages</title>
|
<title>All Pages</title>
|
||||||
<link rel="stylesheet" href="assets/css/style.css" />
|
<link rel="stylesheet" href="assets/css/base.css" />
|
||||||
<style>
|
<style>
|
||||||
html, body { margin: 0; padding: 0; height: 100%; }
|
html, body { margin: 0; padding: 0; height: 100%; }
|
||||||
body { background: #eeeeee; }
|
body { background: #eeeeee; }
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Print</title>
|
<title>Print</title>
|
||||||
<link rel="stylesheet" href="assets/css/style.css" />
|
<link rel="stylesheet" href="assets/css/base.css" />
|
||||||
<style>
|
<style>
|
||||||
/* Ensure a clean print with no gaps between pages */
|
/* Ensure a clean print with no gaps between pages */
|
||||||
@media screen { body { background: #eeeeee; } }
|
@media screen { body { background: #eeeeee; } }
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Print 2-Up</title>
|
<title>Print 2-Up</title>
|
||||||
<link rel="stylesheet" href="assets/css/style.css" />
|
<link rel="stylesheet" href="assets/css/base.css" />
|
||||||
<style>
|
<style>
|
||||||
/* Letter page with two half-letter pages laid out horizontally */
|
/* Letter page with two half-letter pages laid out horizontally */
|
||||||
/* Do NOT constrain the whole document to a single sheet */
|
/* Do NOT constrain the whole document to a single sheet */
|
||||||
|
|||||||
Reference in New Issue
Block a user