Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
8abc1584
Commit
8abc1584
authored
Apr 29, 2014
by
Kirk Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to phantomnet look and links.
parent
6fca7f03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
8 deletions
+21
-8
www/defs.php3.in
www/defs.php3.in
+3
-3
www/override-phantomnet.css
www/override-phantomnet.css
+18
-5
No files found.
www/defs.php3.in
View file @
8abc1584
...
...
@@ -695,10 +695,10 @@ function SetDomainDefs()
}
else
{
$WIKINODE
=
"wiki.
$OURDOMAIN
"
;
}
if
(
isset
(
$ovr
[
'WIKIDOC
S
'
]))
{
$WIKIDOC
S
=
$ovr
[
'WIKIDOC
S
'
];
if
(
isset
(
$ovr
[
'WIKIDOC
URL
'
]))
{
$WIKIDOC
URL
=
$ovr
[
'WIKIDOC
URL
'
];
}
else
{
$WIKIDOC
S
=
"http://${WIKINODE}/wikidocs/wiki"
;
$WIKIDOC
URL
=
"http://${WIKINODE}/wikidocs/wiki"
;
}
if
(
isset
(
$ovr
[
'DOMVIEW'
]))
{
$DOMVIEW
=
$ovr
[
'DOMVIEW'
];
...
...
www/override-phantomnet.css
View file @
8abc1584
...
...
@@ -33,13 +33,26 @@ th.center {
}
table
{
background-color
:
#ADD6FF
;
background-color
:
#FFFFFF
;
}
table
.nogrid
{
border-color
:
#
ADD6FF
;
background-color
:
#ADD6FF
;
}
table
.nogrid
{
border-color
:
#
000
;
background-color
:
#ADD6FF
;
}
#contentheader
{
background-color
:
#A3C2FF
;
color
:
#000
;
background-color
:
#1975FF
;
color
:
#FFF
;
}
.submenuheader
{
border
:
solid
2px
black
;
background-color
:
#1975FF
;
color
:
#FFF
;
text-align
:
center
;
}
ul
.submenu
{
border-top
:
solid
0px
black
;
border-right
:
solid
1px
black
;
border-left
:
solid
1px
black
;
border-bottom
:
solid
1px
black
;
}
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