amuse.git

commit 4b963da6fa4ceefe27ef6402bdad5cc5f88ecaad

Author: Adam <git@apiote.tk>

fix light theme

 templates/book.html | 4 ++--
 templates/bookserie.html | 4 ++--
 templates/film.html | 6 +++---
 templates/tvserie.html | 12 ++++++------


diff --git a/templates/book.html b/templates/book.html
index d7b7149443475a6df69f289ec56127f19b646bf6..a447848ae017aebffd852ffb62a2480d0f47a42a 100644
--- a/templates/book.html
+++ b/templates/book.html
@@ -22,7 +22,7 @@ 				{{.Strings.Global.log_in}}

 				<a href="/signup" class="decoration-none sans">{{.Strings.Global.sign_up}}</a>
 				{{ else }}
-				<nav>
+				<nav class="text">
 					<label for="hamburger" class="cursor-hand">
 						<img src="/users/{{.State.User.Username}}/avatar?size=small" class="border-radius-25 width-1_5"/>
 					</label>
@@ -37,7 +37,7 @@ 						
  • <form action="/users/{{.State.User.Username}}/sessions/{{.State.User.Session}}" method="POST" class="inline"> <input type="hidden" value="DELETE" name="method" /> <input type="submit" value="{{.Strings.Global.log_out}}" class="border-none bg-none font-normal text-accent padding-lr-0 cursor-hand font-1" /> - </form><span class="material-icon padding-lr-_5">&#xe7ff;</span> + </form><span class="material-icon padding-lr-_5 text-white">&#xe7ff;</span> </li> </ul> </nav> diff --git a/templates/bookserie.html b/templates/bookserie.html index a42d6f4d4c85aa7fefb0981508bf9726f9b11733..9bc78b5024735089dd2a6336d68ba9f7871b96d8 100644 --- a/templates/bookserie.html +++ b/templates/bookserie.html @@ -22,7 +22,7 @@ {{.Strings.Global.log_in}} <a href="/signup" class="decoration-none sans">{{.Strings.Global.sign_up}}</a> {{ else }} - <nav> + <nav class="text"> <label for="hamburger" class="cursor-hand"> <img src="/users/{{.State.User.Username}}/avatar?size=small" class="border-radius-25 width-1_5"/> </label> @@ -37,7 +37,7 @@
  • <form action="/users/{{.State.User.Username}}/sessions/{{.State.User.Session}}" method="POST" class="inline"> <input type="hidden" value="DELETE" name="method" /> <input type="submit" value="{{.Strings.Global.log_out}}" class="border-none bg-none font-normal text-accent padding-lr-0 cursor-hand font-1" /> - </form><span class="material-icon padding-lr-_5">&#xe7ff;</span> + </form><span class="material-icon padding-lr-_5 text-white">&#xe7ff;</span> </li> </ul> </nav> diff --git a/templates/film.html b/templates/film.html index 3bdd6015ca0af95de54e3e6022de7b288aa0d332..30ed05a0c2344e6d1cbbb3d5dc5e836f928e04ce 100644 --- a/templates/film.html +++ b/templates/film.html @@ -22,7 +22,7 @@ {{.Strings.Global.log_in}} <a href="/signup" class="decoration-none sans">{{.Strings.Global.sign_up}}</a> {{ else }} - <nav> + <nav class="text"> <label for="hamburger" class="cursor-hand"> <img src="/users/{{.State.User.Username}}/avatar?size=small" class="border-radius-25 width-1_5"/> </label> @@ -37,7 +37,7 @@
  • <form action="/users/{{.State.User.Username}}/sessions/{{.State.User.Session}}" method="POST" class="inline"> <input type="hidden" value="DELETE" name="method" /> <input type="submit" value="{{.Strings.Global.log_out}}" class="border-none bg-none font-normal text-accent padding-lr-0 cursor-hand font-1" /> - </form><span class="material-icon padding-lr-_5">&#xe7ff;</span> + </form><span class="material-icon padding-lr-_5 text-white">&#xe7ff;</span> </li> </ul> </nav> @@ -112,7 +112,7 @@ {{if and (not .Data.IsOnWantList) (not .Data.Experiences)}} <form action="/users/{{.State.User.Username}}/watchlist/" method="POST" class="margin-tb-_5 margin-lr-1"> <input type="hidden" name="itemId" value="{{.Data.Id}}" /> <input type="hidden" name="itemType" value="film" /> - <button type="submit" class="border-text hover-bg-grey padding-tb-_25 cursor-hand text-white font-2"><span class="padding-lr-_5 material-icon font-2">&#xe03b;</span><span class="sans padding-lr-_5">{{.Strings.Film.want_watch}}</span></button> + <button type="submit" class="border-text hover-bg-grey padding-tb-_25 cursor-hand text font-2"><span class="padding-lr-_5 material-icon font-2">&#xe03b;</span><span class="sans padding-lr-_5">{{.Strings.Film.want_watch}}</span></button> </form> {{end}} <form action="/users/{{.State.User.Username}}/experiences/" method="POST" class="margin-tb-_5 margin-lr-1"> diff --git a/templates/tvserie.html b/templates/tvserie.html index fe383a1978c1d8c7dfa18c25c2a9bfb0c4279e79..292ecb4b1140156bdafff23b2527d4c532ccd8f6 100644 --- a/templates/tvserie.html +++ b/templates/tvserie.html @@ -22,7 +22,7 @@ {{.Strings.Global.log_in}} <a href="/signup" class="decoration-none sans">{{.Strings.Global.sign_up}}</a> {{ else }} - <nav> + <nav class="text"> <label for="hamburger" class="cursor-hand"> <img src="/users/{{.State.User.Username}}/avatar?size=small" class="border-radius-25 width-1_5"/> </label> @@ -37,7 +37,7 @@
  • <form action="/users/{{.State.User.Username}}/sessions/{{.State.User.Session}}" method="POST" class="inline"> <input type="hidden" value="DELETE" name="method" /> <input type="submit" value="{{.Strings.Global.log_out}}" class="border-none bg-none font-normal text-accent padding-lr-0 cursor-hand font-1" /> - </form><span class="material-icon padding-lr-_5">&#xe7ff;</span> + </form><span class="material-icon padding-lr-_5 text-white">&#xe7ff;</span> </li> </ul> </nav> @@ -147,7 +147,7 @@ <input type="hidden" name="watchedDate" value="0001-01-01"/> <input type="hidden" name="watchedTime" value="00:00"/> <input type="checkbox" class="display-none" name="isOtherTime" value="true" checked /> - <button type="submit" class="border-text hover-bg-grey cursor-hand text-white font-1_5"><span class="material-icon">&#xe044;</span></button> + <button type="submit" class="border-text hover-bg-grey cursor-hand text font-1_5"><span class="material-icon">&#xe044;</span></button> </form> <form action="/users/{{$.State.User.Username}}/experiences/" method="POST"> <input type="hidden" name="itemId" value="{{$.Data.Id}}/{{.Data.Next_episode_to_watch.Episode_code}}" /> @@ -166,7 +166,7 @@ {{if and (not .State.User.IsEmpty) (not .Data.IsOnWantList)}} <form action="/users/{{.State.User.Username}}/tvqueue/" method="POST" class="margin-tb-_5 margin-lr-1"> <input type="hidden" name="itemId" value="{{.Data.Id}}" /> <input type="hidden" name="itemType" value="tvserie" /> - <button type="submit" class="border-text hover-bg-grey padding-tb-_25 cursor-hand text-white font-2"><span class="padding-lr-_5 material-icon font-2">&#xe03b;</span><span class="sans padding-lr-_5">{{.Strings.Serie.want_watch}}</span></button> + <button type="submit" class="border-text hover-bg-grey padding-tb-_25 cursor-hand text font-2"><span class="padding-lr-_5 material-icon font-2">&#xe03b;</span><span class="sans padding-lr-_5">{{.Strings.Serie.want_watch}}</span></button> </form> {{end}} </div> @@ -186,7 +186,7 @@ <input type="hidden" name="watchedDate" value="0001-01-01"/> <input type="hidden" name="watchedTime" value="00:00"/> <input type="checkbox" class="display-none" name="isOtherTime" value="true" checked /> - <button type="submit" class="border-text hover-bg-grey padding-tb-_25 cursor-hand text-white font-1_5"><span class="padding-lr-_5 material-icon font-1_5">&#xe044;</span><span class="sans padding-lr-_5">{{$.Strings.Serie.skip_specials}}</span></button> + <button type="submit" class="border-text hover-bg-grey padding-tb-_25 cursor-hand text font-1_5"><span class="padding-lr-_5 material-icon font-1_5">&#xe044;</span><span class="sans padding-lr-_5">{{$.Strings.Serie.skip_specials}}</span></button> </form> {{end}} {{range .Episodes}} @@ -217,7 +217,7 @@ <input type="hidden" name="watchedDate" value="0001-01-01"/> <input type="hidden" name="watchedTime" value="00:00"/> <input type="checkbox" class="display-none" name="isOtherTime" value="true" checked /> - <button type="submit" class="border-text hover-bg-grey cursor-hand text-white font-2"><span class="material-icon font-2">&#xe044;</span></button> + <button type="submit" class="border-text hover-bg-grey cursor-hand text font-2"><span class="material-icon font-2">&#xe044;</span></button> </form> {{end}} <form action="/users/{{$.State.User.Username}}/experiences/" method="POST">