Skip to content

Commit

Permalink
.logo {
Browse files Browse the repository at this point in the history
  
  float: left;
  background-color:black;
  display:inline;
}

#navcontainer
{
padding: 0;
height: 20px;
  display:block;
  width:100%;
  background-color:black;
  position:fixed;
  color:white;
  width:100vw;
  top:0;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;

}

#navcontainer ul li
{
display: block;
float: right;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
width: 78px;
height: 18px;
border-top: 1px solid #2E97F2;
border-left: px solid #f5d7b4;
border-bottom: 1px solid #262626;
border-right: 1px solid #262626;
padding: 0;
margin: 0 0 0px 0;
color: #A6A6A6;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #F2F2F2;
background: #262626;
}

#navcontainer a:active
{
background: #262626;
color: #fff;
}

#navcontainer li#active a
{
background: #262626;
border-right: 4px solid #2E97F2;
color: #fff;
}
  • Loading branch information
ricoThaka authored Apr 19, 2024
1 parent b6e6c9d commit 6799101
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,23 @@ header h2 {

/* Main Content
*/
.logo {

float: left;
background-color:black;
display:inline;
}

#navcontainer
{
flex-wrap: nowrap;
width:50vw;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff,
0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
padding:5px;
position:fixed;
padding: 0;
height: 20px;
display:inline;
display:block;
width:100%;
background-color:black;
position:fixed;
color:white;
border-top: 1px dotted #2E97F2;
width:100vw;
top:0;
}

Expand All @@ -226,9 +227,9 @@ margin: 0;
#navcontainer ul li a
{
width: 78px;
height: 25px;
height: 18px;
border-top: 1px solid #2E97F2;
border-left: 0px solid #f5d7b4;
border-left: px solid #f5d7b4;
border-bottom: 1px solid #262626;
border-right: 1px solid #262626;
padding: 0;
Expand Down Expand Up @@ -259,6 +260,7 @@ border-right: 4px solid #2E97F2;
color: #fff;
}


.logo {

float: left;
Expand Down

0 comments on commit 6799101

Please sign in to comment.