You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
I was hoping to use the CSS file that is created for the project, to modify some parts of the presentation. Unfortunately the swiss.css file is the last link inserted into the deck, so it is difficult to make any changes (like background color) without modifying swiss.css directly, which I was hoping to avoid.
<head><title>ipv6_atl</title><metacharset='utf-8'><metacontent='width=1024, user-scalable=no' name='viewport'><!-- deck.js's core css --><linkhref="deck.js/core/deck.core.css" rel="stylesheet" type="text/css"/><!-- deck.js extension CSS files --><linkhref="deck.js/extensions/codemirror/deck.codemirror.css" rel="stylesheet" type="text/css"/><linkhref="deck.js/extensions/goto/deck.goto.css" rel="stylesheet" type="text/css"/><linkhref="deck.js/extensions/hash/deck.hash.css" rel="stylesheet" type="text/css"/><linkhref="deck.js/extensions/menu/deck.menu.css" rel="stylesheet" type="text/css"/><linkhref="deck.js/extensions/navigation/deck.navigation.css" rel="stylesheet" type="text/css"/><linkhref="deck.js/extensions/scale/deck.scale.css" rel="stylesheet" type="text/css"/><linkhref="deck.js/extensions/status/deck.status.css" rel="stylesheet" type="text/css"/><!-- all css in the css dir: Keydown CSS, your custom CSS, and themes from deck.js --><linkhref="css/keydown.css" rel="stylesheet" type="text/css"/><linkhref="css/default.css" rel="stylesheet" type="text/css"/><linkhref="css/horizontal-slide.css" rel="stylesheet" type="text/css"/><linkhref="css/ipv6_atl.css" rel="stylesheet" type="text/css"/><linkhref="css/swiss.css" rel="stylesheet" type="text/css"/><!-- Modernizr (provided for legacy browsers) --><scriptsrc="deck.js/support/modernizr.custom.js" type="text/javascript"></script></head>
I was hoping to use the CSS file that is created for the project, to modify some parts of the presentation. Unfortunately the
swiss.cssfile is the last link inserted into the deck, so it is difficult to make any changes (like background color) without modifyingswiss.cssdirectly, which I was hoping to avoid.