Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .background-c {
- background-color: #121214;
- }
- body {
- font-family: 'Lato', sans-serif;
- }
- /* Navbar Layout */
- ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow: hidden;
- background-color: #333;
- position: fixed;
- top: 0;
- width: 100%;
- border-bottom: 1px solid #121214;
- z-index: 10;
- text-transform: uppercase;
- }
- li {
- float: left;
- border-right: 1px solid #121214;
- text-decoration: none;
- }
- a {
- color: #ff8800;
- }
- a:hover {
- color: #ff8800;
- text-decoration: none;
- }
- li a {
- display: block;
- color: white;
- text-align: center;
- padding: 14px 16px;
- text-decoration: none;
- }
- li a:hover {
- background-color: #ff8800;
- text-decoration: none;
- color: #121214;
- transition: background 0.3s ease-in;
- }
- .active {
- background-color: #ff8800;
- color: #121214;
- text-decoration: none;
- }
- /* Header */
- /* @import "compass/css3";
- @import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);
- svg {
- width: 600px;
- height: 120px;
- display: block;
- position: relative;
- overflow: hidden;
- margin: 0 auto;
- background: #343434;
- } */
- .header {
- min-height: 70%;
- max-width: 90%;
- color: white;
- background-color: #343434;
- padding-left: 3%;
- border-bottom: 2px solid #ff8800;
- border-radius: 0 0 20px 20px;
- padding-top: 5%;
- z-index: 10;
- }
- #wrapper {
- margin-left:auto;
- margin-right:auto;
- }
- .orangetext {
- color: #FF8800;
- background: grey;
- /* Fallback Color */
- background: rgba(0, 0, 0, 0.5);
- text-align: center;
- padding: 5px;
- border-bottom: 2px solid #ff8800;
- cursor: pointer;
- text-decoration: none;
- }
- .orangehead {
- color: #FF8800;
- }
- .headline {
- }
- /* Box-Images + Style */
- .boxmid {
- z-index: 2;
- }
- .box {
- display: flex;
- flex-wrap: wrap;
- /* optional. only if you want the items to wrap */
- justify-content: center;
- /* for horizontal alignment */
- align-items: center;
- /* for vertical alignment */
- padding-top: 10%;
- margin-bottom: 20%;
- background-color: red0;
- }
- .imageJumprange {
- background-image: url(https://teknoseyir.com/wp-content/uploads/2015/10/elite_dangerous_star-250x250.jpg);
- height: 250px;
- width: 250px;
- float: left;
- transition: 0.3s opacity ease-in;
- opacity: 0.5;
- cursor: pointer;
- margin-left: 5px;
- }
- .imageJumprange:hover {
- background-image: url(https://teknoseyir.com/wp-content/uploads/2015/10/elite_dangerous_star-250x250.jpg);
- height: 250px;
- width: 250px;
- float: left;
- transition: opacity 0.3s ease-in;
- opacity: 1.0;
- box-shadow: 0 0 20px #ff8800;
- cursor: pointer;
- transform: scale(1.04);
- border: 0px solid #ff8800;
- }
- .imageFrame {
- background-image: url(https://i2.wp.com/i155.photobucket.com/albums/s293/orion_mk3/51675-1426784012.jpg);
- height: 250px;
- width: 250px;
- float: left;
- transition: 0.3s opacity ease-in;
- opacity: 0.5;
- cursor: pointer;
- margin-left: 5px;
- }
- .imageFrame:hover {
- background-image: url(https://i2.wp.com/i155.photobucket.com/albums/s293/orion_mk3/51675-1426784012.jpg);
- height: 250px;
- width: 250px;
- float: left;
- transition: 0.3s opacity box-shadow ease-in;
- opacity: 1.0;
- box-shadow: 0 0 20px #ff8800;
- cursor: pointer;
- transform: scale(1.04);
- border: 0px solid #ff8800;
- }
- .imageEngineer {
- background-image: url(http://elitedangerous.hu/wp-content/uploads/2014/11/Lakon_asp_mini.png);
- height: 250px;
- width: 250px;
- float: left;
- transition: 0.3s opacity ease-in;
- opacity: 0.5;
- cursor: pointer;
- margin-left: 5px;
- }
- .imageEngineer:hover {
- background-image: url(http://elitedangerous.hu/wp-content/uploads/2014/11/Lakon_asp_mini.png);
- height: 250px;
- width: 250px;
- float: left;
- transition: 0.3s opacity box-shadow ease-in;
- opacity: 1.0;
- box-shadow: 0 0 20px #ff8800;
- cursor: pointer;
- transform: scale(1.04);
- border: 0px solid #ff8800;
- }
- /* Footer */
- * {
- margin: 0;
- }
- .footer {
- border-top: 2px solid #ff8800;
- background: #343434;
- color: #ff8800;
- border-radius: 10px 10px 0 0;
- position: fixed;
- left: 0px;
- bottom: 0px;
- height: 40px;
- width: 100%;
- z-index: 10;
- }
- .copyright {
- color: white;
- font-size: 0.7em;
- float: left;
- padding-left: 2%;
- padding-top: 1%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement