-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
60,072 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
public/assets/.sprockets-manifest-f6af32e1c42b2a8d8895872f98009c43.json
Large diffs are not rendered by default.
Oops, something went wrong.
58,859 changes: 58,859 additions & 0 deletions
58,859
...ic/assets/application-02c48f0c6f67b871da004038798eb861dcae02004e98dd9f595cc089fb7f685e.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+382 KB
...assets/application-02c48f0c6f67b871da004038798eb861dcae02004e98dd9f595cc089fb7f685e.js.gz
Binary file not shown.
938 changes: 938 additions & 0 deletions
938
...c/assets/application-c71b627f45b708856a48d424b6cb27ed48ed0c0539f080a0f62ca438406603c1.css
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+4.39 KB
...ssets/application-c71b627f45b708856a48d424b6cb27ed48ed0c0539f080a0f62ca438406603c1.css.gz
Binary file not shown.
Binary file added
BIN
+280 Bytes
...tbox/close-5d62e6c90005bfb71f6abb440f9e4753681cb23bbd5e60477ab6f442d2f0e69c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.28 KB
...ox/loading-225aa88b6ab02c06222ec9468d62e15fa188e39cdb9431d1f55401ad380753ed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.32 KB
...htbox/next-15b869b02c6fbaa8c6c26445a2dd2d9bad80fd27b1409f8179e5dd89dc89d90a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.33 KB
...htbox/prev-7fd9273f20fdb1229c224341271a119020a5eee74ccf6b4605730917c864caf2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
274 changes: 274 additions & 0 deletions
274
public/assets/public-dbfdf96cd528f470c75299313d19b60d46b3e0c2b8139ae5f9ce74a591f84482.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,274 @@ | ||
/* line 5, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
body, html { | ||
margin: 0; | ||
padding: 0; | ||
font-family: "Roboto", sans-serif; | ||
font-weight: 100; | ||
font-size: 15px; | ||
} | ||
|
||
/* line 11, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
body#tinymce { | ||
padding: 10px; | ||
font-size: 20px; | ||
font-family: times-new-roman; | ||
padding-top: 0px; | ||
} | ||
|
||
/* line 17, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
hr { | ||
border: none; | ||
border-top: 1px solid rgba(100, 0, 200, 0.1); | ||
margin-bottom: 60px; | ||
} | ||
|
||
/* line 21, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.container_mini { | ||
max-width: 500px; | ||
margin: 0 auto; | ||
padding: 0px 10px; | ||
z-index: -10; | ||
} | ||
|
||
/* line 26, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.container { | ||
z-index: -10; | ||
max-width: 1000px; | ||
margin: 0 auto; | ||
padding: 0px 10px; | ||
} | ||
|
||
/* line 31, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#notice { | ||
position: fixed; | ||
z-index: 999; | ||
top: 200px; | ||
line-height: 10vh; | ||
font-size: 3vh; | ||
text-align: center; | ||
width: 100%; | ||
background-color: rgba(165, 63, 132, 0.78); | ||
color: white; | ||
} | ||
|
||
/* line 41, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu { | ||
float: left; | ||
height: 80px; | ||
width: 100%; | ||
} | ||
/* line 46, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu nav #logo_image { | ||
background: url("/assets/logo-1a04112e6d10064bc77fdf902a8743346645f6bafe218177aa866b5d62e20102.png") center no-repeat; | ||
width: 19px; | ||
height: 80px; | ||
float: left; | ||
margin: 0px 15px; | ||
} | ||
/* line 52, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu nav ul { | ||
color: rgba(100, 20, 150, 0.5); | ||
padding: 0px; | ||
margin: 0px; | ||
line-height: 80px; | ||
float: left; | ||
list-style-type: none; | ||
} | ||
/* line 59, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu nav ul a { | ||
text-decoration: none; | ||
} | ||
/* line 61, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu nav ul a li { | ||
color: black; | ||
font-size: 1.3rem; | ||
display: inline; | ||
margin: 0px 2px; | ||
padding: 3px 5px; | ||
border-top: 0px solid white; | ||
-moz-transition: 0.5s border; | ||
-o-transition: 0.5s border; | ||
-ms-transition: 0.5s border; | ||
-webkit-transition: 0.5s border; | ||
transition: 0.5s border; | ||
} | ||
/* line 69, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu nav ul a li:hover { | ||
position: relative; | ||
cursor: pointer; | ||
border-top: 30px solid rgba(150, 0, 200, 0.1); | ||
} | ||
/* line 73, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .admin { | ||
float: right; | ||
line-height: 80px; | ||
} | ||
/* line 76, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .admin .logout { | ||
background: none; | ||
color: rgba(0, 0, 0, 0.7); | ||
padding: 5px; | ||
outline: none; | ||
font-weight: 100; | ||
} | ||
/* line 82, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .admin .logout:hover { | ||
color: black; | ||
border-bottom: 2px solid rgba(200, 50, 200, 0.5); | ||
} | ||
/* line 86, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .search { | ||
float: right; | ||
margin-left: 25%; | ||
position: relative; | ||
top: 25px; | ||
} | ||
/* line 91, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .search input[type='submit'] { | ||
position: relative; | ||
top: -2px; | ||
opacity: 0.7; | ||
border: none; | ||
background: rgba(250, 0, 100, 0.65); | ||
color: white; | ||
padding: 9px; | ||
cursor: pointer; | ||
} | ||
/* line 100, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .search input[type='submit']:hover { | ||
background: rgba(250, 0, 100, 0.45); | ||
} | ||
/* line 103, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .search input[type='text'] { | ||
font-size: 1.1rem; | ||
font-family: sans-serif; | ||
opacity: 0.1; | ||
padding: 5px; | ||
outline: none; | ||
border: 0px solid black; | ||
border-bottom: 1px solid black; | ||
background: white; | ||
} | ||
/* line 113, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .search input[type='text']:focus { | ||
opacity: 1; | ||
} | ||
/* line 115, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .search input[type='text']:focus + [type='submit'] { | ||
opacity: 1; | ||
} | ||
/* line 118, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .social { | ||
float: right; | ||
height: 80px; | ||
} | ||
/* line 121, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .social a { | ||
text-decoraion: none; | ||
color: white; | ||
} | ||
/* line 124, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .social img { | ||
display: inline-block; | ||
margin-left: 5px; | ||
width: 35px; | ||
height: 35px; | ||
opacity: 0.3; | ||
position: relative; | ||
top: 50%; | ||
-moz-transform: translateY(-50%); | ||
-o-transform: translateY(-50%); | ||
-ms-transform: translateY(-50%); | ||
-webkit-transform: translateY(-50%); | ||
transform: translateY(-50%); | ||
} | ||
/* line 133, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .social img:hover { | ||
opacity: 0.7; | ||
} | ||
|
||
/* line 138, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#logo_banner { | ||
clear: both; | ||
width: 100%; | ||
background: url("/assets/logo_banner3-f30c37df9e98896de37838ac04371dc0c580ab4e6962641a386544ca55745c80.jpg") center no-repeat; | ||
background-size: cover; | ||
height: 370px; | ||
color: white; | ||
position: relative; | ||
} | ||
/* line 146, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#logo_banner .banner_text { | ||
text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6); | ||
text-align: center; | ||
left: 50%; | ||
top: 50%; | ||
-moz-transform: translate(-50%, -45%); | ||
-o-transform: translate(-50%, -45%); | ||
-ms-transform: translate(-50%, -45%); | ||
-webkit-transform: translate(-50%, -45%); | ||
transform: translate(-50%, -45%); | ||
position: absolute; | ||
line-height: 1.5; | ||
} | ||
/* line 154, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#logo_banner .banner_text .smaller { | ||
font-size: 3.2rem; | ||
} | ||
/* line 156, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#logo_banner .banner_text .smaller_more { | ||
font-size: 2.8rem; | ||
} | ||
/* line 158, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#logo_banner .banner_text .bigger { | ||
letter-spacing: 5px; | ||
font-size: 5rem; | ||
} | ||
|
||
/* line 163, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#map { | ||
max-width: 1100px; | ||
margin: 50px auto 0px; | ||
} | ||
|
||
/* line 166, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.header { | ||
font-size: 3rem; | ||
text-align: center; | ||
padding: 30px 10px; | ||
} | ||
/* line 170, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.header.travels { | ||
margin-top: 80px; | ||
} | ||
/* line 172, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.header.heart { | ||
margin-top: -25px; | ||
} | ||
/* line 174, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.header.heart img { | ||
position: relative; | ||
top: 22px; | ||
left: 10px; | ||
} | ||
|
||
/* line 178, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.button { | ||
text-decoration: none; | ||
margin-right: 5px; | ||
padding: 8px 18px; | ||
color: #960064; | ||
font-size: 1.1rem; | ||
cursor: pointer; | ||
-moz-transition: 0.2s ease all; | ||
-o-transition: 0.2s ease all; | ||
-ms-transition: 0.2s ease all; | ||
-webkit-transition: 0.2s ease all; | ||
transition: 0.2s ease all; | ||
outline: 1px solid rgba(250, 0, 100, 0.35); | ||
} | ||
/* line 187, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.button:hover { | ||
color: white; | ||
background: rgba(250, 0, 100, 0.65); | ||
} |
Binary file added
BIN
+1.52 KB
public/assets/public-dbfdf96cd528f470c75299313d19b60d46b3e0c2b8139ae5f9ce74a591f84482.css.gz
Binary file not shown.