Skip to content
Snippets Groups Projects
Commit 52a75f1c authored by Eike Cochu's avatar Eike Cochu
Browse files

added logo text

parent ec801b24
No related branches found
No related tags found
No related merge requests found
<div class="container" ng-cloak ng-hide="!rootModels.topicModel || state.name !== 'index'"> <div class="container" ng-cloak ng-hide="!rootModels.topicModel || state.name !== 'index'">
<div class="row" ng-hide="search"> <div class="row" ng-hide="search">
<div class="col-md-12 text-center"> <div class="col-md-12 text-center">
<div class="logo-text">\ˈvī-prə\</div>
<svg class="logo hover heading" viewBox="0 0 200 120"> <svg class="logo hover heading" viewBox="0 0 200 120">
<polyline style="animation-delay:0s" class="logo-shape" points="0,0 100,45 100,75 0,0" fill="#006591" /> <polyline style="animation-delay:0s" class="logo-shape" points="0,0 100,45 100,75 0,0" fill="#006591" />
<polyline style="animation-delay:.5s" class="logo-shape" points="100,45 200,0 100,75 100,45" fill="#0079a2" /> <polyline style="animation-delay:.5s" class="logo-shape" points="100,45 200,0 100,75 100,45" fill="#0079a2" />
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
width="43.380642mm"
height="10.914062mm"
viewBox="0 0 153.71094 38.671875"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="vipra.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.959798"
inkscape:cx="123.60597"
inkscape:cy="-39.672792"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="2503"
inkscape:window-height="1416"
inkscape:window-x="57"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1013.6903)">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="0"
y="1044.0419"
id="text3336"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3338"
x="0"
y="1044.0419">\ˈvī-prə\</tspan></text>
</g>
</svg>
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
</svg> </svg>
</a> </a>
</div> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="vipra-navbar-collapse-1"> <div class="collapse navbar-collapse" id="vipra-navbar-collapse-1">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li ui-sref-active="active"> <li ui-sref-active="active">
......
...@@ -197,6 +197,11 @@ a:hover { ...@@ -197,6 +197,11 @@ a:hover {
} }
} }
.logo-text {
font-size: 20px;
color: #888;
}
.vis-network { .vis-network {
outline: none; outline: none;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment