summaryrefslogtreecommitdiff
path: root/boot/app/styles.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-05-27 19:02:15 -0700
committerschneefux <schneefux+commit@schneefux.xyz>2014-05-27 19:02:15 -0700
commit6564ee46c48cccd9d8947fea2fa570389f1646e9 (patch)
tree646aec89cb9a90dfe6df853fc601d3c087d7c069 /boot/app/styles.css
parent0e1762970b4c3cc938012d7644b70ec5e8ccf947 (diff)
parent38258b6033869da653e6568195c5c870cbf4ddd5 (diff)
downloadjasper-client-6564ee46c48cccd9d8947fea2fa570389f1646e9.tar.gz
jasper-client-6564ee46c48cccd9d8947fea2fa570389f1646e9.zip
Merge branch 'master' of https://github.com/jasperproject/jasper-client
Diffstat (limited to 'boot/app/styles.css')
-rwxr-xr-xboot/app/styles.css64
1 files changed, 0 insertions, 64 deletions
diff --git a/boot/app/styles.css b/boot/app/styles.css
deleted file mode 100755
index b6b3155..0000000
--- a/boot/app/styles.css
+++ /dev/null
@@ -1,64 +0,0 @@
-body {
- margin: 0 auto;
- line-height: 1.7em;
- font-family:Open Sans;
-}
-
-h1, h2, h3, h4 {
- font-weight:300;
- color: #888;
-}
-
-.pure-button-success,
-.pure-button-error,
-.pure-button-warning,
-.pure-button-secondary {
- color: white;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-}
-
-.pure-button-success {
- background: rgb(28, 184, 65); /* this is a green */
-}
-
-.pure-button-error {
- background: rgb(202, 60, 60); /* this is a maroon */
-}
-
-.pure-button-warning {
- background: rgb(223, 117, 20); /* this is an orange */
-}
-
-.pure-button-secondary {
- background: rgb(66, 184, 221); /* this is a light blue */
-}
-
-
-#menu {
- margin-left: -300px;
- width: 300px;
- position: fixed;
- top: 0;
- left: 300px;
- bottom: 0;
- z-index: 1000;
- padding:20px;
-}
-
-#main {
- margin-left:80px;
-}
-
-.centered{
- width:300px;
- height:200px;
- position:absolute;
- left:50%;
- top:50%;
- margin:-100px 0 0 -150px;
-}
-
-.notice {
- background-color: #61B842;
- color: white;
-} \ No newline at end of file