hybrid.html -> index.html; changed links; added xpub logo

master
Castro0o 6 years ago
parent 9573dcd724
commit 2bd5c80ef7

@ -57,7 +57,7 @@ a {
}
a:hover {
color: #0F0;
color: #FF0099;
text-decoration: underline;
}
@ -87,7 +87,7 @@ div.header-center {
}
#editor {
border-right: 2px dotted #0F0;
border-right: 2px dotted #FF0099;
}
#editor textarea {
@ -141,7 +141,7 @@ div.header-center {
background: #FFF;
width: 360px;
display: none;
border: 2px solid #0F0;
border: 2px solid #FF0099;
}
#footer {
@ -229,11 +229,11 @@ img.logo{
input, select, button{
background: #FFF;
border: 2px solid #0F0;
border: 2px solid #FF0099;
}
div.dz-error-message span{
border-bottom: 2px dotted #0F0!important;
border-bottom: 2px dotted #FF0099!important;
}
div.dz-details{

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -55,8 +55,8 @@
</div>
</div>
<div id="footer"><a href="https://github.com/DigitalPublishingToolkit/hybrideditor">Hybrid Publishing Editor</a> is <a href="http://www.gnu.org/copyleft/gpl.html">free software</a> based on <a href="http://daringfireball.net/projects/markdown/">markdown</a>, <a href="http://johnmacfarlane.net/pandoc/">pandoc</a> &amp; <a href="http://ace.c9.io/">ace</a>.
<a href="http://networkcultures.org/digitalpublishing/"><img src="imgs/logo_horiz.jpg" class="logo" alt="" ></a>
<div id="footer"><a href="https://github.com/DigitalPublishingToolkit/hybrideditor">Hybrid Publishing Editor</a> is <a href="http://www.gnu.org/copyleft/gpl.html">free software</a> based on <a href="http://daringfireball.net/projects/markdown/">markdown</a>, <a href="http://johnmacfarlane.net/pandoc/">pandoc</a> &amp; <a href="http://ace.c9.io/">ace</a>, written by <a href="http://automatist.org/">Michael Murtaugh</a> for the <a href="http://networkcultures.org/digitalpublishing/">Digital Publishing Toolkit</a>.
<a href="http://xpub.nl/"><img src="imgs/logo.png" class="logo" alt="" ></a>
</div>
Loading…
Cancel
Save