Add credits

This commit is contained in:
2020-08-25 20:05:48 +02:00
parent ca72365f6d
commit 2799d2bb86
5 changed files with 38 additions and 37 deletions

View File

@@ -35,7 +35,7 @@
<h2><i class="fa inline fa-feedback"></i>Filtered films</h2> <h2><i class="fa inline fa-feedback"></i>Filtered films</h2>
<div id="feed_content"></div> <div id="feed_content"></div>
</div> </div>
<footer><i class="fa inline fa-power"></i>Designed &amp; powered by Franzz, licensed under GPLv3.</footer> <footer><i class="fa inline fa-power"></i>Designed &amp; powered by Franzz, <a href="https://git.lutran.fr/franzz/ugc" title="Git Repository" target="_blank">licensed under GPLv3</a>.</footer>
<div class="background"></div> <div class="background"></div>
<div id="settings"> <div id="settings">
<h1>Theaters<span id="ok_settings" class="button no_bg square fa fa-ok"></span></h1> <h1>Theaters<span id="ok_settings" class="button no_bg square fa fa-ok"></span></h1>
@@ -44,4 +44,4 @@
<div class="switches"><i id="premiere" class="fa fa-lg inline"></i><span>Include Avant-première</span></div> <div class="switches"><i id="premiere" class="fa fa-lg inline"></i><span>Include Avant-première</span></div>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -1 +1 @@
sass --unix-newline -l --style=compressed --watch ugc.scss:ugc.css sass --style=compressed --watch ugc.scss:ugc.css

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -97,7 +97,7 @@ select {
.fa-spinner { .fa-spinner {
color: $ugc_color; color: $ugc_color;
font-size:2em; font-size:2em;
&:before { &:before {
content: "\f110"; content: "\f110";
} }
@@ -118,7 +118,7 @@ select {
content: "\f0e7"; content: "\f0e7";
} }
.fa-feedback:before { .fa-feedback:before {
content: "\f0b0"; content: "\f0b0";
} }
.fa-settings:before { .fa-settings:before {
content: "\f013"; content: "\f013";
@@ -186,11 +186,11 @@ header .title time {
nav a { nav a {
color: $ugc_color; color: $ugc_color;
&:hover, &.hidden { &:hover, &.hidden {
color: $comp_color; color: $comp_color;
} }
&.hidden:hover { &.hidden:hover {
color: $ugc_color; color: $ugc_color;
} }
@@ -226,11 +226,11 @@ main {
-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5);
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5); box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5);
* { * {
transform: translate(0px, 0px); transform: translate(0px, 0px);
} }
img.bg { img.bg {
position:absolute; position:absolute;
top:50%; top:50%;
@@ -241,10 +241,10 @@ main {
opacity:0.2; opacity:0.2;
width:calc(100% - #{$poster_size}); width:calc(100% - #{$poster_size});
} }
.poster-container { .poster-container {
display: inline-block; display: inline-block;
img.poster { img.poster {
width: $poster_size; width: $poster_size;
z-index: 2; z-index: 2;
@@ -255,41 +255,41 @@ main {
p { p {
margin: 0.5em 0; margin: 0.5em 0;
} }
.info { .info {
z-index:2; z-index:2;
display: inline-block; display: inline-block;
vertical-align:top; vertical-align:top;
padding:1em; padding:1em;
width: calc(100% - 2em - #{$poster_size}); width: calc(100% - 2em - #{$poster_size});
.title { .title {
margin: 0; margin: 0;
a.name { a.name {
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
} }
} }
.edito { .edito {
font-style: italic; font-style: italic;
color:#777; color:#777;
} }
.film-info { .film-info {
padding-left: calc((1.28571429em + 0.5em)/0.9); padding-left: calc((1.28571429em + 0.5em)/0.9);
font-size: 0.9em; font-size: 0.9em;
color: #555; color: #555;
.director { .director {
font-style: italic; font-style: italic;
.more-info { .more-info {
font-size: calc(1em/0.9); font-size: calc(1em/0.9);
margin-left: 0.5em; margin-left: 0.5em;
vertical-align: -0.05em; vertical-align: -0.05em;
&:not(.fa-spin) { &:not(.fa-spin) {
cursor: pointer; cursor: pointer;
&:hover { &:hover {
@@ -298,36 +298,36 @@ main {
} }
} }
} }
.film-details { .film-details {
border-left: 2px solid #CCC; border-left: 2px solid #CCC;
padding-left: 0.5em; padding-left: 0.5em;
p { p {
font-size: 0.8em; font-size: 0.8em;
color: #555; color: #555;
} }
} }
} }
.timetable { .timetable {
margin-top:1em; margin-top:1em;
font-size: 0.8em; font-size: 0.8em;
p { p {
line-height: 2.0; line-height: 2.0;
margin: 0; margin: 0;
} }
.cinema { .cinema {
margin-right:0.5em; margin-right:0.5em;
.fa { .fa {
font-size: 1.25em; font-size: 1.25em;
line-height: 0.7656249414em; line-height: 0.7656249414em;
vertical-align: -14.06250352%; vertical-align: -14.06250352%;
} }
} }
.lang { .lang {
margin-right:0.5em; margin-right:0.5em;
} }
@@ -358,6 +358,14 @@ footer {
font-size: 0.8em; font-size: 0.8em;
margin: 1em 0 0 0; margin: 1em 0 0 0;
color: $ugc_color; color: $ugc_color;
a {
color: $ugc_color;
&:hover {
color: $comp_color;
}
}
} }
/* Section - Settings */ /* Section - Settings */
@@ -390,7 +398,7 @@ footer {
h1 { h1 {
position:relative; position:relative;
.button { .button {
position:absolute; position:absolute;
right:0; right:0;
@@ -412,7 +420,7 @@ footer {
li { li {
cursor: pointer; cursor: pointer;
&:hover, &.include { &:hover, &.include {
font-weight: bold; font-weight: bold;
} }