Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
5221b45a
Commit
5221b45a
authored
Nov 20, 2018
by
Clint.Network
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding active link style
parent
ae0020ff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
_Layout.cshtml
Stratis.Guru/Views/Shared/_Layout.cshtml
+7
-6
default.css
Stratis.Guru/wwwroot/css/default.css
+5
-1
No files found.
Stratis.Guru/Views/Shared/_Layout.cshtml
View file @
5221b45a
...
@@ -41,12 +41,13 @@
...
@@ -41,12 +41,13 @@
<img
src=
"~/images/logo.png"
class=
""
alt=
"Stratis.guru"
/>
<span
class=
"text-white"
>
Stratis
</span><span
class=
"text-muted"
>
.guru
</span>
<span
class=
"text-info text-hide"
>
v2
</span>
<img
src=
"~/images/logo.png"
class=
""
alt=
"Stratis.guru"
/>
<span
class=
"text-white"
>
Stratis
</span><span
class=
"text-muted"
>
.guru
</span>
<span
class=
"text-info text-hide"
>
v2
</span>
</a>
</a>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li><a
asp-action=
"Index"
asp-controller=
"Home"
><i
class=
"fa fa-home"
></i>
HOME
</a></li>
<li
class=
"@(Context.Request.Path.Equals(Url.Action("
Index
",
"
Home
"))
?
"
active
"
:
"")"
><a
asp-action=
"Index"
asp-controller=
"Home"
><i
class=
"fa fa-home"
></i>
HOME
</a></li>
<li><a
asp-action=
"Index"
asp-controller=
"BlockExplorer"
><i
class=
"fa fa-cube"
></i>
BLOCK EXPLORER
</a></li>
<li
class=
"@(Context.Request.Path.Equals(Url.Action("
Lottery
",
"
Home
"))
?
"
active
"
:
"")"
><a
asp-action=
"Lottery"
asp-controller=
"Home"
><i
class=
"fa fa-trophy"
></i>
LOTTERY
</a></li>
<li><a
asp-action=
"Vanity"
asp-controller=
"Home"
><i
class=
"fa fa-at"
></i>
VANITY
</a></li>
<li
class=
"@(Context.Request.Path.Equals(Url.Action("
Index
",
"
BlockExplorer
"))
?
"
active
"
:
"")"
><a
asp-action=
"Index"
asp-controller=
"BlockExplorer"
><i
class=
"fa fa-cube"
></i>
BLOCK EXPLORER
</a></li>
<li><a
asp-action=
"Generator"
asp-controller=
"Home"
><i
class=
"fa fa-qrcode"
></i>
ADDRESS GENERATOR
</a></li>
<li
class=
"@(Context.Request.Path.Equals(Url.Action("
Vanity
",
"
Home
"))
?
"
active
"
:
"")"
><a
asp-action=
"Vanity"
asp-controller=
"Home"
><i
class=
"fa fa-at"
></i>
VANITY
</a></li>
<li><a
asp-action=
"Documentation"
asp-controller=
"Home"
><i
class=
"fa fa-book"
></i>
API
</a></li>
<li
class=
"@(Context.Request.Path.Equals(Url.Action("
Generator
",
"
Home
"))
?
"
active
"
:
"")"
><a
asp-action=
"Generator"
asp-controller=
"Home"
><i
class=
"fa fa-qrcode"
></i>
GENERATOR
</a></li>
<li><a
asp-action=
"About"
asp-controller=
"Home"
><i
class=
"fa fa-info-circle"
></i>
ABOUT
</a></li>
<li
class=
"@(Context.Request.Path.Equals(Url.Action("
Documentation
",
"
Home
"))
?
"
active
"
:
"")"
><a
asp-action=
"Documentation"
asp-controller=
"Home"
><i
class=
"fa fa-book"
></i>
API
</a></li>
<li
class=
"@(Context.Request.Path.Equals(Url.Action("
About
",
"
Home
"))
?
"
active
"
:
"")"
><a
asp-action=
"About"
asp-controller=
"Home"
><i
class=
"fa fa-info-circle"
></i>
ABOUT
</a></li>
@*
<li><a
asp-action=
"Contact"
asp-controller=
"Home"
><i
class=
"fa fa-envelope"
></i>
CONTACT
</a></li>
*@
@*
<li><a
asp-action=
"Contact"
asp-controller=
"Home"
><i
class=
"fa fa-envelope"
></i>
CONTACT
</a></li>
*@
</ul>
</ul>
<a
class=
'menu-trigger'
>
<a
class=
'menu-trigger'
>
...
...
Stratis.Guru/wwwroot/css/default.css
View file @
5221b45a
...
@@ -993,6 +993,9 @@ header
...
@@ -993,6 +993,9 @@ header
margin-left
:
35px
;
margin-left
:
35px
;
}
}
.header-area
.main-nav
.nav
li
.active
{
}
.header-area
.main-nav
.nav
li
a
{
.header-area
.main-nav
.nav
li
a
{
display
:
block
;
display
:
block
;
font-weight
:
600
;
font-weight
:
600
;
...
@@ -3173,7 +3176,8 @@ header .nav a::after {
...
@@ -3173,7 +3176,8 @@ header .nav a::after {
transition
:
transform
0.25s
ease-out
;
transition
:
transform
0.25s
ease-out
;
}
}
header
.nav
a
:hover::after
{
header
.nav
a
:hover::after
,
header
.nav
.active
a
::after
{
transform
:
scaleX
(
1
);
transform
:
scaleX
(
1
);
transform-origin
:
bottom
left
;
transform-origin
:
bottom
left
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment