2 Commits 6cd8367056 ... 25121fe6ad

Author SHA1 Message Date
  UltrasonicMadness 25121fe6ad Housekeeping 6 years ago
  UltrasonicMadness cf30d22c86 Consistent indentation in stylesheets 6 years ago

+ 6 - 3
public_html/common/style/agegate.css

@@ -16,16 +16,19 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  */
 
-body {
+body
+{
     text-align:center;
     font-size:100%;
 }
 
-#link_panel {
+#link_panel
+{
     display:inline-block;
 }
 
-.accept_link, .return_link {
+.accept_link, .return_link
+{
     width:384px;
     display:inline-block;
 }

+ 12 - 6
public_html/common/style/agegatemobile.css

@@ -16,24 +16,28 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
  */
 
-body {
+body
+{
     background-color:#000;
     color:#fff;
     font-family:sans-serif;
     font-size:200%;
 }
 
-img {
+img
+{
     display:block;
     margin:auto;
 }
 
-#link_panel {
+#link_panel
+{
     display:flex;
     flex-flow:column;
 }
 
-.accept_link, .return_link {
+.accept_link, .return_link
+{
     color:#fff;
     text-decoration:none;
     width:100%;
@@ -42,10 +46,12 @@ img {
     font-size:200%;
 }
 
-.accept_link {
+.accept_link
+{
     background-color:#090;
 }
 
-.return_link {
+.return_link
+{
     background-color:#900;
 }

+ 6 - 3
public_html/common/style/main.css

@@ -76,14 +76,17 @@ footer
 	flex-flow:column;
 }
 
-.app-container div {
+.app-container div
+{
     width:128px;
 }
 
-.app-container div a {
+.app-container div a
+{
     font-size:90%;
 }
 
-#social a {
+#social a
+{
     width:12.5%;
 }

+ 0 - 6
public_html/common/style/menu.css

@@ -37,13 +37,7 @@ nav a
 #main-logo-container
 {
     background-color:#000000;
-    
     display:flex;
-    flex:0;
-}
-
-#main-logo-container a {
-    width:100%;
 }
 
 #main-logo-container img

+ 16 - 8
public_html/common/style/mobile.css

@@ -38,7 +38,8 @@ body
     display:flex;
 }
 
-#main-logo-container a {
+#main-logo-container a
+{
     flex:1;
     background-color:#000;
     width:100%;
@@ -95,19 +96,22 @@ footer
     font-size:50%;
 }
 
-.app-container {
+.app-container
+{
     display:flex;
     justify-content:space-between;
     flex-wrap:wrap;
     width:95%;
 }
 
-.app-container div {
+.app-container div
+{
     width:25%;
     padding:0.5em;
 }
 
-.app-container div img {
+.app-container div img
+{
     border-radius:15%;
     display:block;
     margin:auto;
@@ -117,7 +121,8 @@ footer
     border-color:#000;
 }
 
-.app-container div a {
+.app-container div a
+{
     display:block;
     width:100%;
     padding:0.5em;
@@ -127,15 +132,18 @@ footer
     border-radius:15%;
 }
 
-.app-container div a:focus {
+.app-container div a:focus
+{
     outline:none;
 }
 
-#social img {
+#social img
+{
     width:100%;
 }
 
-#social a {
+#social a
+{
     display:inline-block;
     width:20%;
     padding:0;