-
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
9 changed files
with
66,415 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.
1,096 changes: 1,096 additions & 0 deletions
1,096
...c/assets/application-5c1c9f150b416c2157780b56059cc9d9f9ffa47fbccda5fdea38eb321ffa915b.css
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+5.02 KB
...ssets/application-5c1c9f150b416c2157780b56059cc9d9f9ffa47fbccda5fdea38eb321ffa915b.css.gz
Binary file not shown.
65,039 changes: 65,039 additions & 0 deletions
65,039
...ic/assets/application-dcb4816bbc2fe4b098ef0b9f6fdad45fc456248f57c75b5a4c7bf7a4d2cb9680.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+427 KB
...assets/application-dcb4816bbc2fe4b098ef0b9f6fdad45fc456248f57c75b5a4c7bf7a4d2cb9680.js.gz
Binary file not shown.
Binary file added
BIN
+1.61 KB
...sets/cross-73a943ebd22b0f5d04fc9f7fb8d7db2a0373bae62561cb2cea68fc4ae418ab9d.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
+3.92 KB
...oto_upload-c112a6f2c4db6579a435e9ebe6d03b1e70d6bcf1d5bd163a31624a969478618f.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
279 changes: 279 additions & 0 deletions
279
public/assets/public-6b06e41b2dca692c6fa7968a9dc292bb0ead95f26c9b4b4471297ee97920c705.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,279 @@ | ||
/* 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: 8px 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(250, 0, 100, 0.45); | ||
} | ||
/* 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 { | ||
-webkit-appearance: none; | ||
-webkit-border-radius: 0px; | ||
} | ||
/* line 94, /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 103, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .search input[type='submit']:hover { | ||
background: rgba(250, 0, 100, 0.45); | ||
} | ||
/* line 106, /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 rgba(0, 0, 0, 0.8); | ||
background: white; | ||
} | ||
/* line 116, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .search input[type='text']:focus { | ||
opacity: 1; | ||
} | ||
/* line 118, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .search input[type='text']:focus + [type='submit'] { | ||
opacity: 1; | ||
} | ||
/* line 121, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .social { | ||
float: right; | ||
height: 80px; | ||
} | ||
/* line 124, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .social a { | ||
text-decoraion: none; | ||
color: white; | ||
} | ||
/* line 127, /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 136, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#top_menu .social img:hover { | ||
opacity: 0.7; | ||
} | ||
|
||
/* line 141, /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 149, /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 157, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#logo_banner .banner_text .smaller { | ||
font-size: 3.2rem; | ||
} | ||
/* line 159, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#logo_banner .banner_text .smaller_more { | ||
font-size: 2.8rem; | ||
} | ||
/* line 161, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#logo_banner .banner_text .bigger { | ||
letter-spacing: 5px; | ||
font-size: 5rem; | ||
} | ||
|
||
/* line 166, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
#map { | ||
max-width: 1100px; | ||
margin: 50px auto 0px; | ||
} | ||
|
||
/* line 169, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.header { | ||
font-size: 3rem; | ||
text-align: center; | ||
padding: 30px 10px; | ||
} | ||
/* line 173, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.header.travels { | ||
margin-top: 80px; | ||
} | ||
/* line 175, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.header.heart { | ||
margin-top: -25px; | ||
} | ||
/* line 177, /home/enterteg/work/Blog/app/assets/stylesheets/public.sass */ | ||
.header.heart img { | ||
position: relative; | ||
top: 22px; | ||
left: 10px; | ||
} | ||
|
||
/* line 181, /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 190, /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.54 KB
public/assets/public-6b06e41b2dca692c6fa7968a9dc292bb0ead95f26c9b4b4471297ee97920c705.css.gz
Binary file not shown.