Skip to content

Commit

Permalink
assets precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
enterteg committed Mar 28, 2016
1 parent 5875d37 commit 95d6628
Show file tree
Hide file tree
Showing 11 changed files with 60,072 additions and 1 deletion.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 not shown.

0 comments on commit 95d6628

Please sign in to comment.