Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ISRIC
wsm.rest
Commits
2b5569d6
Commit
2b5569d6
authored
Aug 09, 2016
by
IngridHaas
Browse files
try to make it possible to hide everything except gallery when embedded
parent
09451f9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/gallery.html
View file @
2b5569d6
...
...
@@ -43,6 +43,27 @@ function proxyPopulateAndOpenModal(event,modal_content_id,$filename, $classifica
var
win
=
window
.
open
(
$filename
,
'
_blank
'
);
win
.
focus
();
};
//
var
css
=
function
(
callback
)
{
var
head
=
document
.
getElementsByTagName
(
'
head
'
)[
0
];
var
cssnode
=
document
.
createElement
(
'
link
'
);
cssnode
.
type
=
'
text/css
'
;
cssnode
.
rel
=
'
stylesheet
'
;
cssnode
.
href
=
"
assets/css/embedded_styles.css
"
;
cssnode
.
onreadystatechange
=
callback
;
cssnode
.
onload
=
callback
;
head
.
appendChild
(
cssnode
);
}
//
function
getOwl
(){
//create or recicle owl
...
...
www/index.html
View file @
2b5569d6
...
...
@@ -19,7 +19,7 @@
google
:
{
families
:[
'
Asap
'
]},
custom
:
{
families
:
[
'
ViperISRIC
'
,
'
open_sanssemibold
'
,
'
open_sansbold
'
,
'
open_sansitalic
'
,
'
open_sanslight
'
,
'
open_sansregular
'
],
urls
:
[
'
/assets/css/fonts/styles
heet
.css
'
]
urls
:
[
'
/assets/css/fonts/styles.css
'
]
}
};
...
...
@@ -80,7 +80,8 @@
<link
href=
"assets/css/lightbox/lightbox.css"
rel=
"stylesheet"
/>
<!-- styles for this template -->
<link
href=
"assets/css/styles.css"
rel=
"stylesheet"
/>
<link
href=
"assets/css/styles.css"
rel=
"stylesheet"
/>
<!-- place your extra custom styles in this file -->
<link
href=
"assets/css/custom.css"
rel=
"stylesheet"
/>
<!-- CSS for the google tour -->
...
...
de Sousa, Luis
@duque004
mentioned in commit
e998062e
·
Dec 01, 2017
mentioned in commit
e998062e
mentioned in commit e998062e8fa67c1646af1681ceb36f08a5d2f0ed
Toggle commit list
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