Add branding
@@ -62,19 +62,16 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="brand" href="http://owncloud.org/" rel="home" title="ownCloud.org"><img class="logo" src="{{ pathto('_static/img/logo_owncloud.svg', 1) }}" itemprop="logo"></a>
|
||||
<a class="brand" href="http://nextcloud.com/" rel="home" title="Nextcloud.com"><img class="logo" src="{{ pathto('_static/img/logo.svg', 1) }}" itemprop="logo"></a>
|
||||
</div>
|
||||
|
||||
<nav class="collapse navbar-collapse" role="navigation">
|
||||
<ul id="menu-header" class="nav navbar-nav">
|
||||
<li class="menu-news"><a href="https://owncloud.org/news/">News</a></li>
|
||||
<li class="menu-features"><a href="https://owncloud.org/features/">Features</a></li>
|
||||
<li class="menu-demo"><a target="_blank" href="https://demo.owncloud.org">Demo</a></li>
|
||||
<li class="menu-documentation top-nav-active"><a href="https://doc.owncloud.org">Documentation</a></li>
|
||||
<li class="menu-contribute"><a href="https://owncloud.org/contribute/">Contribute</a>
|
||||
<li class="menu-support"><a href="https://owncloud.org/support">Support</a></li>
|
||||
<li class="menu-commercial"><a target="_blank" href="https://owncloud.com">Enterprise Edition</a></li>
|
||||
<li class="menu-install"><a href="https://owncloud.org/install/">Download</a></li>
|
||||
<li><a href="https://nextcloud.com/news/">News</a></li>
|
||||
<li><a href="https://nextcloud.com/about/">About us</a></li>
|
||||
<li><a href="https://nextcloud.com/contribute/">Get involved</a></li>
|
||||
<li><a href="https://nextcloud.com/support/">Support</a></li>
|
||||
<li><a href="https://nextcloud.com/enterprise/">Enterprise</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -113,8 +110,8 @@
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="theme-color" content="#1d2d44">
|
||||
<link rel="shortcut icon" href="https://owncloud.org/wp-content/themes/owncloudorgnew/assets/img/common/favicon.png" />
|
||||
<link rel="apple-touch-icon-precomposed" href="https://owncloud.org/wp-content/themes/owncloudorgnew/assets/img/common/favicon.png" />
|
||||
<link rel="shortcut icon" href="https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon.png" />
|
||||
<link rel="apple-touch-icon-precomposed" href="https://nextcloud.com/wp-content/themes/next/assets/img/common/favicon.png" />
|
||||
{% endblock %}
|
||||
|
||||
{# Silence the sidebar's, relbar's #}
|
||||
@@ -175,11 +172,11 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 footer-social-icons">
|
||||
<p class="text-center"><a target="_blank" href="https://plus.google.com/107072838776436530705/about"><img width=50 src="{{ pathto('_static/img/social/googleplus.svg', 1) }}" title="Follow us on Google Plus!" alt="Follow us on Google Plus!"></img></a>
|
||||
<a target="_blank" style="margin: 0 7px 0 14px;" href="https://www.facebook.com/ownClouders"><img width=50 src="{{ pathto('_static/img/social/facebook.svg', 1) }}" title="Like our facebook page!" alt="Like our facebook page!"></img></a>
|
||||
<a target="_blank" style="margin: 0 14px 0 7px;" href="https://twitter.com/ownClouders"><img width=50 src="{{ pathto('_static/img/social/twitter.svg', 1) }}" title="Subscribe to our twitter channel!" alt="Subscribe to our twitter channel!"></img></a>
|
||||
<a target="_blank" href="https://owncloud.org/blogfeed"><img class="img-circle" width=50 src="{{ pathto('_static/img/social/rss.svg', 1) }}" title="Subscribe to our news feed!" alt="Subscribe to our news feed!"></img></a>
|
||||
<a target="_blank" href="http://visitor.r20.constantcontact.com/d.jsp?llr=ixens9uab&p=oi&m=1121878184680&sit=mf4qye7jb&f=cc4cd13f-acdf-45d3-b132-75252542c37d"><img class="img-circle" width=50 src="{{ pathto('_static/img/social/mail.svg', 1) }}" title="Subscribe to our newsletter!" alt="Subscribe to our newsletter!"></img></a></p>
|
||||
<p class="text-center"><a target="_blank" href="https://plus.google.com/104036748063781940910/about"><img width=50 src="{{ pathto('_static/img/social/googleplus.svg', 1) }}" title="Follow us on Google Plus!" alt="Follow us on Google Plus!"></img></a>
|
||||
<a target="_blank" style="margin: 0 7px 0 14px;" href="https://www.facebook.com/Nextclouders"><img width=50 src="{{ pathto('_static/img/social/facebook.svg', 1) }}" title="Like our facebook page!" alt="Like our facebook page!"></img></a>
|
||||
<a target="_blank" style="margin: 0 14px 0 7px;" href="https://twitter.com/Nextclouders"><img width=50 src="{{ pathto('_static/img/social/twitter.svg', 1) }}" title="Subscribe to our twitter channel!" alt="Subscribe to our twitter channel!"></img></a>
|
||||
<a target="_blank" href="https://nextcloud.com/blogfeed"><img class="img-circle" width=50 src="{{ pathto('_static/img/social/rss.svg', 1) }}" title="Subscribe to our news feed!" alt="Subscribe to our news feed!"></img></a>
|
||||
<a target="_blank" href="https://newsletter.nextcloud.com/"><img class="img-circle" width=50 src="{{ pathto('_static/img/social/mail.svg', 1) }}" title="Subscribe to our newsletter!" alt="Subscribe to our newsletter!"></img></a></p>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
All documentation licensed under the <a href="https://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 Unported license</a>.
|
||||
@@ -191,38 +188,23 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-2 col-sm-offset-1">
|
||||
<div class="footer-nav">
|
||||
<h4>About ownCloud</h4>
|
||||
<h4>About Nextcloud</h4>
|
||||
<ul id="menu-about" class="menu">
|
||||
<li class="menu-contact"><a href="https://owncloud.org/contact/">People</a></li>
|
||||
<li class="menu-history"><a href="https://owncloud.org/history/">History</a></li>
|
||||
<li class="menu-events"><a href="https://owncloud.org/events/">Events</a></li>
|
||||
<li class="menu-press"><a href="https://owncloud.org/press">Press</a></li>
|
||||
<li class="menu-privacy"><a href="https://owncloud.org/privacy/">Privacy policy</a></li>
|
||||
<li><a href="https://nextcloud.com/about/">About us</a></li>
|
||||
<li><a href="https://nextcloud.com/contact/">Contact us</a></li>
|
||||
<li><a href="https://nextcloud.com/press/">Press</a></li>
|
||||
<li><a href="https://nextcloud.com/privacy/">Privacy policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2 col-sm-offset-2">
|
||||
<div class="footer-nav">
|
||||
<h4>Resources</h4>
|
||||
<ul id="menu-support-and-documentation" class="menu">
|
||||
<li class="menu-faq"><a href="https://owncloud.org/faq/">FAQ</a></li>
|
||||
<li class="menu-support"><a href="https://owncloud.org/support/">Support</a></li>
|
||||
<li class="menu-admin-manual"><a href="https://doc.owncloud.org">Documentation</a></li>
|
||||
<li class="menu-security"><a href="https://owncloud.org/security/">Security</a></li>
|
||||
<li class="menu-store"><a href="http://www.cafepress.com/owncloudshop">ownCloud Store</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2 col-sm-offset-2">
|
||||
<div class="footer-nav">
|
||||
<h4>Interact</h4>
|
||||
<ul id="menu-interact" class="menu">
|
||||
<li class="menu-irc-channel"><a href="https://webchat.freenode.net/?channels=owncloud">IRC Channel</a></li>
|
||||
<li class="menu-mailing-list"><a href="https://mailman.owncloud.org/mailman/listinfo/">Mailing List</a></li>
|
||||
<li class="menu-forums"><a href="https://forum.owncloud.org/">Forums</a></li>
|
||||
<li class="menu-bug-tracker"><a href="https://owncloud.org/contribute">Get involved</a></li>
|
||||
<li class="menu-promote"><a href="https://owncloud.org/promote/">Discuss ownCloud with others</a></li>
|
||||
|
||||
<li class="menu-irc-channel"><a href="https://webchat.freenode.net/?channels=nextcloud">IRC Channel</a></li>
|
||||
<li class="menu-forums"><a href="https://help.nextcloud.com/">Forums</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 248 KiB |
|
After Width: | Height: | Size: 93 KiB |
107
_shared_assets/themes/nextcloud_com/static/img/logo.svg
Normal file
@@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 195.69999 73.878937"
|
||||
enable-background="new 0 0 196.6 72"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="logo_nextcloud_white.svg"
|
||||
width="195.7"
|
||||
height="73.878937"><metadata
|
||||
id="metadata20"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs18" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1399"
|
||||
id="namedview16"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8"
|
||||
inkscape:cx="42.118341"
|
||||
inkscape:cy="45.448742"
|
||||
inkscape:current-layer="Layer_1"
|
||||
fit-margin-top="1"
|
||||
fit-margin-left="1"
|
||||
fit-margin-right="1"
|
||||
fit-margin-bottom="1"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="240"
|
||||
inkscape:window-maximized="1" /><circle
|
||||
style="fill:none;stroke:#ffffff;stroke-width:5.56589985;stroke-miterlimit:10;stroke-opacity:1"
|
||||
id="XMLID_107_"
|
||||
stroke-miterlimit="10"
|
||||
cx="100.01611"
|
||||
cy="15.582951"
|
||||
r="11.8" /><circle
|
||||
style="fill:none;stroke:#ffffff;stroke-width:5.56589985;stroke-miterlimit:10;stroke-opacity:1"
|
||||
id="XMLID_106_"
|
||||
stroke-miterlimit="10"
|
||||
cx="122.51611"
|
||||
cy="15.582951"
|
||||
r="6.6999998" /><circle
|
||||
style="fill:none;stroke:#ffffff;stroke-width:5.56589985;stroke-miterlimit:10;stroke-opacity:1"
|
||||
id="XMLID_105_"
|
||||
stroke-miterlimit="10"
|
||||
cx="77.416115"
|
||||
cy="15.582951"
|
||||
r="6.6999998" /><g
|
||||
id="g4571"
|
||||
style="fill:#ffffff"
|
||||
transform="translate(0.99999237,0.87893724)"><path
|
||||
id="XMLID_121_"
|
||||
d="m 37.669669,48.9 c 5.9,0 9.2,4.2 9.2,10.5 0,0.6 -0.5,1.1 -1.1,1.1 l -15.9,0 c 0.1,5.6 4,8.8 8.5,8.8 2.8,0 4.8,-1.2 5.8,-2 0.6,-0.4 1.1,-0.3 1.4,0.3 l 0.3,0.5 c 0.3,0.5 0.2,1 -0.3,1.4 -1.2,0.9 -3.8,2.4 -7.3,2.4 -6.5,0 -11.5,-4.7 -11.5,-11.5 0.1,-7.2 4.9,-11.5 10.9,-11.5 z m 6.1,9.4 c -0.2,-4.6 -3,-6.9 -6.2,-6.9 -3.7,0 -6.9,2.4 -7.6,6.9 l 13.8,0 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_119_"
|
||||
d="m 76.9,52.1 0,-2.5 0,-5.2 c 0,-0.7 0.4,-1.1 1.1,-1.1 l 0.8,0 c 0.7,0 1,0.4 1,1.1 l 0,5.2 4.5,0 c 0.7,0 1.1,0.4 1.1,1.1 l 0,0.3 c 0,0.7 -0.4,1 -1.1,1 l -4.5,0 0,11 c 0,5.1 3.1,5.7 4.8,5.8 0.9,0.1 1.2,0.3 1.2,1.1 l 0,0.6 c 0,0.7 -0.3,1 -1.2,1 -4.8,0 -7.7,-2.9 -7.7,-8.1 l 0,-11.3 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_117_"
|
||||
d="m 99.8,48.9 c 3.8,0 6.2,1.6 7.3,2.5 0.5,0.4 0.6,0.9 0.1,1.5 l -0.3,0.5 c -0.4,0.6 -0.9,0.6 -1.5,0.2 -1,-0.7 -2.9,-2 -5.5,-2 -4.8,0 -8.6,3.6 -8.6,8.9 0,5.2 3.8,8.8 8.6,8.8 3.1,0 5.2,-1.4 6.2,-2.3 0.6,-0.4 1,-0.3 1.4,0.3 l 0.3,0.4 c 0.3,0.6 0.2,1 -0.3,1.5 -1.1,0.9 -3.8,2.8 -7.8,2.8 -6.5,0 -11.5,-4.7 -11.5,-11.5 0.1,-6.8 5.1,-11.6 11.6,-11.6 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_115_"
|
||||
d="m 113.1,41.8 c 0,-0.7 -0.4,-1.1 0.3,-1.1 l 0.8,0 c 0.7,0 1.8,0.4 1.8,1.1 l 0,23.9 c 0,2.8 1.3,3.1 2.3,3.2 0.5,0 0.9,0.3 0.9,1 l 0,0.7 c 0,0.7 -0.3,1.1 -1.1,1.1 -1.8,0 -5,-0.6 -5,-5.4 l 0,-24.5 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_112_"
|
||||
d="m 133.6,48.9 c 6.4,0 11.6,4.9 11.6,11.4 0,6.6 -5.2,11.6 -11.6,11.6 -6.4,0 -11.6,-5 -11.6,-11.6 0,-6.5 5.2,-11.4 11.6,-11.4 z m 0,20.4 c 4.7,0 8.5,-3.8 8.5,-9 0,-5 -3.8,-8.7 -8.5,-8.7 -4.7,0 -8.6,3.8 -8.6,8.7 0.1,5.1 3.9,9 8.6,9 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
id="XMLID_109_"
|
||||
d="m 183.5,48.9 c 5.3,0 7.2,4.4 7.2,4.4 l 0.1,0 c 0,0 -0.1,-0.7 -0.1,-1.7 l 0,-9.9 c 0,-0.7 -0.3,-1.1 0.4,-1.1 l 0.8,0 c 0.7,0 1.8,0.4 1.8,1.1 l 0,28.5 c 0,0.7 -0.3,1.1 -1,1.1 l -0.7,0 c -0.7,0 -1.1,-0.3 -1.1,-1 l 0,-1.7 c 0,-0.8 0.2,-1.4 0.2,-1.4 l -0.1,0 c 0,0 -1.9,4.6 -7.6,4.6 -5.9,0 -9.6,-4.7 -9.6,-11.5 -0.2,-6.8 3.9,-11.4 9.7,-11.4 z m 0.1,20.4 c 3.7,0 7.1,-2.6 7.1,-8.9 0,-4.5 -2.3,-8.8 -7,-8.8 -3.9,0 -7.1,3.2 -7.1,8.8 0.1,5.4 2.9,8.9 7,8.9 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /><path
|
||||
sodipodi:nodetypes="ssssssssssscccccsss"
|
||||
style="fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 1,71.4 0.8,0 c 0.7,0 1.1,-0.4 1.1,-1.1 l 0,-21.472335 C 2.9,45.427665 6.6,43 10.8,43 c 4.2,0 7.9,2.427665 7.9,5.827665 L 18.7,70.3 c 0,0.7 0.4,1.1 1.1,1.1 l 0.8,0 c 0.7,0 1,-0.4 1,-1.1 l 0,-21.6 c 0,-5.7 -5.7,-8.5 -10.9,-8.5 l 0,0 0,0 0,0 0,0 C 5.7,40.2 0,43 0,48.7 l 0,21.6 c 0,0.7 0.3,1.1 1,1.1 z"
|
||||
id="XMLID_103_" /><path
|
||||
style="fill:#ffffff"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 167.9,49.4 -0.8,0 c -0.7,0 -1.1,0.4 -1.1,1.1 l 0,12.1 c 0,3.4 -2.2,6.5 -6.5,6.5 -4.2,0 -6.5,-3.1 -6.5,-6.5 l 0,-12.1 c 0,-0.7 -0.4,-1.1 -1.1,-1.1 l -0.8,0 c -0.7,0 -1,0.4 -1,1.1 l 0,12.9 c 0,5.7 4.2,8.5 9.4,8.5 l 0,0 c 0,0 0,0 0,0 0,0 0,0 0,0 l 0,0 c 5.2,0 9.4,-2.8 9.4,-8.5 l 0,-12.9 c 0.1,-0.7 -0.3,-1.1 -1,-1.1 z"
|
||||
id="XMLID_102_" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4165-9"
|
||||
d="m 68.908203,49.235938 c -0.244942,0.0391 -0.480102,0.202589 -0.705078,0.470703 l -4.046875,4.824218 -3.029297,3.609375 -4.585937,-5.466796 -2.488282,-2.966797 c -0.224975,-0.268116 -0.479748,-0.414718 -0.74414,-0.4375 -0.264393,-0.02278 -0.538524,0.07775 -0.806641,0.302734 l -0.613281,0.513672 c -0.536232,0.449952 -0.508545,0.948144 -0.05859,1.484375 l 4.048828,4.824219 3.357422,4 -4.916016,5.857421 c -0.0037,0.0044 -0.0061,0.0093 -0.0098,0.01367 l -2.480469,2.955078 c -0.449952,0.536232 -0.399531,1.100832 0.136719,1.550782 l 0.613281,0.511718 c 0.536231,0.449951 1.022704,0.33701 1.472656,-0.199218 l 4.046875,-4.824219 3.029297,-3.609375 4.585938,5.466797 c 0.003,0.0036 0.0067,0.0062 0.0098,0.0098 l 2.480469,2.957032 c 0.44995,0.536231 1.012595,0.584735 1.548828,0.134765 l 0.613282,-0.513671 c 0.536231,-0.449952 0.508544,-0.948144 0.05859,-1.484376 l -4.048828,-4.824218 -3.357422,-4 4.916016,-5.857422 c 0.0037,-0.0044 0.0061,-0.0093 0.0098,-0.01367 l 2.480469,-2.955078 c 0.449952,-0.53623 0.399532,-1.10083 -0.136719,-1.550781 l -0.613281,-0.513672 c -0.268115,-0.224976 -0.522636,-0.308636 -0.767578,-0.269531 z"
|
||||
style="fill:#ffffff" /></g></svg>
|
||||
|
After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
|
Before Width: | Height: | Size: 792 B After Width: | Height: | Size: 792 B |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 837 B After Width: | Height: | Size: 837 B |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 1016 B After Width: | Height: | Size: 1016 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 623 B After Width: | Height: | Size: 623 B |
1078
_shared_assets/themes/nextcloud_com/static/styles.css
Normal file
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xml:space="preserve" height="118.23" viewBox="0 0 250.00001 118.22802" xmlns:dc="http://purl.org/dc/elements/1.1/" width="250" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" y="0px" x="0px" enable-background="new 0 0 595.275 311.111">
|
||||
<path style="block-progression:tb;text-indent:0;color:#000000;enable-background:accumulate;text-transform:none" d="m150.66 0c-11.241 0-20.322 9.0815-20.322 20.322 0 4.6335 1.5429 8.898 4.1442 12.313 5.6431-6.5315 13.972-10.679 23.271-10.679 4.5496 0 8.8639 1.0131 12.751 2.7893 0.31474-1.4234 0.47817-2.9037 0.47817-4.4231 0.01-11.24-9.08-20.322-20.32-20.322zm-26.539 9.404c-5.8539 0-10.56 4.7456-10.56 10.599 0 1.8953 0.48899 3.6862 1.3548 5.22 3.5325-1.9927 7.6164-3.148 11.954-3.148 0.41864 0 0.82186 0.01699 1.2353 0.03985-0.0468-0.59343-0.0797-1.1878-0.0797-1.7931 0-3.2605 0.70816-6.3627 1.9525-9.165-1.6754-1.1235-3.6828-1.7533-5.8576-1.7533zm50.128 7.2921c-0.43247 0-0.84934 0.05309-1.2751 0.0797 0.18418 1.1613 0.31878 2.3339 0.31878 3.5464 0 1.8871-0.24 3.708-0.67741 5.4591 5.1284 2.8381 9.3873 7.0847 12.193 12.233 2.9105-1.5152 6.1573-2.4787 9.6033-2.7096-0.8881-10.415-9.5166-18.609-20.163-18.609zm-16.497 7.5711c-15.729 0-28.451 12.721-28.451 28.451 0 15.729 12.721 28.451 28.451 28.451s28.451-12.723 28.451-28.451c0-15.73-12.722-28.451-28.451-28.451zm-30.882 0.11954c-12.203 0-22.076 9.8727-22.076 22.076 0 7.1836 3.4227 13.543 8.7266 17.573 2.236-4.3127 6.727-7.2523 11.914-7.2523 0.62695 0 1.2287 0.07599 1.833 0.15939-0.18969-1.3801-0.27893-2.792-0.27893-4.2239 0-6.846 2.2284-13.177 6.017-18.29-2.2678-2.8377-3.8907-6.2474-4.5825-9.9619-0.51269-0.03551-1.0323-0.0797-1.5541-0.0797zm69.18 13.149c-3.7054 0-7.1763 0.94599-10.241 2.5503 1.7401 3.8545 2.7096 8.1312 2.7096 12.632 0 8.4268-3.3881 16.079-8.886 21.637 4.039 4.4841 9.8991 7.2921 16.417 7.2921 12.203 0 22.076-9.8727 22.076-22.076s-9.8727-22.036-22.076-22.036zm-93.403 2.9089c-11.241 0-20.362 9.0413-20.362 20.282s9.121 20.362 20.362 20.362c4.2785 0 8.2419-1.333 11.516-3.5863-1.3529-2.1023-2.1518-4.6156-2.1518-7.2921 0-1.3892 0.20497-2.7238 0.59771-3.9848-6.1294-4.4296-10.121-11.638-10.121-19.764 0-2.0648 0.27209-4.0613 0.75711-5.9772-0.20132-0.0058-0.39495-0.03985-0.59772-0.03985zm119.5 17.453c-0.59968 0-1.1799 0.06831-1.7533 0.15939 0.0316 0.50688 0.0398 0.99939 0.0398 1.5142 0 6.4816-2.5574 12.364-6.6944 16.736 2.0353 2.3668 5.0248 3.8652 8.4079 3.8652 6.1623 0 11.157-4.9552 11.157-11.117 0-6.1623-4.9951-11.157-11.157-11.157zm-96.71 1.1954c-6.162 0-11.118 4.9555-11.118 11.117 0 6.162 4.9555 11.157 11.118 11.157 4.7232 0 8.7323-2.9472 10.36-7.0929-3.9726-4.046-6.8276-9.2077-8.0891-14.943-0.73821-0.15266-1.4875-0.23909-2.2713-0.23909zm122.21 9.3642v22.036h-11.675c-7.6322 0-13.827 6.2347-13.827 13.867 0 7.6311 6.195 13.827 13.827 13.827h3.387 1.1556c2.239 0 4.4748-1.0874 6.2561-2.7495s3.1409-3.9644 3.1878-6.535c0.0801-4.4122 0-17.254 0-17.254v-0.55787-22.633h-2.3112zm-106.75 9.9619v30.483c0 5.1232 4.2011 9.2845 9.3244 9.2845v-2.3112c-3.8766 0-7.0132-3.0967-7.0132-6.9733v-29.049c-0.80461-0.4325-1.5514-0.93449-2.3112-1.4345zm-23.112 2.8292c-4.0935 3.9059-6.6546 9.4053-6.6546 15.501 0 11.827 9.6118 21.438 21.438 21.438v-2.3112c-10.579 0-19.127-8.5469-19.127-19.127 0-5.6905 2.4839-10.805 6.4155-14.305-0.73485-0.33851-1.4155-0.73502-2.0721-1.1954zm-27.216 9.165c-7.6322 0-13.827 6.1949-13.827 13.827v12.791h2.3112v-12.791c0-6.3852 5.1309-11.556 11.516-11.556 6.3864 0 11.556 5.1706 11.556 11.556v12.791h2.3112v-12.791c0-7.6322-6.2338-13.827-13.867-13.827zm77.583 0.0797c-7.6326 0-13.827 6.2344-13.827 13.867s6.1945 13.867 13.827 13.867c7.6326 0 13.867-6.2344 13.867-13.867s-6.2344-13.867-13.867-13.867zm-154.29 0.0398c-7.632 0-13.867 6.1952-13.867 13.827 0 7.632 6.235 13.827 13.867 13.827s13.827-6.1952 13.827-13.827c0-7.632-6.1952-13.827-13.827-13.827zm20.761 1.036v17.334c0 5.1234 4.1622 9.2845 9.2845 9.2845 3.4912 0 6.5716-1.9303 8.1688-4.7817 1.5857 2.8514 4.6384 4.7817 8.1289 4.7817 5.1233 0 9.3243-4.1611 9.3243-9.2845v-17.334h-2.3112v17.334c0 3.8764-3.1366 6.9733-7.0132 6.9733s-6.9733-3.0969-6.9733-6.9733v-17.334h-2.3112v17.334c0 3.8766-3.1352 6.9733-7.0132 6.9733-3.8753 0-6.9733-3.0969-6.9733-6.9733v-17.334h-2.3112zm153.45 0v12.791c0 7.6311 6.195 13.827 13.827 13.827 7.6322 0 13.867-6.1959 13.867-13.827v-12.791h-2.3112v12.791c0 6.3837-5.1707 11.516-11.556 11.516-6.3851 0-11.516-5.1322-11.516-11.516v-12.791h-2.3112zm-19.924 1.2353c6.3856 0 11.556 5.1702 11.556 11.556 0 6.3856-5.1702 11.556-11.556 11.556-6.3856 0-11.516-5.1702-11.516-11.556 0-6.3856 5.1304-11.556 11.516-11.556zm67.821 0h11.675c0.009 1.5271 0.0728 12.046 0 16.059-0.0326 1.7858-1.0121 3.5776-2.4307 4.9013-1.4186 1.3236-3.2544 2.1119-4.702 2.1119h-4.5426c-6.3851 0-11.516-5.1322-11.516-11.516 0-6.3852 5.1309-11.556 11.516-11.556zm-222.11 0.0399c6.385 0 11.516 5.131 11.516 11.516s-5.131 11.516-11.516 11.516-11.556-5.131-11.556-11.516 5.1708-11.516 11.556-11.516z" fill="#fff"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 5.0 KiB |
@@ -1,469 +0,0 @@
|
||||
/* This css file should only be used for Documentation. Do not replace styles.css in owncloud.org website with this file */
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans-Regular.woff) format('woff'), url(fonts/OpenSans-Regular.ttf) format('ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff) format('woff'), url(fonts/OpenSans-Bold.ttf) format('ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/OpenSans-Italic.woff) format('woff'), url(fonts/OpenSans-Bold.ttf) format('ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: light;
|
||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff) format('woff'), url(fonts/OpenSans-Light.ttf) format('ttf');
|
||||
}
|
||||
|
||||
span.avoidwrap {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
div .hideonsmall {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Make background white, font grey and default buttons a bit darker to compensate */
|
||||
body {
|
||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Font Awesome", sans-serif !important;
|
||||
color: #555;
|
||||
background: white;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-weight: 300;
|
||||
}
|
||||
h1 {
|
||||
font-size: 45px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 27px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
margin: 12px 0;
|
||||
}
|
||||
|
||||
/* Alert settings */
|
||||
|
||||
.alert .admonition-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
color: #DE5828
|
||||
}
|
||||
|
||||
|
||||
|
||||
.btn-default {
|
||||
background: rgba(240,240,240,.9);
|
||||
border: 1px solid rgba(210,210,210,.9);
|
||||
}
|
||||
|
||||
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
|
||||
background: white;
|
||||
border: 1px solid rgba(240,240,240,.9);
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: #55739a;
|
||||
border: 1px solid #1D2D44;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
|
||||
background: #428BCA;
|
||||
border: 1px solid #1D2D44;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.admonition.note {.alert();.alert-info(); border: 1px solid #428BCA !important; padding-left: 60px; padding-top: 15px; background: #d9edf7 url(img/note_pencil.svg) no-repeat 15px center; }
|
||||
.admonition.note a {color: #428BCA; font-weight: bold;}
|
||||
.admonition.warning {.alert();.alert-danger(); border:1px solid rgba(221,17,68,0.85); color: #d14; padding-left: 60px; padding-top: 15px; background: #f7f7f9 url(img/warning.svg) no-repeat 15px center; }
|
||||
.admonition.warning a {color: #d14; font-weight: bold;}
|
||||
.admonition-title { display: none;}
|
||||
|
||||
button a {color: #1d2d44}
|
||||
button a:hover {text-decoration: none; }
|
||||
|
||||
.no-underline a {
|
||||
border: 0px none transparent !important;
|
||||
}
|
||||
/* Remove line under page headers (defined in main.min.css) */
|
||||
div.page-header {
|
||||
border-bottom: 0px solid #EEE;
|
||||
}
|
||||
/* Remove border from navbar (defined in main.min.css) */
|
||||
.navbar {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.banner img {
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
div.box-head {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h3.ft-title {
|
||||
text-align: center;
|
||||
font-weight: 100;
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
h2.featuretitle {
|
||||
font-weight: 400;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
|
||||
.page-content-header > div > h1 {
|
||||
display: inline;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.page-content-header > div > a.rss-button {
|
||||
vertical-align: baseline;
|
||||
margin-left: 20px;
|
||||
color: rgb(206, 91, 0);
|
||||
}
|
||||
|
||||
.page-content-header > div > form > input[type=text] {
|
||||
display: inline;
|
||||
width: 78%;
|
||||
}
|
||||
|
||||
.banner ul#menu-header.nav>li:not(.menu-install) >a:hover {
|
||||
border-bottom: 2px solid white;
|
||||
}
|
||||
|
||||
.banner ul#menu-header.nav>li>a {
|
||||
padding-bottom: 6px;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.banner ul#menu-header.nav>li.menu-commercial>a:hover{
|
||||
border-bottom: 2px solid #e8733b;
|
||||
}
|
||||
|
||||
.btn.btn-orange {
|
||||
background-color: #e8733b;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
div.sub-nav {
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
li.top-nav-active > a {
|
||||
border-bottom: 2px solid white;
|
||||
}
|
||||
|
||||
div.feature-wide-row-wrap {
|
||||
background-color: #1D2D44;
|
||||
color: white;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
div.feature-wide-row-wrap div.featureblock{
|
||||
text-align: center;
|
||||
padding-top: 15px;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
div.feature-wide-row-wrap div.featureblock i {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
div.feature-wide-row-wrap div.featureblock h3.ft-title {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* the header */
|
||||
|
||||
.navbar-header .logo {
|
||||
width: 121px;
|
||||
}
|
||||
|
||||
.banner ul#menu-header.nav>li.menu-get-owncloud {
|
||||
padding: 0 0 0 15px;
|
||||
margin-top: 7px;
|
||||
margin-left: 10px;
|
||||
background-color: #428BCA;
|
||||
border-radius: 6px;
|
||||
border-color: #357EBD}
|
||||
|
||||
.banner ul#menu-header.nav>li.menu-get-owncloud a{
|
||||
padding: 7px 16px 7px 0;
|
||||
line-height: 1.25;
|
||||
border-bottom: 0
|
||||
}
|
||||
|
||||
.contribook_bloguserpicture img {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
i[class*='icon-'] {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* the footer */
|
||||
|
||||
div.footer-text {
|
||||
color: #AAAAAA;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
div.footer-social-icons > div {
|
||||
text-align: center;
|
||||
margin: 50px 17px -20px -14px;
|
||||
}
|
||||
|
||||
div.footer-social-icons> div > a:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
div.footer-social-icons img {
|
||||
margin: 0 30px 30px 0;
|
||||
}
|
||||
|
||||
footer div.footer-nav>h4 {
|
||||
font-size: 1.125em;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
div.thumbnail > img {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Make YouTube videos responsive */
|
||||
@media(min-width: 995px) {
|
||||
.videoWrapper {
|
||||
position: relative;
|
||||
padding-bottom: 28.12%; /* 16:9 - lets them be quarter screen size. 56.25% for full */
|
||||
padding-top: 25px;
|
||||
width: 50%; /* 100% for full screen size */
|
||||
height: 0;
|
||||
}
|
||||
.videoWrapper iframe {
|
||||
position: absolute;
|
||||
margin-left: 50%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 996px) {
|
||||
.videoWrapper {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%;
|
||||
padding-top: 30px;
|
||||
height: 0;
|
||||
width: 100%;
|
||||
padding-left: -50%;
|
||||
}
|
||||
|
||||
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* -- Start specific css for documentation -- */
|
||||
|
||||
ul#menu-support.menu {
|
||||
padding-left: 0;
|
||||
}
|
||||
ul#menu-support.menu > ul {
|
||||
padding-left: 0px;
|
||||
list-style: none;
|
||||
}
|
||||
ul#menu-support.menu ul {
|
||||
background-color: white;
|
||||
}
|
||||
/* round bullets for the second level entries */
|
||||
ul#menu-support.menu ul ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
/* square bullets for the third level entries */
|
||||
ul#menu-support.menu ul ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
/* having a separator between each elements of the top list and
|
||||
between above the top of the third level list */
|
||||
ul#menu-support.menu > ul > li,
|
||||
ul#menu-support.menu ul ul ul {
|
||||
border-top: 1px solid #EFEFEF;
|
||||
}
|
||||
/* highlight the current list entry of the first list with white
|
||||
font on blue background */
|
||||
ul#menu-support.menu > ul > li.current {
|
||||
background-color: #428BCA;
|
||||
color: white;
|
||||
}
|
||||
/* set to default padding for the sublist of the current entry */
|
||||
ul#menu-support.menu ul > li.current > ul {
|
||||
padding-left: 20px;
|
||||
color: #428BCA;
|
||||
}
|
||||
/* set a padding for all list entry elements below the first level */
|
||||
ul#menu-support.menu > ul li {
|
||||
padding: 5px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
/* setting the padding for the first level entries */
|
||||
ul#menu-support.menu > ul > li,
|
||||
ul#menu-support.menu > ul li.toctree-l1 {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
/* additional padding to the bottom, to have equal border width */
|
||||
ul#menu-support.menu > ul li.toctree-l1.current {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
/* override the color of links */
|
||||
ul#menu-support.menu ul > li.current > a:hover,
|
||||
ul#menu-support.menu ul > li.current > a:focus,
|
||||
ul#menu-support.menu ul > li.current > a {
|
||||
color: white;
|
||||
}
|
||||
/* override the color of the current link */
|
||||
ul#menu-support.menu ul > li.current > a.current {
|
||||
color: #428BCA;
|
||||
}
|
||||
/* override the color of the current link in the first level */
|
||||
ul#menu-support.menu > ul > li.current > a.current {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
color: rgba(66, 139, 202,0.5);
|
||||
display: none;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.section:hover > * > .headerlink {
|
||||
display: inline-block;
|
||||
}
|
||||
.section:hover > dl > dt > .headerlink {
|
||||
display: inline-block;
|
||||
}
|
||||
.method:hover .headerlink {
|
||||
display: inline-block;
|
||||
}
|
||||
a:hover, a:active {
|
||||
color: #3276B1;
|
||||
}
|
||||
li.next {
|
||||
float: right;
|
||||
}
|
||||
.page-content img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.banner ul#menu-header.nav>li:not(.menu-install)>a {
|
||||
width: auto;
|
||||
margin-bottom: 19px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) and (max-width: 1199px) {
|
||||
.banner ul#menu-header.nav {
|
||||
width: 49%;
|
||||
padding-top: 0;
|
||||
}
|
||||
.banner ul#menu-header.nav>li:not(.menu-install)>a {
|
||||
height: 1.5em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
body.install div#instructions-server div.instructions,
|
||||
body.install div#instructions-web div.instructions,
|
||||
body.install div#instructions-packages div.instructions {
|
||||
margin-top: 11%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
.banner ul#menu-header.nav {
|
||||
width: 64%;
|
||||
padding-top: 0;
|
||||
}
|
||||
.banner ul#menu-header.nav>li:not(.menu-install)>a {
|
||||
height: 1.5em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
body.install div#instructions-server div.instructions,
|
||||
body.install div#instructions-web div.instructions,
|
||||
body.install div#instructions-packages div.instructions {
|
||||
margin-top: 16%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 500px) and (max-width: 767px) {
|
||||
body.install div#instructions-server div.instructions,
|
||||
body.install div#instructions-web div.instructions,
|
||||
body.install div#instructions-packages div.instructions {
|
||||
margin-top: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 499px) {
|
||||
body.install div#instructions-server div.instructions,
|
||||
body.install div#instructions-web div.instructions,
|
||||
body.install div#instructions-packages div.instructions {
|
||||
margin-top: 32%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
a.brand {
|
||||
padding-left: 15px;
|
||||
}
|
||||
.banner ul#menu-header.nav {
|
||||
float: left;
|
||||
}
|
||||
.banner ul#menu-header.nav > li {
|
||||
padding-top: 0px;
|
||||
}
|
||||
.banner ul#menu-header.nav > li.menu-install {
|
||||
margin-top: 23px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.banner ul#menu-header.nav > li:not(.menu-install) > a {
|
||||
line-height: 1.5em;
|
||||
margin-bottom: 14px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.navbar-collapse.in {
|
||||
overflow-y: visible;
|
||||
}
|
||||
}
|
||||
|
||||
/* -- End specific css for documentation -- */
|
||||
@@ -42,20 +42,15 @@ help:
|
||||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
html: html-org
|
||||
html: html-com
|
||||
|
||||
html-all: html-release html-org html-com
|
||||
html-all: html-release html-com
|
||||
|
||||
html-release:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/release."
|
||||
|
||||
html-org:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_org' $(ALLSPHINXOPTS) $(BUILDDIR)/html/org
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/org."
|
||||
|
||||
html-com:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/com
|
||||
@echo
|
||||
|
||||
@@ -42,22 +42,17 @@ help:
|
||||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
html: html-org
|
||||
html: html-com
|
||||
|
||||
html-all: html-release html-org html-com
|
||||
html-all: html-release html-com
|
||||
|
||||
html-release:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/release."
|
||||
|
||||
html-org:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_org' $(ALLSPHINXOPTS) $(BUILDDIR)/html/org
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/org."
|
||||
|
||||
html-com:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/com
|
||||
$(SPHINXBUILD) -b html -D html_theme='nextcloud_com' $(ALLSPHINXOPTS) $(BUILDDIR)/html/com
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html/com."
|
||||
|
||||
|
||||
@@ -42,9 +42,9 @@ help:
|
||||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
|
||||
html: html-org
|
||||
html: html-com
|
||||
|
||||
html-all: html-release html-org html-com
|
||||
html-all: html-release html-com
|
||||
|
||||
html-release:
|
||||
$(SPHINXBUILD) -b html -D html_theme='owncloud_release' $(ALLSPHINXOPTS) $(BUILDDIR)/html/release
|
||||
|
||||