mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 02:58:57 -05:00
Add docker icon to font-awesome
This commit is contained in:
@@ -56,14 +56,14 @@ form+p{display:none}
|
||||
#nav-item img{display:none}
|
||||
#nav-item a{color:#A6A7A7;text-decoration:none}
|
||||
#nav-item a:hover{font-size:18px}
|
||||
#nav-item a:before{font-family:fontawesome;font-size:26px;margin-right:25px}
|
||||
#nav-item a:before{font-family:docker-icon,fontawesome;font-size:26px;margin-right:25px}
|
||||
#nav-item a[href='/Dashboard']:before{content:'\f0e4'}
|
||||
#nav-item a[href='/Main']:before{content:'\f015'}
|
||||
#nav-item a[href='/Shares']:before{content:'\f07b'}
|
||||
#nav-item a[href='/Users']:before{content:'\f0c0'}
|
||||
#nav-item a[href='/Settings']:before{content:'\f085'}
|
||||
#nav-item a[href='/Plugins']:before{content:'\f1e6'}
|
||||
#nav-item a[href='/Docker']:before{content:'\f1b3'}
|
||||
#nav-item a[href='/Docker']:before{content:'\f100'}
|
||||
#nav-item a[href='/VMs']:before{content:'\f108'}
|
||||
#nav-item a[href='/Apps']:before{content:'\f0db'}
|
||||
#nav-item a[href='/Stats']:before{content:'\f1fe'}
|
||||
|
||||
@@ -1,20 +1,14 @@
|
||||
@font-face{
|
||||
font-family:'arimo';font-weight:normal;font-style:normal;
|
||||
src:url('arimo.eot');src:url('arimo.eot?#iefix') format('embedded-opentype'),url('arimo.woff') format('woff'),url('arimo.ttf') format('truetype'),url('arimo.svg#arimo') format('svg');
|
||||
}
|
||||
@font-face{
|
||||
font-family:'arimo';font-weight:bold;font-style:normal;
|
||||
src:url('arimo-bold.eot');src:url('arimo-bold.eot?#iefix') format('embedded-opentype'),url('arimo-bold.woff') format('woff'),url('arimo-bold.ttf') format('truetype'),url('arimo-bold.svg#arimo-bold') format('svg');
|
||||
}
|
||||
@font-face{
|
||||
font-family:'arimo';font-weight:normal;font-style:italic;
|
||||
src:url('arimo-italic.eot');src:url('arimo-italic.eot?#iefix') format('embedded-opentype'),url('arimo-italic.woff') format('woff'),url('arimo-italic.ttf') format('truetype'),url('arimo-italic.svg#arimo-italic') format('svg');
|
||||
}
|
||||
@font-face{
|
||||
font-family:'arimo';font-weight:bold;font-style:italic;
|
||||
src:url('arimo-bold-italic.eot');src:url('arimo-bold-italic.eot?#iefix') format('embedded-opentype'),url('arimo-bold-italic.woff') format('woff'),url('arimo-bold-italic.ttf') format('truetype'),url('arimo-bold-italic.svg#arimo-bold-italic') format('svg');
|
||||
}
|
||||
@font-face{
|
||||
font-family:'bitstream';font-weight:normal;font-style:normal;
|
||||
src:url('bitstream.eot');src:url('bitstream.eot?#iefix') format('embedded-opentype'),url('bitstream.woff') format('woff'),url('bitstream.ttf') format('truetype'),url('bitstream.svg#bitstream') format('svg');
|
||||
}
|
||||
@font-face{font-family:arimo;font-weight:normal;font-style:normal;
|
||||
src:url('arimo.eot');src:url('arimo.eot?#iefix') format('embedded-opentype'),url('arimo.woff') format('woff'),url('arimo.ttf') format('truetype'),url('arimo.svg#arimo') format('svg')}
|
||||
@font-face{font-family:arimo;font-weight:bold;font-style:normal;
|
||||
src:url('arimo-bold.eot');src:url('arimo-bold.eot?#iefix') format('embedded-opentype'),url('arimo-bold.woff') format('woff'),url('arimo-bold.ttf') format('truetype'),url('arimo-bold.svg#arimo-bold') format('svg')}
|
||||
@font-face{font-family:arimo;font-weight:normal;font-style:italic;
|
||||
src:url('arimo-italic.eot');src:url('arimo-italic.eot?#iefix') format('embedded-opentype'),url('arimo-italic.woff') format('woff'),url('arimo-italic.ttf') format('truetype'),url('arimo-italic.svg#arimo-italic') format('svg')}
|
||||
@font-face{font-family:arimo;font-weight:bold;font-style:italic;
|
||||
src:url('arimo-bold-italic.eot');src:url('arimo-bold-italic.eot?#iefix') format('embedded-opentype'),url('arimo-bold-italic.woff') format('woff'),url('arimo-bold-italic.ttf') format('truetype'),url('arimo-bold-italic.svg#arimo-bold-italic') format('svg')}
|
||||
@font-face{font-family:bitstream;font-weight:normal;font-style:normal;
|
||||
src:url('bitstream.eot');src:url('bitstream.eot?#iefix') format('embedded-opentype'),url('bitstream.woff') format('woff'),url('bitstream.ttf') format('truetype'),url('bitstream.svg#bitstream') format('svg')}
|
||||
@font-face{font-family:docker-icon;font-weight:normal;font-style:normal;
|
||||
src:url('docker-icon.eot');src:url('docker-icon.eot?#iefix') format('embedded-opentype'),url('docker-icon.woff') format('woff'),url('docker-icon.ttf') format('truetype'),url('docker-icon.svg#docker-icon') format('svg')}
|
||||
[data-icon]:before{content:attr(data-icon)}
|
||||
[data-icon]:before,.fa-docker:before{font-family:docker-icon;content:'\f100'}
|
||||
@@ -56,14 +56,14 @@ form+p{display:none}
|
||||
#nav-item img{display:none}
|
||||
#nav-item a{color:#A6A7A7;text-decoration:none}
|
||||
#nav-item a:hover{font-size:18px}
|
||||
#nav-item a:before{font-family:fontawesome;font-size:26px;margin-right:25px}
|
||||
#nav-item a:before{font-family:docker-icon,fontawesome;font-size:26px;margin-right:25px}
|
||||
#nav-item a[href='/Dashboard']:before{content:'\f0e4'}
|
||||
#nav-item a[href='/Main']:before{content:'\f015'}
|
||||
#nav-item a[href='/Shares']:before{content:'\f07b'}
|
||||
#nav-item a[href='/Users']:before{content:'\f0c0'}
|
||||
#nav-item a[href='/Settings']:before{content:'\f085'}
|
||||
#nav-item a[href='/Plugins']:before{content:'\f1e6'}
|
||||
#nav-item a[href='/Docker']:before{content:'\f1b3'}
|
||||
#nav-item a[href='/Docker']:before{content:'\f100'}
|
||||
#nav-item a[href='/VMs']:before{content:'\f108'}
|
||||
#nav-item a[href='/Apps']:before{content:'\f0db'}
|
||||
#nav-item a[href='/Stats']:before{content:'\f1fe'}
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<!--
|
||||
2014-5-22: Created.
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
Created by FontForge 20120731 at Thu May 22 15:12:55 2014
|
||||
By Wes Bos
|
||||
Created by Wes Bos with FontForge 2.0 (http://fontforge.sf.net)
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="docker-icon" horiz-adv-x="512" >
|
||||
<font-face
|
||||
font-family="docker-icon"
|
||||
font-weight="400"
|
||||
font-stretch="normal"
|
||||
units-per-em="512"
|
||||
panose-1="2 0 6 9 0 0 0 0 0 0"
|
||||
ascent="448"
|
||||
descent="-64"
|
||||
bbox="2.72696 38.4229 509.716 366.485"
|
||||
underline-thickness="25.6"
|
||||
underline-position="-51.2"
|
||||
unicode-range="U+F100-F100"
|
||||
/>
|
||||
<missing-glyph />
|
||||
<glyph glyph-name="docker" unicode=""
|
||||
d="M266.034 262.888h51.7998v-52.9512h26.1904c12.0947 0 24.5342 2.15527 35.9883 6.03613c5.62891 1.90723 11.9453 4.56445 17.498 7.90332c-7.3125 9.54688 -11.0449 21.6016 -12.1455 33.4844c-1.49121 16.1621 1.76855 37.1963 12.7061 49.8467l5.44531 6.29785
|
||||
l6.4873 -5.21582c16.335 -13.125 30.0742 -31.4648 32.4971 -52.3701c19.668 5.78516 42.7627 4.41699 60.1006 -5.59082l7.11426 -4.10254l-3.74414 -7.30859c-14.6631 -28.6172 -45.3174 -37.4805 -75.2881 -35.9131
|
||||
c-44.8467 -111.698 -142.481 -164.581 -260.865 -164.581c-61.1611 0 -117.274 22.8643 -149.229 77.127l-0.524414 0.886719l-4.65625 9.47168c-10.7998 23.8848 -14.3877 50.0508 -11.9541 76.1963l0.729492 7.83105h44.2949v52.9512h51.7969v51.7988h103.6v51.7998
|
||||
h62.1582v-103.598zM94.7188 250.513h3.5459v-37.4131h-3.5459v37.4131zM87.9189 250.513h3.68555v-37.4131h-3.68555v37.4131zM81.1162 250.513h3.68457v-37.4131h-3.68457v37.4131zM74.3125 250.513h3.68555v-37.4131h-3.68555v37.4131zM67.5117 250.513h3.68457v-37.4131
|
||||
h-3.68457v37.4131zM60.8516 250.513h3.54199v-37.4131h-3.54199v37.4131zM57.1123 254.255v-44.8926h44.8906v44.8926h-44.8906zM146.518 302.312h3.54785v-37.4121h-3.54785v37.4121zM139.718 302.312h3.68555v-37.4121h-3.68555v37.4121zM132.914 302.312h3.68555
|
||||
v-37.4121h-3.68555v37.4121zM126.111 302.312h3.68555v-37.4121h-3.68555v37.4121zM119.312 302.312h3.68262v-37.4121h-3.68262v37.4121zM112.652 302.312h3.54004v-37.4121h-3.54004v37.4121zM108.909 306.054v-44.8916h44.8965v44.8916h-44.8965zM146.518 250.513
|
||||
h3.54785v-37.4131h-3.54785v37.4131zM139.718 250.513h3.68555v-37.4131h-3.68555v37.4131zM132.914 250.513h3.68555v-37.4131h-3.68555v37.4131zM126.111 250.513h3.68555v-37.4131h-3.68555v37.4131zM119.312 250.513h3.68262v-37.4131h-3.68262v37.4131z
|
||||
M112.652 250.513h3.54004v-37.4131h-3.54004v37.4131zM108.909 254.255v-44.8926h44.8965v44.8926h-44.8965zM198.318 250.513h3.54395v-37.4131h-3.54395v37.4131zM191.517 250.513h3.68652v-37.4131h-3.68652v37.4131zM184.716 250.513h3.68457v-37.4131h-3.68457v37.4131
|
||||
zM177.912 250.513h3.68555v-37.4131h-3.68555v37.4131zM171.109 250.513h3.68457v-37.4131h-3.68457v37.4131zM164.451 250.513h3.54004v-37.4131h-3.54004v37.4131zM160.71 254.255v-44.8926h44.8945v44.8926h-44.8945zM198.318 302.312h3.54395v-37.4121h-3.54395v37.4121
|
||||
zM191.517 302.312h3.68652v-37.4121h-3.68652v37.4121zM184.716 302.312h3.68457v-37.4121h-3.68457v37.4121zM177.912 302.312h3.68555v-37.4121h-3.68555v37.4121zM171.109 302.312h3.68457v-37.4121h-3.68457v37.4121zM164.451 302.312h3.54004v-37.4121h-3.54004
|
||||
v37.4121zM160.71 306.054v-44.8916h44.8945v44.8916h-44.8945zM250.118 250.513h3.54492v-37.4131h-3.54492v37.4131zM243.317 250.513h3.68555v-37.4131h-3.68555v37.4131zM236.515 250.513h3.68457v-37.4131h-3.68457v37.4131zM229.711 250.513h3.68555v-37.4131h-3.68555
|
||||
v37.4131zM222.911 250.513h3.68555v-37.4131h-3.68555v37.4131zM216.25 250.513h3.54199v-37.4131h-3.54199v37.4131zM212.509 254.255v-44.8926h44.8945v44.8926h-44.8945zM250.118 302.312h3.54492v-37.4121h-3.54492v37.4121zM243.317 302.312h3.68555v-37.4121h-3.68555
|
||||
v37.4121zM236.515 302.312h3.68457v-37.4121h-3.68457v37.4121zM229.711 302.312h3.68555v-37.4121h-3.68555v37.4121zM222.911 302.312h3.68555v-37.4121h-3.68555v37.4121zM216.25 302.312h3.54199v-37.4121h-3.54199v37.4121zM212.509 306.054v-44.8916h44.8945v44.8916
|
||||
h-44.8945zM250.118 354.114h3.54492v-37.415h-3.54492v37.415zM243.317 354.114h3.68555v-37.415h-3.68555v37.415zM236.515 354.114h3.68457v-37.415h-3.68457v37.415zM229.711 354.114h3.68555v-37.415h-3.68555v37.415zM222.911 354.114h3.68555v-37.415h-3.68555v37.415
|
||||
zM216.25 354.114h3.54199v-37.415h-3.54199v37.415zM212.509 357.853v-44.8936h44.8945v44.8936h-44.8945zM301.917 250.513h3.54297v-37.4131h-3.54297v37.4131zM295.116 250.513h3.68262v-37.4131h-3.68262v37.4131zM288.311 250.513h3.68555v-37.4131h-3.68555v37.4131z
|
||||
M281.51 250.513h3.68555v-37.4131h-3.68555v37.4131zM274.707 250.513h3.68457v-37.4131h-3.68457v37.4131zM268.046 250.513h3.5459v-37.4131h-3.5459v37.4131zM264.308 254.255v-44.8926h44.8936v44.8926h-44.8936zM150.994 136.575
|
||||
c-6.84082 0 -12.3848 -5.54688 -12.3848 -12.3848c0 -6.83887 5.54395 -12.3828 12.3848 -12.3828c6.83887 0 12.3838 5.54395 12.3838 12.3828c0 6.83789 -5.54492 12.3848 -12.3838 12.3848zM150.994 133.061c1.13281 0 2.21387 -0.212891 3.21094 -0.599609
|
||||
c-1.08105 -0.625 -1.8125 -1.79688 -1.8125 -3.13574c0 -2 1.62207 -3.61816 3.62109 -3.61816c1.37012 0 2.55957 0.761719 3.17578 1.88379c0.433594 -1.04688 0.675781 -2.19629 0.675781 -3.40234c0 -4.89844 -3.97266 -8.87012 -8.87012 -8.87012
|
||||
c-4.89844 0 -8.87109 3.97168 -8.87109 8.87012c-0.000976562 4.90137 3.97266 8.87207 8.87012 8.87207zM183.918 47.3252c-30.6719 14.5547 -47.5078 34.3408 -56.875 55.9404c-11.3936 -3.25293 -25.0889 -5.33105 -41.001 -6.22266
|
||||
c-5.99512 -0.337891 -12.3008 -0.509766 -18.918 -0.509766c-7.62793 0 -15.668 0.224609 -24.1064 0.672852c28.127 -28.1104 62.7305 -49.7529 126.801 -50.1504c4.72949 0.000976562 9.42578 0.09375 14.0996 0.269531z" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user