diff --git a/thordezilhas/thordezilhas.css b/thordezilhas/thordezilhas.css index 5be0fd5e60..9fd0ebd636 100644 --- a/thordezilhas/thordezilhas.css +++ b/thordezilhas/thordezilhas.css @@ -4,6 +4,33 @@ background-image: url("https://i.imgur.com/cHyDwls.png"); background-position: center top; background-size: 100% auto; + max-width: 830px; +} + +/*Configure the tab buttons*/ +.sheet-principal, +.sheet-magias { + display: none; +} + +/* show the selected tab */ +.sheet-tabstoggle[value="principal"] ~ div.sheet-principal, +.sheet-tabstoggle[value="magias"] ~ div.sheet-magias { + display: block; +} + +.sheet-botao-selecao { + font-family: 'Pirata One', cursive; + text-align:center; + font-size:1.3em; + border-radius: 5px solid black; + background-color: white; + box-shadow: none; + -webkit-appearance: none; + -moz-appearance: none; + -webkit-border-radius: 5px; + color: black; + background-color:white; } .sheet-body button { @@ -166,9 +193,33 @@ font-family: 'Alegreya', serif; } +.sheet-magias { + font-family: 'Alegreya', serif; + font-size: 1em; + width: 800px; +} + +.sheet-magias textarea { + resize: vertical; + font-family: 'Alegreya', serif; + text-align:center; +} + + .sheet-magias label { + font-size: 1em; + display: inline-block; + font-weight: normal; + font-family: 'Alegreya', serif; + } + + .sheet-magias input { + text-align: left; + font-family: 'Alegreya', serif; + height: 25px; + } .sheet-creditos { font-family: 'Alegreya', serif; font-size: 0.7em; text-align:right; -} +} \ No newline at end of file diff --git a/thordezilhas/thordezilhas.html b/thordezilhas/thordezilhas.html index 25bc4fea1f..906fc5f119 100644 --- a/thordezilhas/thordezilhas.html +++ b/thordezilhas/thordezilhas.html @@ -1,261 +1,327 @@ +
-
-
-
+
+
+