Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Th3 0racl3
tails
Commits
21d2bd2d
Commit
21d2bd2d
authored
Apr 21, 2021
by
sajolida
Browse files
Hide actions (
#18144
)
parent
08a1f00c
Changes
5
Hide whitespace changes
Inline
Side-by-side
wiki/src/hide-breadcrumbs.css
View file @
21d2bd2d
...
...
@@ -2,10 +2,6 @@
display
:
none
;
}
.actions
{
display
:
none
;
}
.pageheader
#otherlanguages
{
top
:
0
;
}
wiki/src/lib/tools-20.jpg
deleted
100644 → 0
View file @
08a1f00c
651 Bytes
wiki/src/local.css
View file @
21d2bd2d
...
...
@@ -509,65 +509,6 @@ body.pt .donate .pt {
}
}
/* Actions menu */
.pageheader
.actions
{
position
:
absolute
;
top
:
0
;
right
:
30px
;
height
:
30px
;
background
:
url(lib/tools-20.jpg)
right
no-repeat
;
padding-right
:
25px
;
}
.pageheader
.actions
ul
{
padding
:
0
;
border-bottom
:
none
;
display
:
none
;
text-align
:
right
;
width
:
986px
;
max-width
:
100%
;
height
:
auto
;
}
.pageheader
.actions
:hover
ul
{
display
:
block
;
}
.pageheader
.actions
li
{
display
:
inline-block
;
padding
:
5px
4px
4px
;
font-size
:
0.9em
;
}
.pageheader
.actions
li
a
{
color
:
#888888
;
text-decoration
:
none
;
}
.pageheader
.actions
:hover
ul
{
float
:
right
;
position
:
relative
;
top
:
0
;
}
.pageheader
.actions
:hover
ul
li
{
background
:
white
;
transition
:
all
0.3s
ease-out
;
}
.pageheader
.actions
:hover
ul
li
:hover
{
border-bottom
:
2px
solid
#451e6f
;
text-decoration
:
none
;
background
:
#EEEEEE
;
}
.pageheader
.actions
:hover
ul
li
:hover
a
{
transition
:
all
0.5s
ease-out
;
color
:
black
;
}
/* Breadcrumbs */
#crumbs
ul
,
#crumbs
li
{
...
...
wiki/src/templates/news.tmpl
View file @
21d2bd2d
...
...
@@ -101,43 +101,6 @@
</ul>
</span>
<TMPL_IF
HAVE_ACTIONS
>
<TMPL_IF
HTML5
><nav
class=
"actions"
><TMPL_ELSE><div
class=
"actions"
></TMPL_IF>
<ul>
<TMPL_IF
EDITURL
>
<TMPL_IF
NAME=
"ISTRANSLATION"
>
<TMPL_ELSE>
<li><a
href=
"<TMPL_VAR EDITURL>"
rel=
"nofollow"
>
Edit
</a></li>
</TMPL_IF>
</TMPL_IF>
<TMPL_IF
RECENTCHANGESURL
>
<li><a
href=
"<TMPL_VAR RECENTCHANGESURL>"
>
RecentChanges
</a></li>
</TMPL_IF>
<TMPL_IF
HISTORYURL
>
<li><a
href=
"<TMPL_VAR HISTORYURL>"
>
History
</a></li>
</TMPL_IF>
<TMPL_IF
GETSOURCEURL
>
<li><a
href=
"<TMPL_VAR GETSOURCEURL>"
>
Source
</a></li>
</TMPL_IF>
<TMPL_IF
PREFSURL
>
<li><a
href=
"<TMPL_VAR PREFSURL>"
>
Preferences
</a></li>
</TMPL_IF>
<TMPL_IF
ACTIONS
>
<TMPL_LOOP
ACTIONS
>
<li><TMPL_VAR
ACTION
></li>
</TMPL_LOOP>
</TMPL_IF>
<TMPL_IF
COMMENTSLINK
>
<li><TMPL_VAR
COMMENTSLINK
></li>
<TMPL_ELSE>
<TMPL_IF
DISCUSSIONLINK
>
<li><TMPL_VAR
DISCUSSIONLINK
></li>
</TMPL_IF>
</TMPL_IF>
</ul>
<TMPL_IF
HTML5
></nav><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
<TMPL_IF
OTHERLANGUAGES
>
<TMPL_IF
HTML5
><nav
id=
"otherlanguages"
><TMPL_ELSE><div
id=
"otherlanguages"
></TMPL_IF>
<ul>
...
...
wiki/src/templates/page.tmpl
View file @
21d2bd2d
...
...
@@ -101,43 +101,6 @@
</ul>
</span>
<TMPL_IF
HAVE_ACTIONS
>
<TMPL_IF
HTML5
><nav
class=
"actions"
><TMPL_ELSE><div
class=
"actions"
></TMPL_IF>
<ul>
<TMPL_IF
EDITURL
>
<TMPL_IF
NAME=
"ISTRANSLATION"
>
<TMPL_ELSE>
<li><a
href=
"<TMPL_VAR EDITURL>"
rel=
"nofollow"
>
Edit
</a></li>
</TMPL_IF>
</TMPL_IF>
<TMPL_IF
RECENTCHANGESURL
>
<li><a
href=
"<TMPL_VAR RECENTCHANGESURL>"
>
RecentChanges
</a></li>
</TMPL_IF>
<TMPL_IF
HISTORYURL
>
<li><a
href=
"<TMPL_VAR HISTORYURL>"
>
History
</a></li>
</TMPL_IF>
<TMPL_IF
GETSOURCEURL
>
<li><a
href=
"<TMPL_VAR GETSOURCEURL>"
>
Source
</a></li>
</TMPL_IF>
<TMPL_IF
PREFSURL
>
<li><a
href=
"<TMPL_VAR PREFSURL>"
>
Preferences
</a></li>
</TMPL_IF>
<TMPL_IF
ACTIONS
>
<TMPL_LOOP
ACTIONS
>
<li><TMPL_VAR
ACTION
></li>
</TMPL_LOOP>
</TMPL_IF>
<TMPL_IF
COMMENTSLINK
>
<li><TMPL_VAR
COMMENTSLINK
></li>
<TMPL_ELSE>
<TMPL_IF
DISCUSSIONLINK
>
<li><TMPL_VAR
DISCUSSIONLINK
></li>
</TMPL_IF>
</TMPL_IF>
</ul>
<TMPL_IF
HTML5
></nav><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
<TMPL_IF
OTHERLANGUAGES
>
<TMPL_IF
HTML5
><nav
id=
"otherlanguages"
><TMPL_ELSE><div
id=
"otherlanguages"
></TMPL_IF>
<ul>
...
...
Write
Preview
Supports
Markdown
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