Skip to content

Commit

Permalink
Ajout fichier icomoon
Browse files Browse the repository at this point in the history
  • Loading branch information
vonclutch committed Jun 16, 2015
1 parent 7ab0d77 commit f9e310b
Show file tree
Hide file tree
Showing 12 changed files with 4,651 additions and 18 deletions.
62 changes: 44 additions & 18 deletions src/DP/Core/CoreBundle/Resources/public/css/dashboard.css
@@ -1,38 +1,38 @@
/**
* This file is part of Dedipanel project
*
* (c) 2010-2015 Dedipanel <http://www.dedicated-panel.net>
* (c) 2010-2014 Dedipanel <http://www.dedicated-panel.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

.widget-container{
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.34);
background: rgb(255, 255, 255);
margin-bottom: 20px;
color: rgb(223, 223, 223) !important;
border-radius: 3px;
}
.widget-container a{
color: rgb(223, 223, 223) !important;
}
.widget-container .widget-heading {
background: rgba(255, 255, 255, 0.94);
height: 35px;
padding: 15px 0px 0 0px;
color: #858585;
font-size: 18px;
height: 50px;
padding: 7px;
font-size: 20px;
width: 100%;
}
.widget-container .widget-heading span {
font-size: 30px;
margin-left: 10px;
margin-top: -4px;
margin-right: 26px;
font-size: 35px;
margin: 0px 10px 0px 10px;
font-weight: normal;
color: rgba(68, 68, 68, 0.42);
color: rgba(44, 44, 44, 0.45);
}
.widget-container .paddle {
padding: 3px;
}
.table-filters tbody tr td {
margin: 0;
.table-filters tbody tr td.pics {
margin: 0px;
padding: 0;
}
.table-filters tbody tr td a.padding-left{
Expand All @@ -49,7 +49,9 @@
margin-left: 10px;
}
.table-filters .green{
background: rgb(123, 218, 123);
background: rgba(0, 255, 42, 0.14);
}
.table-filters .teamspeak{
height: 45px;
width: 50px;
font-size: 30px;
Expand All @@ -66,11 +68,11 @@
border-bottom: 14px solid transparent;
clear: both;
position: absolute;
margin-left: 78px;
margin-left: 73px;
margin-top: 6px;
}
.arrow-error {
border-right: 12px solid #f2dede;
.arrow-danger {
border-right: 12px solid #3C1111;
}
.arrow-success {
border-right: 12px solid #dff0d8;
Expand All @@ -95,3 +97,27 @@
table#steam{
margin-bottom: 0;
}

.bg-black{ background: #2d353c !important; }
.bg-blue { background: #2566A1 !important; }
.bg-cyan { background: #00acac !important; }

.color-black{ color: rgba(139, 139, 139, 0.46) !important;}

.alert-danger { background-color: rgba(255, 0, 0, 0.14) !important; }
.alert-success { background-color: rgba(74, 255, 0, 0.13) !important; color: #1A7C1C !important; }

.table > thead > tr > th {
border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
}
.table-hover > tbody > tr:hover {
background-color: rgba(31, 31, 31, 0.37) !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
border-top: none !important;
}
@@ -0,0 +1,5 @@
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.

You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.

You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu > Manage Projects) to retrieve your icon selection.
@@ -0,0 +1,161 @@
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.clearfix {
zoom: 1;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 48px;
}
.fs2 {
font-size: 32px;
}
.fs3 {
font-size: 32px;
}
.fs4 {
font-size: 20px;
}
@@ -0,0 +1,30 @@
if (!('boxShadow' in document.body.style)) {
document.body.setAttribute('class', 'noBoxShadow');
}

document.body.addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT" &&
target.getAttribute('class').indexOf('liga') === -1) {
target.select();
}
});

(function() {
var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText');
function updateTest() {
testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) {
window.icomoonLiga(testDrive);
}
}
function updateSize() {
testDrive.style.fontSize = fontSize.value + 'px';
}
fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false);
updateSize();
}());

0 comments on commit f9e310b

Please sign in to comment.