diff --git a/Global_Resources/style.css b/Global_Resources/style.css index 9d24561..59ee815 100644 --- a/Global_Resources/style.css +++ b/Global_Resources/style.css @@ -1,33 +1,27 @@ -body -{ +body { font-family: Arial; background-color: #3f0073; } -hr -{ +hr { visibility: hidden; } -h1 -{ +h1 { color: #ff7fbc; font-size: 2.5vw; } -h2 -{ +h2 { color: white; font-size: 2vw; } -a -{ +a { font-size: 1vw; } -p -{ +p { font-size: 0.95vw; color: white; font-weight: bold; @@ -37,31 +31,26 @@ p padding-right: 0.5vw; } -.titleimg -{ +.titleimg { display: block; margin-left: auto; margin-right: auto; } -.title -{ +.title { text-align: center; } -.subtitle -{ +.subtitle { text-align: center; } -.menubar ul -{ +.menubar ul { display: table; margin: 0 auto; } -.menubar ul a -{ +.menubar ul a { float: left; width: 9vw; height: 2vw; @@ -74,13 +63,11 @@ p display: inline; } -.menubar ul a:hover -{ +.menubar ul a:hover { background-color: #990091; } -.dropdown -{ +.dropdown { margin: 0; padding: 0; list-style: none; @@ -93,28 +80,24 @@ p display: inline; } -.dropdownContent -{ +.dropdownContent { display: none; } -.dropdown:hover .dropdownContent -{ +.dropdown:hover .dropdownContent { display: block; position: relative; z-index: 10; } -.dropdownContent a -{ +.dropdownContent a { text-decoration: none; font-weight: bold; color: white; display: block; } -.menubar-side ul -{ +.menubar-side ul { float: left; display: table; width: 10vw; @@ -125,8 +108,7 @@ p position: relative; } -.menubar-side ul a -{ +.menubar-side ul a { background-color: #bf00b6; text-align: center; text-decoration: none; @@ -138,13 +120,11 @@ p border-radius: 1vw; } -.menubar-side ul a:hover -{ +.menubar-side ul a:hover { background-color: #990091; } -.main-page-subtitle -{ +.main-page-subtitle { text-align: center; width: fit-content; position: relative; @@ -153,14 +133,12 @@ p margin-left: 1.5vw; } -.main-page-subtitle p -{ +.main-page-subtitle p { position: relative; text-align: center; } -.global-page-bg -{ +.global-page-bg { float: right; margin-top: 2vw; margin-right: 14.875%; @@ -171,8 +149,7 @@ p position: relative; } -.main-page-greet -{ +.main-page-greet { float: right; border-radius: 1vw; background-color: #b061f2; @@ -181,14 +158,12 @@ p width: 68.25%; } -.main-page-greet p -{ +.main-page-greet p { position: relative; - text-align: center; + text-align: center; } -.main-page-title -{ +.main-page-title { border-radius: 1vw; background-color: #b772f1; text-align: center; @@ -201,8 +176,7 @@ p width: 65vw; } -.main-page-content -{ +.main-page-content { padding-top: 3px; padding-bottom: 3px; margin-left: auto; @@ -215,8 +189,7 @@ p width: 55vw; } -.main-page-content p -{ +.main-page-content p { position: relative; text-align: center; -} \ No newline at end of file +}