diff --git a/About-PARTs/index.html b/About-PARTs/index.html index 9ee7395f2..c5f4dbb65 100644 --- a/About-PARTs/index.html +++ b/About-PARTs/index.html @@ -53,7 +53,7 @@ - +
@@ -201,7 +201,7 @@

2016

- - + diff --git a/Team-Resources/index.html b/Team-Resources/index.html index acdbbbbb5..7fc8a8583 100644 --- a/Team-Resources/index.html +++ b/Team-Resources/index.html @@ -64,7 +64,7 @@

The Blue Alliance (TBA)

FIRST Robotics Competition team information, event results, and videos. Click here for the Blue Alliance page for Team 3492.

-

Take a Look!

+

CHECK IT OUT

@@ -73,7 +73,7 @@

Take a Look!Chief Delphi

Forums and discussions created by FRC® teams to talk about the FRC® game and robots. Great for answering any questions you may have.

-

Take a Look!

+

CHECK IT OUT

@@ -82,7 +82,7 @@

Take

FRC® 2016 Game Manual

Manual including all rules and regulations for the 2016 game, FIRST® STRONGHOLD, as well as, field drawings and other documents. You can download any as a PDF for future reference.

-

Take a Look!

+

CHECK IT OUT

@@ -91,7 +91,7 @@

-

Take a Look!

+

CHECK IT OUT

@@ -100,7 +100,7 @@

Take a Lo

FRC® Labview Resources

The one-stop web portal for training and support for FRC® LabVIEW and the roboRIO.

-

Take a Look!

+

CHECK IT OUT

@@ -109,7 +109,7 @@

-

Take a Look!

+

CHECK IT OUT

diff --git a/contents/webImages/Up.png b/contents/webImages/Up.png deleted file mode 100644 index 2842ddc7b..000000000 Binary files a/contents/webImages/Up.png and /dev/null differ diff --git a/css/mobile.css b/css/mobile.css index 51ef6385b..f7e3c869e 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -74,11 +74,12 @@ html, body{ clip: rect(0, 0, 0, 0); } - +/*folloeing header*/ #blueBlock{ width: 100%; height:5em; background-color: #2E3094; + box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 3px rgba(0,0,0,0.24); position: fixed; z-index: 10; } @@ -93,6 +94,7 @@ html, body{ width:100%; } +/*Label for opening menu*/ label[for="nav-trigger"] { /* critical positioning styles */ position: fixed; @@ -109,7 +111,7 @@ label[for="nav-trigger"] { /* Make the Magic Happen */ .nav-trigger + label, #wrapper { - transition: right 0.2s; + transition: right .5s; } .nav-trigger:checked + label { @@ -121,7 +123,6 @@ label[for="nav-trigger"] { right: 14em; box-shadow: 0 0 5px 5px rgba(0,0,0,0.5); } - body { /* Without this, the body has excess horizontal scroll when the menu is open */ overflow-x: hidden; @@ -148,10 +149,12 @@ code { margin:1em; } .navigation a { - display:block; color:white; text-decoration:none; font-weight:bold; + display:block; + margin: -10em; + padding: 10em; } #homeBot{ @@ -251,7 +254,7 @@ body { /**********BEGIN HOME PAGE**********/ /*SEPERATE SLIDESHOW FROM CONTENT*/ -#seperator{ +.seperator{ width:100%; height:2em; } @@ -549,21 +552,6 @@ body { text-align:left; } -/*FLOATING RETURN ARROW*/ -#upArrow{ - position:fixed; - z-index:1; - right:0; - bottom:0; -} -#upArrow img{ - width:4em; - margin:.4em; -} -.specialAbout{ - z-index:999; -} - /**********END ABOUT TEAM**********/ /**********BEGIN ALL MEDIA PAGES**********/ @@ -794,18 +782,20 @@ body { /*TEXT STYLING*/ .resourceTakeALook h3{ text-decoration: none; - margin: .5em; - + margin: .5em; } .resourceTakeALook a{ text-decoration: none; - } -.resourceTabs h3{ +.resourceTabs > h3{ text-align: center; + padding-right: .3em; + padding-left: .3em; } -.resourceTabs h4{ +.resourceTabs > h4{ text-align: center; + padding-right: .3em; + padding-left: .3em; } .resourceTabs h4 > a{ text-decoration: none; diff --git a/css/wideScreen.css b/css/wideScreen.css index 4be9b3d0e..b5f078319 100644 --- a/css/wideScreen.css +++ b/css/wideScreen.css @@ -26,9 +26,16 @@ html, body{ background-color:#2E3094; width:100%; height:8em; + border-collapse: collapse; + z-index: 10; } .navigation td{ overflow: hidden; + border-collapse: collapse; + transition: background-color .3s linear; +} +.navigation td:hover{ + background-color: #808080; } .navigation img{ width:5em; @@ -45,9 +52,6 @@ html, body{ text-decoration:none; font-weight:bold; } -.navigation a:hover{ - color:#FF6A00; -} /*MOBILE NAV*/ #nav-trigger{ @@ -356,11 +360,6 @@ body { text-align:center; } -/*FLOATING RETURN ARROW*/ -#upArrow{ - display:none; -} - /**********END ABOUT TEAM**********/ /**********BEGIN ALL MEDIA PAGES**********/ @@ -560,11 +559,15 @@ body { text-decoration: none; } -.resourceTabs h3{ +.resourceTabs > h3{ text-align: center; + padding-right: .3em; + padding-left: .3em; } -.resourceTabs h4{ +.resourceTabs > h4{ text-align: center; + padding-right: .3em; + padding-left: .3em; } .resourceTabs h4 > a{ text-decoration: none;