@ -0,0 +1,46 @@ |
||||
<!ELEMENT piratenmandate (bundesland+) > |
||||
|
||||
<!ELEMENT bundesland (parlament?, gebiet*) > |
||||
<!ATTLIST bundesland name CDATA #REQUIRED > |
||||
<!ATTLIST bundesland gs CDATA #REQUIRED > |
||||
<!ATTLIST bundesland localpirates CDATA #IMPLIED > |
||||
|
||||
<!ELEMENT gebiet (parlament*, gebiet*) > |
||||
<!ATTLIST gebiet type CDATA #REQUIRED > |
||||
<!ATTLIST gebiet name CDATA #REQUIRED > |
||||
<!ATTLIST gebiet gs CDATA #IMPLIED > |
||||
<!ATTLIST gebiet localkey CDATA #IMPLIED > <!--Amtlicher Schlüssel, falls kein gs--> |
||||
<!ATTLIST gebiet arbkey CDATA #IMPLIED > <!--Beliebiger Schlüssel, falls sonst keiner--> |
||||
<!ATTLIST gebiet localpirates CDATA #IMPLIED > |
||||
|
||||
<!ELEMENT parlament (oa?, mandat+, fraktion?, story?, feed?) > |
||||
<!ATTLIST parlament name CDATA #REQUIRED > |
||||
<!ATTLIST parlament seats CDATA #IMPLIED > |
||||
<!ATTLIST parlament ris CDATA #IMPLIED > |
||||
|
||||
<!ELEMENT oa EMPTY > |
||||
<!ATTLIST oa url CDATA #REQUIRED > |
||||
|
||||
<!ELEMENT mandat (#PCDATA) > |
||||
<!ATTLIST mandat type (pirat | transfer | fremdliste) #REQUIRED > |
||||
<!ATTLIST mandat name CDATA #IMPLIED > |
||||
<!ATTLIST mandat from CDATA #IMPLIED > |
||||
<!ATTLIST mandat multi CDATA #IMPLIED > |
||||
<!ATTLIST mandat email CDATA #IMPLIED > |
||||
|
||||
<!ELEMENT fraktion (partner*) > |
||||
<!ATTLIST fraktion type (piraten | gemeinsam | gruppe | fremd | none | unknown) #REQUIRED > |
||||
<!ATTLIST fraktion name CDATA #IMPLIED > |
||||
<!ATTLIST fraktion url CDATA #IMPLIED > |
||||
<!ATTLIST fraktion email CDATA #IMPLIED > |
||||
|
||||
<!ELEMENT story (#PCDATA) > |
||||
<!ATTLIST story source CDATA #IMPLIED > |
||||
|
||||
<!ELEMENT feed (#PCDATA) > |
||||
<!ATTLIST feed url CDATA #IMPLIED > |
||||
|
||||
<!ELEMENT partner EMPTY > |
||||
<!ATTLIST partner name CDATA #IMPLIED > |
||||
<!ATTLIST partner partei CDATA #REQUIRED > |
||||
<!ATTLIST partner num CDATA #IMPLIED > |
@ -0,0 +1,235 @@ |
||||
/*! |
||||
* Datepicker for Bootstrap |
||||
* |
||||
* Copyright 2012 Stefan Petre |
||||
* Licensed under the Apache License v2.0 |
||||
* http://www.apache.org/licenses/LICENSE-2.0 |
||||
* |
||||
*/ |
||||
|
||||
.clearfix { |
||||
*zoom: 1; |
||||
} |
||||
|
||||
.clearfix:before, .clearfix:after { |
||||
display: table; |
||||
content: ""; |
||||
line-height: 0; |
||||
} |
||||
|
||||
.clearfix:after { |
||||
clear: both; |
||||
} |
||||
|
||||
.hide-text { |
||||
font: 0/0 a; |
||||
color: transparent; |
||||
text-shadow: none; |
||||
background-color: transparent; |
||||
border: 0; |
||||
} |
||||
|
||||
.input-block-level { |
||||
display: block; |
||||
width: 100%; |
||||
min-height: 30px; |
||||
-webkit-box-sizing: border-box; |
||||
-moz-box-sizing: border-box; |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget { |
||||
top: 0; |
||||
left: 0; |
||||
width: 250px; |
||||
padding: 4px; |
||||
margin-top: 1px; |
||||
z-index: 3000; |
||||
-webkit-box-shadow: 2px 2px 12px -4px rgba(0, 0, 0, 0.5); |
||||
box-shadow: 2px 2px 12px -4px rgba(0, 0, 0, 0.5); |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget:before { |
||||
content: ''; |
||||
display: inline-block; |
||||
border-left: 7px solid transparent; |
||||
border-right: 7px solid transparent; |
||||
border-bottom: 7px solid #ccc; |
||||
border-bottom-color: rgba(0,0,0,0.2); |
||||
position: absolute; |
||||
top: -7px; |
||||
left: 6px; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget:after { |
||||
content: ''; |
||||
display: inline-block; |
||||
border-left: 6px solid transparent; |
||||
border-right: 6px solid transparent; |
||||
border-bottom: 6px solid #fff; |
||||
position: absolute; |
||||
top: -6px; |
||||
left: 7px; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget.pull-right:before { |
||||
left: auto; |
||||
right: 6px; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget.pull-right:after { |
||||
left: auto; |
||||
right: 7px; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget li { |
||||
list-style-type: none; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget > ul { |
||||
list-style-type: none; |
||||
margin: 0; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { |
||||
width: 100%; |
||||
font-weight: bold; |
||||
font-size: 1.2em; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator { |
||||
width: 4px; |
||||
padding: 0; |
||||
margin: 0; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget .datepicker > div { |
||||
display: none; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget .picker-switch { |
||||
text-align: center; |
||||
background-color: #f4f4f4; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget table { |
||||
width: 100%; |
||||
margin: 0; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th { |
||||
text-align: center; |
||||
width: 20px; |
||||
height: 20px; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover { |
||||
background: #eee; |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new { |
||||
color: #999; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover { |
||||
color: #fff; |
||||
background-color: #333; |
||||
border-color: #333; |
||||
color: #fff; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active:hover.disabled, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active:hover[disabled] { |
||||
color: #fff; |
||||
background-color: #333; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active { |
||||
background-color: #333; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover { |
||||
background: 0; |
||||
color: #999; |
||||
cursor: not-allowed; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td span { |
||||
display: block; |
||||
width: 47px; |
||||
height: 54px; |
||||
line-height: 54px; |
||||
float: left; |
||||
margin: 2px; |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td span:hover { |
||||
background: #eee; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td span.active { |
||||
color: #fff; |
||||
background-color: #333; |
||||
border-color: #333; |
||||
color: #fff; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled] { |
||||
color: #fff; |
||||
background-color: #333; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active { |
||||
background-color: #333; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td span.old { |
||||
color: #999; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover { |
||||
background: 0; |
||||
color: #999; |
||||
cursor: not-allowed; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget th.switch { |
||||
width: 145px; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev { |
||||
font-size: 21px; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover { |
||||
background: 0; |
||||
color: #999; |
||||
cursor: not-allowed; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget thead tr:first-child th { |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget thead tr:first-child th:hover { |
||||
background: #eee; |
||||
} |
||||
|
||||
.input-append.date .add-on i, .input-prepend.date .add-on i { |
||||
display: block; |
||||
cursor: pointer; |
||||
width: 16px; |
||||
height: 16px; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget.left-oriented:before { |
||||
left: auto; |
||||
right: 6px; |
||||
} |
||||
|
||||
.bootstrap-datetimepicker-widget.left-oriented:after { |
||||
left: auto; |
||||
right: 7px; |
||||
} |
@ -0,0 +1,183 @@ |
||||
.bootstrap-select.btn-group, |
||||
.bootstrap-select.btn-group[class*="span"] { |
||||
float: none; |
||||
display: inline-block; |
||||
/*KRZE: margin-bottom: 10px;*/ |
||||
margin-left: 0; |
||||
} |
||||
.form-search .bootstrap-select.btn-group, |
||||
.form-inline .bootstrap-select.btn-group, |
||||
.form-horizontal .bootstrap-select.btn-group { |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group.pull-right, |
||||
.bootstrap-select.btn-group[class*="span"].pull-right, |
||||
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right { |
||||
float: right; |
||||
} |
||||
|
||||
.input-append .bootstrap-select.btn-group { |
||||
margin-left: -1px; |
||||
} |
||||
|
||||
.input-prepend .bootstrap-select.btn-group { |
||||
margin-right: -1px; |
||||
} |
||||
|
||||
.bootstrap-select:not([class*="span"]) { |
||||
width: 220px; |
||||
} |
||||
|
||||
.bootstrap-select { |
||||
width: 220px\9; /*IE8 and below*/ |
||||
} |
||||
|
||||
.bootstrap-select .btn { |
||||
width: 100%; |
||||
} |
||||
|
||||
.bootstrap-select.show-menu-arrow.open .btn { |
||||
z-index: 1001; |
||||
} |
||||
|
||||
.bootstrap-select .btn:focus { |
||||
outline: thin dotted #333333 !important; |
||||
outline: 5px auto -webkit-focus-ring-color !important; |
||||
outline-offset: -2px; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .btn .filter-option { |
||||
overflow: hidden; |
||||
position: absolute; |
||||
left: 12px; |
||||
right: 25px; |
||||
text-align: left; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .btn .caret { |
||||
position: absolute; |
||||
right: 12px; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group > .disabled, |
||||
.bootstrap-select.btn-group .dropdown-menu li.disabled > a { |
||||
cursor: not-allowed; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group[class*="span"] .btn { |
||||
width: 100%; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .dropdown-menu { |
||||
min-width: 100%; |
||||
-moz-box-sizing: border-box; |
||||
-webkit-box-sizing: border-box; |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .dropdown-menu dt { |
||||
display: block; |
||||
padding: 3px 20px; |
||||
cursor: default; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .div-contain { |
||||
overflow: hidden; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .dropdown-menu li > a.opt { |
||||
padding-left: 35px; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .dropdown-menu li > a { |
||||
min-height: 20px; |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .dropdown-menu li > dt small { |
||||
font-weight: normal; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark { |
||||
display: inline-block; |
||||
position: absolute; |
||||
right: 15px; |
||||
margin-top: 2.5px; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark { |
||||
display: none; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { |
||||
margin-right: 34px; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .dropdown-menu li small { |
||||
padding-left: 0.5em; |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, |
||||
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small { |
||||
color: #64b1d8; |
||||
color: rgba(255,255,255,0.4); |
||||
} |
||||
|
||||
.bootstrap-select.btn-group .dropdown-menu li > dt small { |
||||
font-weight: normal; |
||||
} |
||||
|
||||
.bootstrap-select.show-menu-arrow .dropdown-toggle:before { |
||||
content: ''; |
||||
display: inline-block; |
||||
border-left: 7px solid transparent; |
||||
border-right: 7px solid transparent; |
||||
border-bottom: 7px solid #CCC; |
||||
border-bottom-color: rgba(0, 0, 0, 0.2); |
||||
position: absolute; |
||||
bottom: -4px; |
||||
left: 9px; |
||||
display: none; |
||||
} |
||||
|
||||
.bootstrap-select.show-menu-arrow .dropdown-toggle:after { |
||||
content: ''; |
||||
display: inline-block; |
||||
border-left: 6px solid transparent; |
||||
border-right: 6px solid transparent; |
||||
border-bottom: 6px solid white; |
||||
position: absolute; |
||||
bottom: -4px; |
||||
left: 10px; |
||||
display: none; |
||||
} |
||||
|
||||
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before { |
||||
bottom: auto; |
||||
top: -3px; |
||||
border-top: 7px solid #ccc; |
||||
border-bottom: 0; |
||||
border-top-color: rgba(0, 0, 0, 0.2); |
||||
} |
||||
|
||||
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after { |
||||
bottom: auto; |
||||
top: -3px; |
||||
border-top: 6px solid #ffffff; |
||||
border-bottom: 0; |
||||
} |
||||
|
||||
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before { |
||||
right: 12px; |
||||
left: auto; |
||||
} |
||||
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after { |
||||
right: 13px; |
||||
left: auto; |
||||
} |
||||
|
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, |
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after { |
||||
display: block; |
||||
} |
@ -0,0 +1,145 @@ |
||||
/*!* Bootstrap Responsive v2.3.1 * * Copyright 2012 Twitter,Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ .clearfix{*zoom:1;} |
||||
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}.clearfix:after{clear:both;} |
||||
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;} |
||||
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} |
||||
@-ms-viewport{width:device-width;}.hidden{display:none;visibility:hidden;}.visible-phone{display:none!important;} |
||||
.visible-tablet{display:none!important;}.hidden-desktop{display:none!important;} |
||||
.visible-desktop{display:inherit!important;}@media(min-width:768px) and(max-width:979px){.hidden-desktop{display:inherit!important;} |
||||
.visible-desktop{display:none!important;}.visible-tablet{display:inherit!important;} |
||||
.hidden-tablet{display:none!important;}}@media(max-width:767px){.hidden-desktop{display:inherit!important;} |
||||
.visible-desktop{display:none!important;}.visible-phone{display:inherit!important;} |
||||
.hidden-phone{display:none!important;}}.visible-print{display:none!important;}@media print{.visible-print{display:inherit!important;} |
||||
.hidden-print{display:none!important;}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1;} |
||||
.row:before,.row:after{display:table;content:"";line-height:0;}.row:after{clear:both;} |
||||
[class*="span"]{float:left;min-height:1px;margin-left:30px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px;} |
||||
.span12{width:1170px;}.span11{width:1070px;}.span10{width:970px;}.span9{width:870px;} |
||||
.span8{width:770px;}.span7{width:670px;}.span6{width:570px;}.span5{width:470px;} |
||||
.span4{width:370px;}.span3{width:270px;}.span2{width:170px;}.span1{width:70px;}.offset12{margin-left:1230px;} |
||||
.offset11{margin-left:1130px;}.offset10{margin-left:1030px;}.offset9{margin-left:930px;} |
||||
.offset8{margin-left:830px;}.offset7{margin-left:730px;}.offset6{margin-left:630px;} |
||||
.offset5{margin-left:530px;}.offset4{margin-left:430px;}.offset3{margin-left:330px;} |
||||
.offset2{margin-left:230px;}.offset1{margin-left:130px;}.row-fluid{width:100%;*zoom:1;} |
||||
.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}.row-fluid:after{clear:both;} |
||||
.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;} |
||||
.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%;} |
||||
.row-fluid .span12{width:100%;*width:99.94680851063829%;}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%;} |
||||
.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%;}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%;} |
||||
.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%;}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%;} |
||||
.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%;}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%;} |
||||
.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%;}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%;} |
||||
.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%;}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%;} |
||||
.row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%;} |
||||
.row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%;} |
||||
.row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%;} |
||||
.row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%;} |
||||
.row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%;} |
||||
.row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%;} |
||||
.row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%;} |
||||
.row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%;} |
||||
.row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%;} |
||||
.row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%;} |
||||
.row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%;} |
||||
.row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%;} |
||||
.row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%;} |
||||
.row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%;} |
||||
.row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%;} |
||||
.row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%;} |
||||
.row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%;} |
||||
.row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%;} |
||||
.row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%;} |
||||
.row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%;} |
||||
.row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%;} |
||||
.row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%;} |
||||
.row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%;} |
||||
.row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%;} |
||||
input,textarea,.uneditable-input{margin-left:0;}.controls-row [class*="span"]+[class*="span"]{margin-left:30px;} |
||||
input.span12,textarea.span12,.uneditable-input.span12{width:1156px;}input.span11,textarea.span11,.uneditable-input.span11{width:1056px;} |
||||
input.span10,textarea.span10,.uneditable-input.span10{width:956px;}input.span9,textarea.span9,.uneditable-input.span9{width:856px;} |
||||
input.span8,textarea.span8,.uneditable-input.span8{width:756px;}input.span7,textarea.span7,.uneditable-input.span7{width:656px;} |
||||
input.span6,textarea.span6,.uneditable-input.span6{width:556px;}input.span5,textarea.span5,.uneditable-input.span5{width:456px;} |
||||
input.span4,textarea.span4,.uneditable-input.span4{width:356px;}input.span3,textarea.span3,.uneditable-input.span3{width:256px;} |
||||
input.span2,textarea.span2,.uneditable-input.span2{width:156px;}input.span1,textarea.span1,.uneditable-input.span1{width:56px;} |
||||
.thumbnails{margin-left:-30px;}.thumbnails>li{margin-left:30px;}.row-fluid .thumbnails{margin-left:0;} |
||||
}@media(min-width:768px) and(max-width:979px){.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} |
||||
.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:20px;} |
||||
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px;} |
||||
.span12{width:724px;}.span11{width:662px;}.span10{width:600px;}.span9{width:538px;} |
||||
.span8{width:476px;}.span7{width:414px;}.span6{width:352px;}.span5{width:290px;} |
||||
.span4{width:228px;}.span3{width:166px;}.span2{width:104px;}.span1{width:42px;}.offset12{margin-left:764px;} |
||||
.offset11{margin-left:702px;}.offset10{margin-left:640px;}.offset9{margin-left:578px;} |
||||
.offset8{margin-left:516px;}.offset7{margin-left:454px;}.offset6{margin-left:392px;} |
||||
.offset5{margin-left:330px;}.offset4{margin-left:268px;}.offset3{margin-left:206px;} |
||||
.offset2{margin-left:144px;}.offset1{margin-left:82px;}.row-fluid{width:100%;*zoom:1;} |
||||
.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}.row-fluid:after{clear:both;} |
||||
.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;} |
||||
.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%;} |
||||
.row-fluid .span12{width:100%;*width:99.94680851063829%;}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%;} |
||||
.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%;}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%;} |
||||
.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%;}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%;} |
||||
.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%;}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%;} |
||||
.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%;}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%;} |
||||
.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%;}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%;} |
||||
.row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%;} |
||||
.row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%;} |
||||
.row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%;} |
||||
.row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%;} |
||||
.row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%;} |
||||
.row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%;} |
||||
.row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%;} |
||||
.row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%;} |
||||
.row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%;} |
||||
.row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%;} |
||||
.row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%;} |
||||
.row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%;} |
||||
.row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%;} |
||||
.row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%;} |
||||
.row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%;} |
||||
.row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%;} |
||||
.row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%;} |
||||
.row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%;} |
||||
.row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%;} |
||||
.row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%;} |
||||
.row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%;} |
||||
.row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%;} |
||||
.row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%;} |
||||
.row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%;} |
||||
input,textarea,.uneditable-input{margin-left:0;}.controls-row [class*="span"]+[class*="span"]{margin-left:20px;} |
||||
input.span12,textarea.span12,.uneditable-input.span12{width:710px;}input.span11,textarea.span11,.uneditable-input.span11{width:648px;} |
||||
input.span10,textarea.span10,.uneditable-input.span10{width:586px;}input.span9,textarea.span9,.uneditable-input.span9{width:524px;} |
||||
input.span8,textarea.span8,.uneditable-input.span8{width:462px;}input.span7,textarea.span7,.uneditable-input.span7{width:400px;} |
||||
input.span6,textarea.span6,.uneditable-input.span6{width:338px;}input.span5,textarea.span5,.uneditable-input.span5{width:276px;} |
||||
input.span4,textarea.span4,.uneditable-input.span4{width:214px;}input.span3,textarea.span3,.uneditable-input.span3{width:152px;} |
||||
input.span2,textarea.span2,.uneditable-input.span2{width:90px;}input.span1,textarea.span1,.uneditable-input.span1{width:28px;} |
||||
}@media(max-width:767px){body{padding-left:20px;padding-right:20px;}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-left:-20px;margin-right:-20px;} |
||||
.container-fluid{padding:0;}.dl-horizontal dt{float:none;clear:none;width:auto;text-align:left;} |
||||
.dl-horizontal dd{margin-left:0;}.container{width:auto;}.row-fluid{width:100%;}.row,.thumbnails{margin-left:0;} |
||||
.thumbnails>li{float:none;margin-left:0;}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} |
||||
.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} |
||||
.row-fluid [class*="offset"]:first-child{margin-left:0;}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} |
||||
.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto;} |
||||
.controls-row [class*="span"]+[class*="span"]{margin-left:0;}.modal{position:fixed;top:20px;left:20px;right:20px;width:auto;margin:0;} |
||||
.modal.fade{top:-100px;}.modal.fade.in{top:20px;}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0);} |
||||
.page-header h1 small{display:block;line-height:20px;}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc;} |
||||
.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left;} |
||||
.form-horizontal .controls{margin-left:0;}.form-horizontal .control-list{padding-top:0;} |
||||
.form-horizontal .form-actions{padding-left:10px;padding-right:10px;}.media .pull-left,.media .pull-right{float:none;display:block;margin-bottom:10px;} |
||||
.media-object{margin-right:0;margin-left:0;}.modal{top:10px;left:10px;right:10px;} |
||||
.modal-header .close{padding:10px;margin:-10px;}.carousel-caption{position:static;} |
||||
}@media(max-width:979px){body{padding-top:0;}.navbar-fixed-top,.navbar-fixed-bottom{position:static;} |
||||
.navbar-fixed-top{margin-bottom:20px;}.navbar-fixed-bottom{margin-top:20px;}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px;} |
||||
.navbar .container{width:auto;padding:0;}.navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px;} |
||||
.nav-collapse{clear:both;}.nav-collapse .nav{float:none;margin:0 0 10px;}.nav-collapse .nav>li{float:none;} |
||||
.nav-collapse .nav>li>a{margin-bottom:2px;}.nav-collapse .nav>.divider-vertical{display:none;} |
||||
.nav-collapse .nav .nav-header{color:#777;text-shadow:none;}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;} |
||||
.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px;} |
||||
.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2;} |
||||
.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999;} |
||||
.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111;} |
||||
.nav-collapse.in .btn-group{margin-top:5px;padding:0;}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;float:none;display:none;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:none;} |
||||
.nav-collapse .open>.dropdown-menu{display:block;}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none;} |
||||
.nav-collapse .dropdown-menu .divider{display:none;}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none;} |
||||
.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;} |
||||
.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111;} |
||||
.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0;}.nav-collapse,.nav-collapse.collapse{overflow:hidden;height:0;} |
||||
.navbar .btn-navbar{display:block;}.navbar-static .navbar-inner{padding-left:10px;padding-right:10px;} |
||||
}@media(min-width:980px){.nav-collapse.collapse{height:auto!important;overflow:visible!important;}} |
@ -0,0 +1,41 @@ |
||||
|
||||
div.jqcloud { |
||||
overflow: hidden; |
||||
position: relative; |
||||
font-family: 'PoliticsHeadBold', 'Helvetica Neue', 'Arial', Sans-Serif; |
||||
font-size: 10px; |
||||
line-height: normal; |
||||
} |
||||
div.jqcloud span { |
||||
padding: 0; |
||||
} |
||||
div.jqcloud a { |
||||
font-size: inherit; |
||||
text-decoration: none; |
||||
} |
||||
|
||||
div.jqcloud span.w10 { font-size: 400%; } |
||||
div.jqcloud span.w9 { font-size: 333%; } |
||||
div.jqcloud span.w8 { font-size: 300%; } |
||||
div.jqcloud span.w7 { font-size: 250%; } |
||||
div.jqcloud span.w6 { font-size: 225%; } |
||||
div.jqcloud span.w5 { font-size: 200%; } |
||||
div.jqcloud span.w4 { font-size: 175%; } |
||||
div.jqcloud span.w3 { font-size: 150%; } |
||||
div.jqcloud span.w2 { font-size: 125%; } |
||||
div.jqcloud span.w1 { font-size: 100%; } |
||||
|
||||
div.jqcloud { color: #333; } |
||||
div.jqcloud a { color: inherit; } |
||||
div.jqcloud a:hover { color: #ff8800 /*#3498DB*/; } |
||||
div.jqcloud a:hover { color: #ff8800 /*#3498DB*/; } |
||||
div.jqcloud span.w10 { color: #111; } |
||||
div.jqcloud span.w9 { color: #333; } |
||||
div.jqcloud span.w8 { color: #333; } |
||||
div.jqcloud span.w7 { color: #555; } |
||||
div.jqcloud span.w6 { color: #555; } |
||||
div.jqcloud span.w5 { color: #777; } |
||||
div.jqcloud span.w4 { color: #777; } |
||||
div.jqcloud span.w3 { color: #999; } |
||||
div.jqcloud span.w2 { color: #999; } |
||||
div.jqcloud span.w1 { color: #999; } |
@ -0,0 +1,120 @@ |
||||
/* |
||||
* CSS Styles that are needed by jScrollPane for it to operate correctly. |
||||
* |
||||
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane |
||||
* may not operate correctly without them. |
||||
*/ |
||||
|
||||
.jspContainer |
||||
{ |
||||
overflow: hidden; |
||||
position: relative; |
||||
} |
||||
|
||||
.jspPane |
||||
{ |
||||
position: absolute; |
||||
} |
||||
|
||||
.jspVerticalBar |
||||
{ |
||||
position: absolute; |
||||
top: 0; |
||||
right: 0; |
||||
width: 16px; |
||||
height: 100%; |
||||
background: red; |
||||
} |
||||
|
||||
.jspHorizontalBar |
||||
{ |
||||
position: absolute; |
||||
bottom: 0; |
||||
left: 0; |
||||
width: 100%; |
||||
height: 16px; |
||||
background: red; |
||||
} |
||||
|
||||
.jspVerticalBar *, |
||||
.jspHorizontalBar * |
||||
{ |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
|
||||
.jspCap |
||||
{ |
||||
display: none; |
||||
} |
||||
|
||||
.jspHorizontalBar .jspCap |
||||
{ |
||||
float: left; |
||||
} |
||||
|
||||
.jspTrack |
||||
{ |
||||
background: #dde; |
||||
position: relative; |
||||
} |
||||
|
||||
.jspDrag |
||||
{ |
||||
background: #bbd; |
||||
position: relative; |
||||
top: 0; |
||||
left: 0; |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.jspHorizontalBar .jspTrack, |
||||
.jspHorizontalBar .jspDrag |
||||
{ |
||||
float: left; |
||||
height: 100%; |
||||
} |
||||
|
||||
.jspArrow |
||||
{ |
||||
background: #50506d; |
||||
text-indent: -20000px; |
||||
display: block; |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.jspArrow.jspDisabled |
||||
{ |
||||
cursor: default; |
||||
background: #80808d; |
||||
} |
||||
|
||||
.jspVerticalBar .jspArrow |
||||
{ |
||||
height: 16px; |
||||
} |
||||
|
||||
.jspHorizontalBar .jspArrow |
||||
{ |
||||
width: 16px; |
||||
float: left; |
||||
height: 100%; |
||||
} |
||||
|
||||
.jspVerticalBar .jspArrow:focus |
||||
{ |
||||
outline: none; |
||||
} |
||||
|
||||
.jspCorner |
||||
{ |
||||
background: #eeeef4; |
||||
float: left; |
||||
height: 100%; |
||||
} |
||||
|
||||
/* Yuk! CSS Hack for IE6 3 pixel bug :( */ |
||||
* html .jspCorner |
||||
{ |
||||
margin: 0 -3px 0 0; |
||||
} |
@ -0,0 +1,207 @@ |
||||
/* basic scrollbar styling */ |
||||
/* vertical scrollbar */ |
||||
.mCSB_container{ |
||||
width:auto; |
||||
margin-right:30px; |
||||
overflow:hidden; |
||||
} |
||||
.mCSB_container.mCS_no_scrollbar{ |
||||
margin-right:0; |
||||
} |
||||
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, |
||||
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{ |
||||
margin-right:30px; |
||||
} |
||||
.mCustomScrollBox>.mCSB_scrollTools{ |
||||
width:16px; |
||||
height:100%; |
||||
top:0; |
||||
right:0; |
||||
} |
||||
.mCSB_scrollTools .mCSB_draggerContainer{ |
||||
position:absolute; |
||||
top:0; |
||||
left:0; |
||||
bottom:0; |
||||
right:0; |
||||
height:auto; |
||||
} |
||||
.mCSB_scrollTools a+.mCSB_draggerContainer{ |
||||
margin:20px 0; |
||||
} |
||||
.mCSB_scrollTools .mCSB_draggerRail{ |
||||
width:2px; |
||||
height:100%; |
||||
margin:0 auto; |
||||
-webkit-border-radius:10px; |
||||
-moz-border-radius:10px; |
||||
border-radius:10px; |
||||
} |
||||
.mCSB_scrollTools .mCSB_dragger{ |
||||
cursor:pointer; |
||||
width:100%; |
||||
height:30px; |
||||
} |
||||
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ |
||||
width:4px; |
||||
height:100%; |
||||
margin:0 auto; |
||||
-webkit-border-radius:10px; |
||||
-moz-border-radius:10px; |
||||
border-radius:10px; |
||||
text-align:center; |
||||
} |
||||
.mCSB_scrollTools .mCSB_buttonUp, |
||||
.mCSB_scrollTools .mCSB_buttonDown{ |
||||
display:block; |
||||
position:relative; |
||||
height:20px; |
||||
overflow:hidden; |
||||
margin:0 auto; |
||||
cursor:pointer; |
||||
} |
||||
.mCSB_scrollTools .mCSB_buttonDown{ |
||||
top:100%; |
||||
margin-top:-40px; |
||||
} |
||||
/* horizontal scrollbar */ |
||||
.mCSB_horizontal>.mCSB_container{ |
||||
height:auto; |
||||
margin-right:0; |
||||
margin-bottom:30px; |
||||
overflow:hidden; |
||||
} |
||||
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{ |
||||
margin-bottom:0; |
||||
} |
||||
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, |
||||
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{ |
||||
margin-right:0; |
||||
margin-bottom:30px; |
||||
} |
||||
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{ |
||||
width:100%; |
||||
height:16px; |
||||
top:auto; |
||||
right:auto; |
||||
bottom:0; |
||||
left:0; |
||||
overflow:hidden; |
||||
} |
||||
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{ |
||||
margin:0 20px; |
||||
} |
||||
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{ |
||||
width:100%; |
||||
height:2px; |
||||
margin:7px 0; |
||||
-webkit-border-radius:10px; |
||||
-moz-border-radius:10px; |
||||
border-radius:10px; |
||||
} |
||||
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{ |
||||
width:30px; |
||||
height:100%; |
||||
} |
||||
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ |
||||
width:100%; |
||||
height:4px; |
||||
margin:6px auto; |
||||
-webkit-border-radius:10px; |
||||
-moz-border-radius:10px; |
||||
border-radius:10px; |
||||
} |
||||
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, |
||||
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{ |
||||
display:block; |
||||
position:relative; |
||||
width:20px; |
||||
height:100%; |
||||
overflow:hidden; |
||||
margin:0 auto; |
||||
cursor:pointer; |
||||
float:left; |
||||
} |
||||
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{ |
||||
margin-left:-40px; |
||||
float:right; |
||||
} |
||||
.mCustomScrollBox{ |
||||
-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/ |
||||
} |
||||
|
||||
/* default scrollbar colors and backgrounds (default theme) */ |
||||
.mCustomScrollBox>.mCSB_scrollTools{ |
||||
opacity:0.75; |
||||
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ |
||||
} |
||||
.mCustomScrollBox:hover>.mCSB_scrollTools{ |
||||
opacity:1; |
||||
filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */ |
||||
} |
||||
.mCSB_scrollTools .mCSB_draggerRail{ |
||||
background:#000; /* rgba fallback */ |
||||
background:rgba(0,0,0,0.4); |
||||
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ |
||||
} |
||||
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ |
||||
background:#fff; /* rgba fallback */ |
||||
background:rgba(255,255,255,0.75); |
||||
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ |
||||
} |
||||
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ |
||||
background:rgba(255,255,255,0.85); |
||||
filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */ |
||||
} |
||||
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, |
||||
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ |
||||
background:rgba(255,255,255,0.9); |
||||
filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */ |
||||
} |
||||
.mCSB_scrollTools .mCSB_buttonUp, |
||||
.mCSB_scrollTools .mCSB_buttonDown, |
||||
.mCSB_scrollTools .mCSB_buttonLeft, |
||||
.mCSB_scrollTools .mCSB_buttonRight{ |
||||
background-image:url(/images/mCSB_buttons.png); |
||||
background-repeat:no-repeat; |
||||
opacity:0.4; |
||||
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */ |
||||
} |
||||
.mCSB_scrollTools .mCSB_buttonUp{ |
||||
background-position:0 0; |
||||
/* |
||||
sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) |
||||
*/ |
||||
} |
||||
.mCSB_scrollTools .mCSB_buttonDown{ |
||||
background-position:0 -20px; |
||||
/* |
||||
sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) |
||||
*/ |
||||
} |
||||
.mCSB_scrollTools .mCSB_buttonLeft{ |
||||
background-position:0 -40px; |
||||
/* |
||||
sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) |
||||
*/ |
||||
} |
||||
.mCSB_scrollTools .mCSB_buttonRight{ |
||||
background-position:0 -56px; |
||||
/* |
||||
sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) |
||||
*/ |
||||
} |
||||
.mCSB_scrollTools .mCSB_buttonUp:hover, |
||||
.mCSB_scrollTools .mCSB_buttonDown:hover, |
||||
.mCSB_scrollTools .mCSB_buttonLeft:hover, |
||||
.mCSB_scrollTools .mCSB_buttonRight:hover{ |
||||
opacity:0.75; |
||||
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */ |
||||
} |
||||
.mCSB_scrollTools .mCSB_buttonUp:active, |
||||
.mCSB_scrollTools .mCSB_buttonDown:active, |
||||
.mCSB_scrollTools .mCSB_buttonLeft:active, |
||||
.mCSB_scrollTools .mCSB_buttonRight:active{ |
||||
opacity:0.9; |
||||
filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */ |
||||
} |
@ -0,0 +1,186 @@ |
||||
/********************************************************** |
||||
* THEME: "default" * |
||||
**********************************************************/ |
||||
.selectize-control.default.multi .selectize-input > div { |
||||
background-color: #ddd; |
||||
border: medium none; |
||||
color: #333; |
||||
margin-right: 10px; |
||||
padding: 5px 10px; |
||||
} |
||||
.selectize-control.default.multi .selectize-input > div:hover, |
||||
.selectize-control.default.multi .selectize-input > div.active, |
||||
.selectize-control.default.multi .selectize-dropdown .highlight, |
||||
.selectize-control.default.multi .selectize-dropdown > *.active { |
||||
background-color: #ddd; |
||||
color: #333; |
||||
} |
||||
|
||||
/********************************************************** |
||||
* BASIC AESTHETIC STYLES (common) * |
||||
**********************************************************/ |
||||
.selectize-input, .selectize-control.single .selectize-input.focus { |
||||
background: #fff; |
||||
padding: 10px; |
||||
cursor: text; |
||||
display: inline-block; |
||||
width: 100%; |
||||
} |
||||
.selectize-input.focus { |
||||
} |
||||
.selectize-input.dropdown-active { |
||||
} |
||||
.selectize-input.full { |
||||
background-color: #f4f4f4; |
||||
} |
||||
.selectize-input.dropdown-active::before { |
||||
content: ' '; |
||||
display: block; |
||||
position: absolute; |
||||
background: #f4f4f4; |
||||
height: 1px; |
||||
bottom: 0; |
||||
left: 0; |
||||
right: 0; |
||||
} |
||||
.selectize-control.multi .selectize-input.has-items { |
||||
padding-top: 8px !important; |
||||
padding-bottom: 3px !important; |
||||
} |
||||
.selectize-control.multi .selectize-input > div { |
||||
cursor: pointer; |
||||
margin: 0 5px 5px 0; |
||||
padding: 1px 5px; |
||||
background-color: #333; |
||||
color: #fff; |
||||
border-style: solid; |
||||
border-width: 1px; |
||||
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); |
||||
} |
||||
.selectize-input > div:last-child { |
||||
margin-right: 5px; |
||||
} |
||||
.selectize-input > input { |
||||
margin-right: 2px !important; |
||||
} |
||||
.selectize-dropdown, .selectize-input, .selectize-control.single .selectize-input.dropdown-active { |
||||
border: 1px solid rgba(0, 0, 0, 0.2); |
||||
} |
||||
.selectize-dropdown { |
||||
max-height: 200px; |
||||
overflow-y: auto; |
||||
overflow-x: hidden; |
||||
background: #fff; |
||||
margin-top: -1px; |
||||
border-top: 0 none; |
||||
-webkit-box-shadow: 2px 2px 12px -4px rgba(0, 0, 0, 0.5); |
||||
box-shadow: 2px 2px 12px -4px rgba(0, 0, 0, 0.5); |
||||
} |
||||
.selectize-dropdown > * { |
||||
padding: 4px 6px; |
||||
} |
||||
.selectize-dropdown > *.create { |
||||
color: #333; |
||||
} |
||||
.selectize-dropdown > *.active { |
||||
background-color: #333; |
||||
color: #fff; |
||||
} |
||||
.selectize-dropdown, |
||||
.selectize-input, |
||||
.selectize-input input { |
||||
color: #333; |
||||
font-family: Helvetica, arial, sans-serif; |
||||
font-size: 14px; |
||||
line-height: 20px; |
||||
-webkit-font-smoothing: antialiased; |
||||
} |
||||
.selectize-dropdown .highlight { |
||||
background: rgba(255, 237, 40, 0.4); |
||||
} |
||||
|
||||
/********************************************************** |
||||
* BASIC AESTHETIC STYLES (single) * |
||||
**********************************************************/ |
||||
.selectize-control.single .selectize-input { |
||||
cursor: pointer; |
||||
border-color: #b8b8b8; |
||||
background: #f6f6f6; |
||||
} |
||||
|
||||
.selectize-control.single .selectize-input::after { |
||||
content: ' '; |
||||
display: block; |
||||
position: absolute; |
||||
top: 50%; |
||||
right: 15px; |
||||
margin-top: -2px; |
||||
width: 0; |
||||
height: 0; |
||||
border-style: solid; |
||||
border-width: 5px 5px 0 5px; |
||||
border-color: #808080 transparent transparent transparent; |
||||
} |
||||
|
||||
.selectize-control.single .selectize-input.dropdown-active::after { |
||||
margin-top: -3px; |
||||
border-width: 0 5px 5px 5px; |
||||
border-color: transparent transparent #808080 transparent; |
||||
} |
||||
|
||||
/********************************************************** |
||||
* BASIC AESTHETIC STYLES (multi) * |
||||
**********************************************************/ |
||||
|
||||
/********************************************************** |
||||
* LAYOUT STYLES (mandatory) * |
||||
**********************************************************/ |
||||
|
||||
.selectize-control { |
||||
position: relative; |
||||
} |
||||
.selectize-input { |
||||
overflow: hidden; |
||||
position: relative; |
||||
z-index: 1; |
||||
} |
||||
.selectize-input:after { |
||||
content: ' '; |
||||
display: block; |
||||
clear: left; |
||||
} |
||||
.selectize-input .items { |
||||
display: inline; |
||||
} |
||||
.selectize-input > * { |
||||
vertical-align: baseline; |
||||
display: -moz-inline-stack; |
||||
display: inline-block; |
||||
zoom: 1; |
||||
*display: inline; |
||||
} |
||||
.selectize-input > input { |
||||
max-width: 100% !important; |
||||
text-indent: 0 !important; |
||||
border: 0 none !important; |
||||
background: none !important; |
||||
padding: 0 !important; |
||||
margin: 0; |
||||
line-height: inherit !important; |
||||
} |
||||
.selectize-input > input:focus { |
||||
outline: none !important; |
||||
} |
||||
.selectize-dropdown { |
||||
position: absolute; |
||||
z-index: 2; |
||||
} |
||||
.selectize-dropdown > * { |
||||
cursor: pointer; |
||||
overflow: hidden; |
||||
} |
||||
.selectize-input, .selectize-dropdown { |
||||
-webkit-box-sizing: border-box; |
||||
-moz-box-sizing: border-box; |
||||
box-sizing: border-box; |
||||
} |
@ -0,0 +1,277 @@ |
||||
html { |
||||
-webkit-font-smoothing: antialiased; |
||||
} |
||||
|
||||
|
||||
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */ |
||||
.tooltipster-default { |
||||
border-radius: 5px; |
||||
border: 2px solid #000; |
||||
background: #4c4c4c; |
||||
color: #fff; |
||||
} |
||||
|
||||
/* Use this next selector to style things like font-size and line-height: */ |
||||
.tooltipster-default .tooltipster-content { |
||||
font-family: Arial, sans-serif; |
||||
font-size: 14px; |
||||
line-height: 16px; |
||||
padding: 8px 10px; |
||||
overflow: hidden; |
||||
} |
||||
|
||||
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */ |
||||
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border { |
||||
/* border-color: ... !important; */ |
||||
} |
||||
|
||||
|
||||
/* If you're using the icon option, use this next selector to style them */ |
||||
.tooltipster-icon { |
||||
cursor: help; |
||||
margin-left: 4px; |
||||
} |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* This is the base styling required to make all Tooltipsters work */ |
||||
.tooltipster-base { |
||||
padding: 0; |
||||
font-size: 0; |
||||
line-height: 0; |
||||
position: absolute; |
||||
z-index: 9999999; |
||||
pointer-events: none; |
||||
width: auto; |
||||
overflow: visible; |
||||
} |
||||
.tooltipster-base .tooltipster-content { |
||||
overflow: hidden; |
||||
} |
||||
|
||||
|
||||
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */ |
||||
.tooltipster-arrow { |
||||
display: block; |
||||
text-align: center; |
||||
width: 100%; |
||||
height: 100%; |
||||
position: absolute; |
||||
top: 0; |
||||
left: 0; |
||||
z-index: -1; |
||||
} |
||||
.tooltipster-arrow span, .tooltipster-arrow-border { |
||||
display: block; |
||||
width: 0; |
||||
height: 0; |
||||
position: absolute; |
||||
} |
||||
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span { |
||||
border-left: 8px solid transparent !important; |
||||
border-right: 8px solid transparent !important; |
||||
border-top: 8px solid; |
||||
bottom: -8px; |
||||
} |
||||
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border { |
||||
border-left: 9px solid transparent !important; |
||||
border-right: 9px solid transparent !important; |
||||
border-top: 9px solid; |
||||
bottom: -8px; |
||||
} |
||||
|
||||
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span { |
||||
border-left: 8px solid transparent !important; |
||||
border-right: 8px solid transparent !important; |
||||
border-bottom: 8px solid; |
||||
top: -8px; |
||||
} |
||||
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border { |
||||
border-left: 9px solid transparent !important; |
||||
border-right: 9px solid transparent !important; |
||||
border-bottom: 9px solid; |
||||
top: -8px; |
||||
} |
||||
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border { |
||||
left: 0; |
||||
right: 0; |
||||
margin: 0 auto; |
||||
} |
||||
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span { |
||||
left: 6px; |
||||
} |
||||
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border { |
||||
left: 5px; |
||||
} |
||||
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span { |
||||
right: 6px; |
||||
} |
||||
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border { |
||||
right: 5px; |
||||
} |
||||
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border { |
||||
border-top: 8px solid transparent !important; |
||||
border-bottom: 8px solid transparent !important; |
||||
border-left: 8px solid; |
||||
top: 50%; |
||||
margin-top: -7px; |
||||
right: -8px; |
||||
} |
||||
.tooltipster-arrow-left .tooltipster-arrow-border { |
||||
border-top: 9px solid transparent !important; |
||||
border-bottom: 9px solid transparent !important; |
||||
border-left: 9px solid; |
||||
margin-top: -8px; |
||||
} |
||||
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border { |
||||
border-top: 8px solid transparent !important; |
||||
border-bottom: 8px solid transparent !important; |
||||
border-right: 8px solid; |
||||
top: 50%; |
||||
margin-top: -7px; |
||||
left: -8px; |
||||
} |
||||
.tooltipster-arrow-right .tooltipster-arrow-border { |
||||
border-top: 9px solid transparent !important; |
||||
border-bottom: 9px solid transparent !important; |
||||
border-right: 9px solid; |
||||
margin-top: -8px; |
||||
} |
||||
|
||||
|
||||
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */ |
||||
|
||||
.tooltipster-fade { |
||||
opacity: 0; |
||||
-webkit-transition-property: opacity; |
||||
-moz-transition-property: opacity; |
||||
-o-transition-property: opacity; |
||||
-ms-transition-property: opacity; |
||||
transition-property: opacity; |
||||
} |
||||
.tooltipster-fade-show { |
||||
opacity: 1; |
||||
} |
||||
|
||||
.tooltipster-grow { |
||||
-webkit-transform: scale(0,0); |
||||
-moz-transform: scale(0,0); |
||||
-o-transform: scale(0,0); |
||||
-ms-transform: scale(0,0); |
||||
transform: scale(0,0); |
||||
-webkit-transition-property: -webkit-transform; |
||||
-moz-transition-property: -moz-transform; |
||||
-o-transition-property: -o-transform; |
||||
-ms-transition-property: -ms-transform; |
||||
transition-property: transform; |
||||
-webkit-backface-visibility: hidden; |
||||
} |
||||
.tooltipster-grow-show { |
||||
-webkit-transform: scale(1,1); |
||||
-moz-transform: scale(1,1); |
||||
-o-transform: scale(1,1); |
||||
-ms-transform: scale(1,1); |
||||
transform: scale(1,1); |
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); |
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
} |
||||
|
||||
.tooltipster-swing { |
||||
opacity: 0; |
||||
-webkit-transform: rotateZ(4deg); |
||||
-moz-transform: rotateZ(4deg); |
||||
-o-transform: rotateZ(4deg); |
||||
-ms-transform: rotateZ(4deg); |
||||
transform: rotateZ(4deg); |
||||
-webkit-transition-property: -webkit-transform, opacity; |
||||
-moz-transition-property: -moz-transform; |
||||
-o-transition-property: -o-transform; |
||||
-ms-transition-property: -ms-transform; |
||||
transition-property: transform; |
||||
} |
||||
.tooltipster-swing-show { |
||||
opacity: 1; |
||||
-webkit-transform: rotateZ(0deg); |
||||
-moz-transform: rotateZ(0deg); |
||||
-o-transform: rotateZ(0deg); |
||||
-ms-transform: rotateZ(0deg); |
||||
transform: rotateZ(0deg); |
||||
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1); |
||||
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); |
||||
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); |
||||
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); |
||||
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); |
||||
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); |
||||
} |
||||
|
||||
.tooltipster-fall { |
||||
top: 0; |
||||
-webkit-transition-property: top; |
||||
-moz-transition-property: top; |
||||
-o-transition-property: top; |
||||
-ms-transition-property: top; |
||||
transition-property: top; |
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); |
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
} |
||||
.tooltipster-fall-show { |
||||
} |
||||
.tooltipster-fall.tooltipster-dying { |
||||
-webkit-transition-property: all; |
||||
-moz-transition-property: all; |
||||
-o-transition-property: all; |
||||
-ms-transition-property: all; |
||||
transition-property: all; |
||||
top: 0px !important; |
||||
opacity: 0; |
||||
} |
||||
|
||||
.tooltipster-slide { |
||||
left: -40px; |
||||
-webkit-transition-property: left; |
||||
-moz-transition-property: left; |
||||
-o-transition-property: left; |
||||
-ms-transition-property: left; |
||||
transition-property: left; |
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); |
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); |
||||
} |
||||
.tooltipster-slide.tooltipster-slide-show { |
||||
} |
||||
.tooltipster-slide.tooltipster-dying { |
||||
-webkit-transition-property: all; |
||||
-moz-transition-property: all; |
||||
-o-transition-property: all; |
||||
-ms-transition-property: all; |
||||
transition-property: all; |
||||
left: 0px !important; |
||||
opacity: 0; |
||||
} |
||||
|
||||
|
||||
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */ |
||||
.tooltipster-content-changing { |
||||
opacity: 0.5; |
||||
-webkit-transform: scale(1.1, 1.1); |
||||
-moz-transform: scale(1.1, 1.1); |
||||
-o-transform: scale(1.1, 1.1); |
||||
-ms-transform: scale(1.1, 1.1); |
||||
transform: scale(1.1, 1.1); |
||||
} |
After Width: | Height: | Size: 94 KiB |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 82 KiB |
After Width: | Height: | Size: 155 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 13 KiB |
@ -0,0 +1,5 @@ |
||||
.fotoby:before { |
||||
content: "CC-BY-SA 3.0, Kristof Zerbe"; |
||||
background-color: rgba(255, 255, 255, 0.3) !important; |
||||
color: rgba(0, 0, 0, 0.75) !important; |
||||
} |
@ -0,0 +1,200 @@ |
||||
|
||||
#body table#workflow-schema th, |
||||
#body table#workflow-schema td { |
||||
text-align: center; |
||||
line-height: 16px; |
||||
height: 50px; |
||||
padding: 0; |
||||
} |
||||
#body table#workflow-schema th { |
||||
min-height: 80px; |
||||
padding: 10px; |
||||
width: 80px; |
||||
} |
||||
#body table#workflow-schema th span { |
||||
color: white; |
||||
white-space: pre-wrap; |
||||
} |
||||
#body table#workflow-schema th.wf1 { background-color: #AAAAAA; } |
||||
#body table#workflow-schema th.wf2 { background-color: #F2C900; } |
||||
#body table#workflow-schema th.wf3 { background-color: #D63333; } |
||||
#body table#workflow-schema th.wf4 { background-color: #FF8800; } |
||||
#body table#workflow-schema th.wf5 { background-color: #2D9D24; } |
||||
#body table#workflow-schema th.wf6 { background-color: #076FDC; } |
||||
#body table#workflow-schema th.wf7 { background-color: #3498DB; } |
||||
#body table#workflow-schema th.wf8 { background-color: #6456D5; } |
||||
#body table#workflow-schema th.wf9 { background-color: #333333; } |
||||
|
||||
#body div.content div.fraktionbox { |
||||
background-color: #fff; |
||||
margin-bottom: 15px; |
||||
position: relative; |
||||
overflow: hidden; |
||||
} |
||||
#body div.content div.fraktionbox > a { |
||||
display: block; |
||||
position: absolute; |
||||
padding: 10px 8px 0; |
||||
height: 100%; |
||||
float: left; |
||||
text-decoration: none; |
||||
} |
||||
#body div.content div.fraktionbox > a:hover { |
||||
background-color: #444 !important; |
||||
} |
||||
#body div.content div.fraktionbox > a > i { |
||||
font-size: 20px; |
||||
color: #fff; |
||||
text-decoration: none; |
||||
} |
||||
#body div.content div.fraktionbox div { |
||||
padding: 10px 5px 10px 45px; |
||||
} |
||||
#body div.content div.fraktionbox div small { |
||||
color: #aaa; |
||||
font-size: 12px; |
||||
} |
||||
#body div.content div.fraktionbox div a.rep-name { |
||||
text-decoration: none; |
||||
} |
||||
#body div.content div.fraktionbox div a.rep-name h4 { |
||||
line-height: 20px; |
||||
margin: 0 0 5px; |
||||
-ms-word-wrap: break-word; |
||||
word-wrap: break-word; |
||||
color: #333; |
||||
} |
||||
#body div.content div.fraktionbox div a.rep-name.ended h4, |
||||
#body div.content div.fraktionbox div em.group-name.ended { |
||||
text-decoration: line-through; |
||||
} |
||||
#body div.content div.fraktionbox div em { |
||||
display: block; |
||||
} |
||||
#body div.content div.fraktionbox div img { |
||||
float: right; |
||||
height: 60px; |
||||
padding: 10px; |
||||
} |
||||
#body div.content div#pm-container .pm-item { |
||||
background-color: #fff; |
||||
border-left: 10px solid #ddd; |
||||
display: inline-block; |
||||
margin: 2px 0; |
||||
padding: 4px 6px; |
||||
text-decoration: none; |
||||
} |
||||
#body div.content div#pm-container a.pm-item:hover { |
||||
background-color: #333; |
||||
color: #fff; |
||||
} |
||||
#body div.content div#rv-container a { |
||||
display: block; |
||||
float: left; |
||||
width: 80px; |
||||
height: 80px; |
||||
background-position: center center; |
||||
background-repeat: no-repeat; |
||||
-ms-background-size: 10px; |
||||
background-size: 90px; |
||||
border: 5px transparent solid; |
||||
-moz-transition: a 0.3s ease-in; |
||||
-webkit-transition: a 0.3s ease-in; |
||||
-o-transition: a 0.3s ease-in; |
||||
transition: all 0.3s ease-in; |
||||
} |
||||
|
||||
#body div.content div#rv-container a:hover { |
||||
-ms-background-size: 100px; |
||||
background-size: 100px; |
||||
border: 5px #ff8800 solid; |
||||
-webkit-box-shadow: inset 0 0 5px #333; |
||||
-ms-box-shadow: inset 0 0 5px #333; |
||||
box-shadow: inset 0 0 5px #333; |
||||
} |
||||
|
||||
#mapD { |
||||
width: 200px; |
||||
height: 271px; |
||||
position: relative; |
||||
background: url(/Images/Map/200-DE-white.png) no-repeat center center; |
||||
} |
||||
#mapD > a { |
||||
position: absolute; |
||||
top: 0; |
||||
left: -1000px; |
||||
opacity: 0; |
||||
z-index: 0; |
||||
-moz-transition: opacity 0.3s ease-in; |
||||
-webkit-transition: opacity 0.3s ease-in; |
||||
-o-transition: opacity 0.3s ease-in; |
||||
transition: opacity 0.3s ease-in; |
||||
} |
||||
|
||||
#mapD > a:hover { |
||||
opacity: 1 !important; |
||||
} |
||||
#mapD > a.active { opacity: 0.25; } |
||||
#mapD > a.inactive:hover { opacity: 0.25 !important; } |
||||
|
||||
#mapD a#mapBW { left: 33px; top: 183px; z-index: 1; } |
||||
#mapD a#mapBY { left: 68px; top: 157px; } |
||||
#mapD a#mapBE { left: 156px; top: 76px; z-index: 1; } |
||||
#mapD a#mapBB { left: 117px; top: 51px; } |
||||
#mapD a#mapHB { left: 59px; top: 51px; z-index: 1; } |
||||
#mapD a#mapHH { left: 85px; top: 42px; z-index: 1; } |
||||
#mapD a#mapHE { left: 41px; top: 119px; z-index: 1; } |
||||
#mapD a#mapMV { left: 102px; top: 13px; } |
||||
#mapD a#mapNI { left: 21px; top: 41px; } |
||||
#mapD a#mapNW { left: 0; top: 88px; } |
||||
#mapD a#mapRP { left: 5px; top: 143px; } |
||||
#mapD a#mapSL { left: 9px; top: 186px; } |
||||
#mapD a#mapSN { left: 132px; top: 117px; z-index: 1; } |
||||
#mapD a#mapST { left: 103px; top: 70px; } |
||||
#mapD a#mapSH { left: 48px; top: 1px; } |
||||
#mapD a#mapTH { left: 88px; top: 119px; } |
||||
|
||||
#mapD div#mapInfo { |
||||
color: #333333; |
||||
font-family: verdana; |
||||
left: 160px; |
||||
line-height: 16px; |
||||
position: absolute; |
||||
text-align: left; |
||||
top: 160px; |
||||
width: 220px; |
||||
} |
||||
|
||||
/* http://solemone.de/demos/fullsize-background-image-with-css3-background-size/ */ |
||||
@media (min-width: 1200px) { |
||||
#intro { |
||||
background: url('/Images/bgtransgrad-500.png') no-repeat left center, |
||||
url('/Images/IntroBack/home-full.jpg') no-repeat right center; |
||||
} |
||||
} |
||||
@media (min-width: 980px) and (max-width: 1199px) { |
||||
#intro { |
||||
background: url('/Images/bgtransgrad-500.png') no-repeat left center, |
||||
url('/Images/IntroBack/home-1200.jpg') no-repeat right center; |
||||
} |
||||
} |
||||
@media (min-width: 768px) and (max-width: 979px) { |
||||
#body table#workflow-schema th { padding: 4px; } |
||||
#body table#workflow-schema th span { font-size: 0.75em; } |
||||
#body table#workflow-schema td { line-height: 12px; } |
||||
#body table#workflow-schema td img { height: 50%; } |
||||
#intro { |
||||
background: url('/Images/bgtransgrad-250.png') no-repeat left center, |
||||
url('/Images/IntroBack/home-980.jpg') no-repeat right center; /*... / cover*/ |
||||
} |
||||
} |
||||
@media (max-width: 767px) { |
||||
#intro { |
||||
background: url('/Images/bgtransgrad-150.png') no-repeat left center, |
||||
url('/Images/IntroBack/home-770.jpg') no-repeat right center; |
||||
} |
||||
#body table#workflow-schema th { padding: 4px; } |
||||
#body table#workflow-schema th span { font-size: 0.75em; } |
||||
#body table#workflow-schema td { line-height: 12px; } |
||||
#body table#workflow-schema td img { height: 50%; } |
||||
} |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 7.6 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,25 @@ |
||||
@font-face { |
||||
font-family: "Flaticon"; |
||||
src: url("flaticon.eot"); |
||||
src: url("flaticon.eot#iefix") format("embedded-opentype"), |
||||
url("flaticon.woff") format("woff"), |
||||
url("flaticon.ttf") format("truetype"), |
||||
url("flaticon.svg") format("svg"); |
||||
font-weight: normal; |
||||
font-style: normal; |
||||
} |
||||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, |
||||
[class^="flaticon-"]:after, [class*=" flaticon-"]:after { |
||||
font-family: Flaticon; |
||||
font-size: 20px; |
||||
font-style: normal; |
||||
margin-left: 0; |
||||
margin-right: 5px; |
||||
} |
||||
.flaticon-adobe21:before { content: "\e000"; } |
||||
.flaticon-css2:before { content: "\e001"; } |
||||
.flaticon-excel2:before { content: "\e002"; } |
||||
.flaticon-open92:before { content: "\e003"; } |
||||
.flaticon-word2:before { content: "\e004"; } |
||||
.flaticon-xml3:before { content: "\e005"; } |
||||
.flaticon-zip1:before { content: "\e006"; } |
@ -0,0 +1,285 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
|
||||
<head> |
||||
<title>Flaticon WebFont</title> |
||||
<link rel="stylesheet" type="text/css" href="flaticon.css"> |
||||
<meta charset="UTF-8"> |
||||
<style> |
||||
body { |
||||
font-family: sans-serif; |
||||
line-height: 1.5; |
||||
font-size: 16px; |
||||
padding: 20px; |
||||
color:#333; |
||||
} |
||||
* { |
||||
-moz-box-sizing: border-box; |
||||
-webkit-box-sizing: border-box; |
||||
box-sizing: border-box; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { |
||||
font-family: Flaticon; |
||||
font-size: 30px; |
||||
font-style: normal; |
||||
margin-left: 20px; |
||||
color: #333; |
||||
} |
||||
.image p { |
||||
font-size: 12px; |
||||
margin: 0px; |
||||
clear: none; |
||||
width: 300px; |
||||
line-height: 40px; |
||||
} |
||||
.text { |
||||
float: left; |
||||
font-size:14px; |
||||
margin-top: 15px; |
||||
} |
||||
.text ul { |
||||
margin-left:0px; |
||||
color:#111; |
||||
margin-bottom:20px; |
||||
} |
||||
.text .ex { |
||||
font-size:12px; |
||||
color:#666; |
||||
margin-left:35px; |
||||
display:block; |
||||
} |
||||
.text ul li { |
||||
margin-top:10px; |
||||
list-style:none; |
||||
} |
||||
.num { |
||||
background:#66A523; |
||||
color:#fff; |
||||
border-radius:20px; |
||||
padding:1px; |
||||
display:inline-block; |
||||
width:22px; |
||||
height:22px; |
||||
text-align:center; |
||||
margin-right: 5px; |
||||
} |
||||
.text ul strong { |
||||
font-weight:normal; |
||||
color:#000; |
||||
} |
||||
.image { |
||||
width: 280px; |
||||
float: left; |
||||
margin-bottom: 15px; |
||||
margin-right: 30px; |
||||
} |
||||
#glyphs { |
||||
clear: both; |
||||
} |
||||
.image p:nth-child(even) i { |
||||
clear: none; |
||||
} |
||||
.glyph { |
||||
display: inline-block; |
||||
width: 120px; |
||||
margin: 10px; |
||||
text-align: center; |
||||
vertical-align: top; |
||||
background: #FFF; |
||||
} |
||||
.glyph .glyph-icon { |
||||
padding: 10px; |
||||
display: block; |
||||
font-family:"Flaticon"; |
||||
font-size: 64px; |
||||
line-height: 1; |
||||
} |
||||
.glyph .glyph-icon:before { |
||||
font-size: 64px; |
||||
color: #666; |
||||
margin-left: 0; |
||||
} |
||||
.class-name { |
||||
font-size: 12px; |
||||
} |
||||
.author-name { |
||||
font-size: 10px; |
||||
} |
||||
a{ |
||||
color: #66A523; |
||||
} |
||||
.instructions { |
||||
font-style:italic; |
||||
font-size:22px; |
||||
margin-bottom:10px; |
||||
} |
||||
.iconsuse { |
||||
font-size:22px; |
||||
font-style:italic; |
||||
padding-top:20px; |
||||
margin-top:20px; |
||||
border-top:1px solid #bbb; |
||||
} |
||||
.usetitle { |
||||
margin-bottom: 10px; |
||||
font-size: 20px; |
||||
font-style: italic; |
||||
} |
||||
.class-name:last-child { |
||||
font-size: 10px; |
||||
color:#888; |
||||
} |
||||
.class-name:last-child a { |
||||
font-size: 10px; |
||||
color:#555; |
||||
} |
||||
.class-name:last-child a:hover { |
||||
color:#66A523; |
||||
} |
||||
.glyph > input { |
||||
display: block; |
||||
width: 100px; |
||||
margin: 5px auto; |
||||
text-align: center; |
||||
font-size: 12px; |
||||
cursor: text; |
||||
} |
||||
.glyph > input.icon-input { |
||||
font-family:"Flaticon"; |
||||
font-size: 16px; |
||||
margin-bottom: 10px; |
||||
} |
||||
h1.logo { |
||||
font-size: 40px; |
||||
letter-spacing: -1px; |
||||
margin-top: -16px; |
||||
text-transform: lowercase; |
||||
border-bottom:1px solid #bbb; |
||||
} |
||||
h1.logo strong { |
||||
font-size: 16px; |
||||
font-family:sans-serif; |
||||
font-weight:normal; |
||||
color:#333; |
||||
} |
||||
h1.logo a { |
||||
color:#34302d; |
||||
text-decoration: none; |
||||
} |
||||
h1.logo a span { |
||||
color:#66A523; |
||||
} |
||||
#footer { |
||||
padding-top:40px; |
||||
clear:both; |
||||
text-align:center; |
||||
} |
||||
#footer a { |
||||
color:#66A523; |
||||
} |
||||
textarea { |
||||
margin: 0px; |
||||
width: 800px; |
||||
height: 150px; |
||||
border: 1px solid #CCC; |
||||
resize: none; |
||||
background: #EEE; |
||||
} |
||||
.author-link, .attrDiv a{ |
||||
font-size: 12px; |
||||
color: #333; |
||||
text-decoration: none; |
||||
} |
||||
.external { |
||||
display: block; |
||||
} |
||||
.attrDiv { |
||||
font-size: 12px; |
||||
} |
||||
.attribution { |
||||
border-top: 1px solid #AAA; |
||||
margin: 10px 0; |
||||
padding-top: 15px; |
||||
} |
||||
</style> |
||||
</head> |
||||
|
||||
<body> |
||||
<header> |
||||
<h1 class="logo"> |
||||
<a href="http://www.flaticon.com"> |
||||
<span>FLAT</span>ICON</a> |
||||
<strong>Font Demo</strong> |
||||
</h1> |
||||
</header> |
||||
|
||||
<section class="demo"> |
||||
<div class="text"> |
||||
|
||||
<div class="instructions">Instructions:</div> |
||||
|
||||
<ul> |
||||
<li> |
||||
<p> |
||||
<span class="num">1</span>Copy the "Fonts" files and CSS files to your website CSS folder. |
||||
</li> |
||||
<li> |
||||
<p> |
||||
<span class="num">2</span>Add the CSS link to your website source code on header. |
||||
<br /> |
||||
<span class="ex"><head> |
||||
<br/>... |
||||
<br/><link rel="stylesheet" type="text/css" href="your_website_domain/css_root/flaticon.css"> |
||||
<br/>... |
||||
<br/></head></span> |
||||
</li> |
||||
|
||||
<li> |
||||
<p> |
||||
<span class="num">3</span>Use the icon class on "display:inline" elements: |
||||
<br /> |
||||
<span class="ex">Use example: <i class="flaticon-airplane49"></i> or <span class="flaticon-airplane49"></span></span> |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
|
||||
</section> |
||||
|
||||
<section id="glyphs"><div class="glyph"> |
||||
<div class="glyph-icon flaticon-adobe21"></div> |
||||
<div class="class-name">.flaticon-adobe21</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/adobe-pdf-document_24065">Icomoon</a></div></div><div class="glyph"> |
||||
<div class="glyph-icon flaticon-css2"></div> |
||||
<div class="class-name">.flaticon-css2</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/css-file_24328">Icomoon</a></div></div><div class="glyph"> |
||||
<div class="glyph-icon flaticon-excel2"></div> |
||||
<div class="class-name">.flaticon-excel2</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/excel-file-extension_23971">Icomoon</a></div></div><div class="glyph"> |
||||
<div class="glyph-icon flaticon-open92"></div> |
||||
<div class="class-name">.flaticon-open92</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/open-office-document-file_23762">Icomoon</a></div></div><div class="glyph"> |
||||
<div class="glyph-icon flaticon-word2"></div> |
||||
<div class="class-name">.flaticon-word2</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/word-file-symbol_23631">Icomoon</a></div></div><div class="glyph"> |
||||
<div class="glyph-icon flaticon-xml3"></div> |
||||
<div class="class-name">.flaticon-xml3</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/xml-file_23792">Icomoon</a></div></div><div class="glyph"> |
||||
<div class="glyph-icon flaticon-zip1"></div> |
||||
<div class="class-name">.flaticon-zip1</div><div class="author-name">Author: <a href="http://www.flaticon.com/free-icon/zip-file-document_24077">Icomoon</a></div></div></section> |
||||
|
||||
<section class="attribution"> |
||||
|
||||
<div class="usetitle">License and attribution:</div><div class="attrDiv">Font generated by <a href="http://www.flaticon.com">flaticon.com</a> |
||||
under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY</a>. The authors are: <a href="http://www.icomoon.io">Icomoon</a>.</div><div class="usetitle">Copy the Attribution License:</div> |
||||
|
||||
<textarea onclick="this.focus();this.select();">Font generated by <a href="http://www.flaticon.com">flaticon.com</a> |
||||
under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY</a>. The authors are: <a href="http://www.icomoon.io">Icomoon</a>.</textarea> |
||||
|
||||
</section> |
||||
|
||||
<section class="iconsuse"> |
||||
<div class="usetitle">Examples:</div> |
||||
<div class="image"><p><i class="flaticon-adobe21"></i> <i class="flaticon-adobe21"></i></p><p><i class="flaticon-css2"></i> <i class="flaticon-css2"></i></p><p><i class="flaticon-excel2"></i> <i class="flaticon-excel2"></i></p><p><i class="flaticon-open92"></i> <i class="flaticon-open92"></i></p><p><i class="flaticon-word2"></i> <i class="flaticon-word2"></i></p></div><div class="image"><p><span class="flaticon-xml3"></span> <span class="flaticon-xml3"></span></p><p><span class="flaticon-zip1"></span> <span class="flaticon-zip1"></span></p></div> |
||||
</section> |
||||
<div id="footer"> |
||||
<div>Generated by <a href="http://www.flaticon.com">flaticon.com</a> |
||||
</div> |
||||
</div> |
||||
</body> |
||||
</html> |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,66 @@ |
||||
Font license info |
||||
|
||||
|
||||
## Elusive |
||||
|
||||
Copyright (C) 2013 by Aristeides Stathopoulos |
||||
|
||||
Author: Aristeides Stathopoulos |
||||
License: SIL (http://scripts.sil.org/OFL) |
||||
Homepage: http://aristeides.com/ |
||||
|
||||
|
||||
## Font Awesome |
||||
|
||||
Copyright (C) 2012 by Dave Gandy |
||||
|
||||
Author: Dave Gandy |
||||
License: SIL () |
||||
Homepage: http://fortawesome.github.com/Font-Awesome/ |
||||
|
||||
|
||||
## Entypo |
||||
|
||||
Copyright (C) 2012 by Daniel Bruce |
||||
|
||||
Author: Daniel Bruce |
||||
License: SIL (http://scripts.sil.org/OFL) |
||||
Homepage: http://www.entypo.com |
||||
|
||||
|
||||
## Zocial |
||||
|
||||
Copyright (C) 2012 by Sam Collins |
||||
|
||||
Author: Sam Collins |
||||
License: MIT (http://opensource.org/licenses/mit-license.php) |
||||
Homepage: http://zocial.smcllns.com/ |
||||
|
||||
|
||||
## Modern Pictograms |
||||
|
||||
Copyright (c) 2012 by John Caserta. All rights reserved. |
||||
|
||||
Author: John Caserta |
||||
License: SIL (http://scripts.sil.org/OFL) |
||||
Homepage: http://thedesignoffice.org/project/modern-pictograms/ |
||||
|
||||
|
||||
## MFG Labs |
||||
|
||||
Copyright (C) 2012 by Daniel Bruce |
||||
|
||||
Author: MFG Labs |
||||
License: SIL (http://scripts.sil.org/OFL) |
||||
Homepage: http://www.mfglabs.com/ |
||||
|
||||
|
||||
## Web Symbols |
||||
|
||||
Copyright (c) 2011 by Just Be Nice studio. All rights reserved. |
||||
|
||||
Author: Just Be Nice studio |
||||
License: SIL (http://scripts.sil.org/OFL) |
||||
Homepage: http://www.justbenicestudio.com/ |
||||
|
||||
|
@ -0,0 +1,75 @@ |
||||
This webfont is generated by http://fontello.com open source project. |
||||
|
||||
|
||||
================================================================================ |
||||
Please, note, that you should obey original font licences, used to make this |
||||
webfont pack. Details available in LICENSE.txt file. |
||||
|
||||
- Usually, it's enough to publish content of LICENSE.txt file somewhere on your |
||||
site in "About" section. |
||||
|
||||
- If your project is open-source, usually, it will be ok to make LICENSE.txt |
||||
file publically available in your repository. |
||||
|
||||
- Fonts, used in Fontello, don't require to make clickable links on your site. |
||||
But any kind of additional authors crediting is welcome. |
||||
================================================================================ |
||||
|
||||
|
||||
Comments on archive content |
||||
--------------------------- |
||||
|
||||
- /font/* - fonts in different formats |
||||
|
||||
- /css/* - different kinds of css, for all situations. Should be ok with |
||||
twitter bootstrap. Also, you can skip <i> style and assign icon classes |
||||
directly to text elements, if you don't mind about IE7. |
||||
|
||||
- demo.html - demo file, to show your webfont content |
||||
|
||||
- LICENSE.txt - license info about source fonts, used to build your one. |
||||
|
||||
- config.json - keeps your settings. You can import it back to fontello anytime, |
||||
to continue your work |
||||
|
||||
|
||||
Why so many CSS files ? |
||||
----------------------- |
||||
|
||||
Because we like to fit all your needs :) |
||||
|
||||
- basic file, <your_font_name>.css - is usually enougth, in contains @font-face |
||||
and character codes definition |
||||
|
||||
- *-ie7.css - if you need IE7 support, but still don't wish to put char codes |
||||
directly into html |
||||
|
||||
- *-codes.css and *-ie7-codes.css - if you like to use your own @font-face |
||||
rules, but still wish to benefit of css generation. That can be very |
||||
convenient for automated assets build systems. When you need to update font - |
||||
no needs to manually edit files, just override old version with archive |
||||
content. See fontello source codes for example. |
||||
|
||||
- *-embedded.css - basic css file, but with embedded WOFF font, to avoid |
||||
CORS issues in Firefox and IE9+, when fonts are hosted on the separate domain. |
||||
We strongly recommend to resolve this issue by `Access-Control-Allow-Origin` |
||||
server headers. But if you ok with dirty hack - this file is for you. Note, |
||||
that data url moved to separate @font-face to avoid problems with <IE9, when |
||||
string is too long. |
||||
|
||||
- animate.css - use it to get ideas about spinner rotation animation. |
||||
|
||||
|
||||
Attention for server setup |
||||
-------------------------- |
||||
|
||||
You MUST setup server to reply with proper `mime-types` for font files. In other |
||||
case, some browsers will fail to show fonts. |
||||
|
||||
Usually, `apache` already has necessary settings, but `nginx` and other |
||||
webservers should be tuned. Here is list of mime types for our file extentions: |
||||
|
||||
- `application/vnd.ms-fontobject` - eot |
||||
- `application/x-font-woff` - woff |
||||
- `application/x-font-ttf` - ttf |
||||
- `image/svg+xml` - svg |
@ -0,0 +1,538 @@ |
||||
{ |
||||
"name": "fontello-openantrag", |
||||
"css_prefix_text": "icon-", |
||||
"css_use_suffix": false, |
||||
"hinting": true, |
||||
"units_per_em": 1000, |
||||
"ascent": 850, |
||||
"glyphs": [ |
||||
{ |
||||
"uid": "474656633f79ea2f1dad59ff63f6bf07", |
||||
"css": "star", |
||||
"code": 59464, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "d17030afaecc1e1c22349b99f3c4992a", |
||||
"css": "star-empty", |
||||
"code": 59465, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "12f4ece88e46abd864e40b35e05b11cd", |
||||
"css": "ok", |
||||
"code": 59433, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "43ab845088317bd348dee1d975700c48", |
||||
"css": "ok-circled", |
||||
"code": 59415, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "5211af474d3a9848f67f945e2ccaf143", |
||||
"css": "cancel", |
||||
"code": 59400, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "44e04715aecbca7f266a17d5a7863c68", |
||||
"css": "plus", |
||||
"code": 59419, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "1a5cfa186647e8c929c2b17b9fc4dac1", |
||||
"css": "plus-squared", |
||||
"code": 59442, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "17ebadd1e3f274ff0205601eef7b9cc4", |
||||
"css": "help-circled", |
||||
"code": 59449, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "e82cedfa1d5f15b00c5a81c9bd731ea2", |
||||
"css": "info-circled", |
||||
"code": 59445, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "3d4ea8a78dc34efe891f3a0f3d961274", |
||||
"css": "info", |
||||
"code": 59408, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "c1f1975c885aa9f3dad7810c53b82074", |
||||
"css": "lock", |
||||
"code": 59475, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "657ab647f6248a6b57a5b893beaf35a9", |
||||
"css": "lock-open", |
||||
"code": 59476, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "c5fd349cbd3d23e4ade333789c29c729", |
||||
"css": "eye", |
||||
"code": 59478, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "5e2ab018e3044337bcef5f7e94098ea1", |
||||
"css": "thumbs-up", |
||||
"code": 59443, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "ddcd918b502642705838815d40aea9e3", |
||||
"css": "thumbs-down", |
||||
"code": 59423, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "41087bc74d4b20b55059c60a33bf4008", |
||||
"css": "edit-1", |
||||
"code": 59469, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "ecb97add13804c190456025e43ec003b", |
||||
"css": "keyboard", |
||||
"code": 59461, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "85528017f1e6053b2253785c31047f44", |
||||
"css": "comment", |
||||
"code": 59435, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "c76b7947c957c9b78b11741173c8349b", |
||||
"css": "attention", |
||||
"code": 59422, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "178053298e3e5b03551d754d4b9acd8b", |
||||
"css": "doc", |
||||
"code": 59447, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "c08a1cde48d96cba21d8c05fa7d7feb1", |
||||
"css": "docs", |
||||
"code": 59404, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "72b1277834cba5b7944b0a6cac7ddb0d", |
||||
"css": "rss", |
||||
"code": 59444, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "9f7e588c66cfd6891f6f507cf6f6596b", |
||||
"css": "phone", |
||||
"code": 59462, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "531bc468eecbb8867d822f1c11f1e039", |
||||
"css": "calendar", |
||||
"code": 59448, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "5278ef7773e948d56c4d442c8c8c98cf", |
||||
"css": "idea", |
||||
"code": 59441, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "2d6150442079cbda7df64522dc24f482", |
||||
"css": "down-dir", |
||||
"code": 59430, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "80cd1022bd9ea151d554bec1fa05f2de", |
||||
"css": "up-dir", |
||||
"code": 59429, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "9dc654095085167524602c9acc0c5570", |
||||
"css": "left-dir", |
||||
"code": 59428, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "fb1c799ffe5bf8fb7f8bcb647c8fe9e6", |
||||
"css": "right-dir", |
||||
"code": 59410, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "f3f90c8c89795da30f7444634476ea4f", |
||||
"css": "angle-left", |
||||
"code": 59413, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "7bf14281af5633a597f85b061ef1cfb9", |
||||
"css": "angle-right", |
||||
"code": 59414, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "5de9370846a26947e03f63142a3f1c07", |
||||
"css": "angle-up", |
||||
"code": 59426, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "e4dde1992f787163e2e2b534b8c8067d", |
||||
"css": "angle-down", |
||||
"code": 59427, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "745f12abe1472d14f8f658de7e5aba66", |
||||
"css": "angle-double-left", |
||||
"code": 59411, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "fdfbd1fcbd4cb229716a810801a5f207", |
||||
"css": "angle-double-right", |
||||
"code": 59412, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "2b8e9b027181aafd210bf29c5486d4a0", |
||||
"css": "up-circled", |
||||
"code": 59416, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "bc71f4c6e53394d5ba46b063040014f1", |
||||
"css": "cw", |
||||
"code": 59402, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "dea706a9bd3144316ce37406ec10f469", |
||||
"css": "level-up", |
||||
"code": 59401, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "9755f76110ae4d12ac5f9466c9152031", |
||||
"css": "book", |
||||
"code": 59463, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "7432077e6a2d6aa19984ca821bb6bbda", |
||||
"css": "bug", |
||||
"code": 59440, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "8c0ffa714cecbf5144e022d9c3df4a1f", |
||||
"css": "bank", |
||||
"code": 59473, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "c92ad3028acce9d51bae0ac82f5de8a2", |
||||
"css": "bullseye", |
||||
"code": 59452, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "f0cf7db1b03cb65adc450aa3bdaf8c4d", |
||||
"css": "gplus-squared", |
||||
"code": 59453, |
||||
"src": "fontawesome" |
||||
}, |
||||
{ |
||||
"uid": "7222571caa5c15f83dcfd447c58d68d9", |
||||
"css": "search", |
||||
"code": 59451, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "bbd66ef66bb8fa9edde54d9a90b89150", |
||||
"css": "user", |
||||
"code": 59460, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "2cfb3f2b46b34a1790aec0aa846297b6", |
||||
"css": "menu", |
||||
"code": 59450, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "513ac180ff85bd275f2b736720cbbf5e", |
||||
"css": "home", |
||||
"code": 59471, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "16890362e811b4cb8de36282b071fe30", |
||||
"css": "comment-1", |
||||
"code": 59439, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "2c0b53280f82068f6bab4e2200025d9f", |
||||
"css": "chat", |
||||
"code": 59438, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "2c5335c6e56b876139d7a58ab2f4b2fe", |
||||
"css": "bell", |
||||
"code": 59459, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "f8513213799b244e66b2836aeee88531", |
||||
"css": "direction", |
||||
"code": 59432, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "2626e3a1bbcd90e45849af3b58a1d594", |
||||
"css": "trash", |
||||
"code": 59437, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "8663320a860b00f26e94d3d15c9ba99a", |
||||
"css": "time", |
||||
"code": 59406, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "f8e120c48c070f8afd2d072651b4fb9f", |
||||
"css": "light-up", |
||||
"code": 59481, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "414fe97e4af5215a06d29be0f2cecdf5", |
||||
"css": "network", |
||||
"code": 59417, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "d10920db2e79c997c5e783279291970c", |
||||
"css": "dot-3", |
||||
"code": 59418, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "fb5082fac1794b69a1381196219a836e", |
||||
"css": "chart-pie", |
||||
"code": 59470, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "7184d8171b6a9b18eabbace94cca21db", |
||||
"css": "chart-line", |
||||
"code": 59467, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "7d90b6cb3f3783170a96b09e5f0de6d5", |
||||
"css": "chart-bar", |
||||
"code": 59468, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "191bcf63575a78def53c907c3d3bf7f0", |
||||
"css": "floppy", |
||||
"code": 59477, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "489090690d8bd1745e365485946e20a8", |
||||
"css": "megaphone", |
||||
"code": 59436, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "248db7c0563d8cee80b7041f7736dcad", |
||||
"css": "database", |
||||
"code": 59466, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "9c7fd7637a41b59a358cb70893f945a5", |
||||
"css": "rocket", |
||||
"code": 59474, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "b945f4ac2439565661e8e4878e35d379", |
||||
"css": "gplus", |
||||
"code": 59455, |
||||
"src": "entypo" |
||||
}, |
||||
{ |
||||
"uid": "i6ej1r6t84xouh0dct7g9zyx3ya9s9eg", |
||||
"css": "globe", |
||||
"code": 59434, |
||||
"src": "modernpics" |
||||
}, |
||||
{ |
||||
"uid": "cf0523ff3f333523eb6e9f6642dd0ddc", |
||||
"css": "coverflow-empty", |
||||
"code": 59454, |
||||
"src": "mfglabs" |
||||
}, |
||||
{ |
||||
"uid": "a58032f4aafd0eec54803075f5b320d4", |
||||
"css": "email", |
||||
"code": 59420, |
||||
"src": "zocial" |
||||
}, |
||||
{ |
||||
"uid": "e36d581e4f2844db345bddc205d15dda", |
||||
"css": "group", |
||||
"code": 59393, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "8d40bca7a7f11091ca865e07535fcc47", |
||||
"css": "group-circled", |
||||
"code": 59394, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "50e664a6f12199784c02600b2ccfd60a", |
||||
"css": "list", |
||||
"code": 59472, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "d4aeb916de8d3aea716442778346d244", |
||||
"css": "plus-circled", |
||||
"code": 59409, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "630529f03c319c01101aa167181b650e", |
||||
"css": "tag", |
||||
"code": 59403, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "937a0ad3f6e25611bff801445d6a4885", |
||||
"css": "tags", |
||||
"code": 59431, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "62b0580ee8edc3a3edfbf68a47c852d5", |
||||
"css": "edit", |
||||
"code": 59446, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "6083c8aa5e3345476a24a28ac1afaa61", |
||||
"css": "cog", |
||||
"code": 59407, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "599d6c088f4a1c64611b989459d65f6b", |
||||
"css": "lightbulb", |
||||
"code": 59395, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "2e3c51fc718aeb8b01604c8d039bcaeb", |
||||
"css": "block", |
||||
"code": 59457, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "616b755d0f4c7d2dc7a1dcc2e5427039", |
||||
"css": "down-open", |
||||
"code": 59424, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "c0a07aca383ff2a164a4d691fa46e35c", |
||||
"css": "left-open", |
||||
"code": 59421, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "dc4a03854ef986d64565143bea4241aa", |
||||
"css": "right-open", |
||||
"code": 59399, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "b91c0e6aaab5e3146732b69dd418e120", |
||||
"css": "up-open", |
||||
"code": 59425, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "7ea2f977b793b6044189122babbaa8eb", |
||||
"css": "road", |
||||
"code": 59392, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "e2d87e7631c608efe71762a9f4c95e75", |
||||
"css": "check", |
||||
"code": 59396, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "d9ca3bd7577f1110305a2ca1841826cb", |
||||
"css": "megaphone-1", |
||||
"code": 59458, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "272e08e0e16226aadf94dcbf33aab2b2", |
||||
"css": "key", |
||||
"code": 59405, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "84ab84920cd038d5b4b003f63e59aac6", |
||||
"css": "tasks", |
||||
"code": 59397, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "26969cfbd811730075e4c657cc9fda2a", |
||||
"css": "twitter", |
||||
"code": 59398, |
||||
"src": "elusive" |
||||
}, |
||||
{ |
||||
"uid": "0e5740f288f6f5cb04eef63f7f0a1506", |
||||
"css": "gplus-rect", |
||||
"code": 59456, |
||||
"src": "websymbols" |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,85 @@ |
||||
/* |
||||
Animation example, for spinners |
||||
*/ |
||||
.animate-spin { |
||||
-moz-animation: spin 2s infinite linear; |
||||
-o-animation: spin 2s infinite linear; |
||||
-webkit-animation: spin 2s infinite linear; |
||||
animation: spin 2s infinite linear; |
||||
display: inline-block; |
||||
} |
||||
@-moz-keyframes spin { |
||||
0% { |
||||
-moz-transform: rotate(0deg); |
||||
-o-transform: rotate(0deg); |
||||
-webkit-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
} |
||||
|
||||
100% { |
||||
-moz-transform: rotate(359deg); |
||||
-o-transform: rotate(359deg); |
||||
-webkit-transform: rotate(359deg); |
||||
transform: rotate(359deg); |
||||
} |
||||
} |
||||
@-webkit-keyframes spin { |
||||
0% { |
||||
-moz-transform: rotate(0deg); |
||||
-o-transform: rotate(0deg); |
||||
-webkit-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
} |
||||
|
||||
100% { |
||||
-moz-transform: rotate(359deg); |
||||
-o-transform: rotate(359deg); |
||||
-webkit-transform: rotate(359deg); |
||||
transform: rotate(359deg); |
||||
} |
||||
} |
||||
@-o-keyframes spin { |
||||
0% { |
||||
-moz-transform: rotate(0deg); |
||||
-o-transform: rotate(0deg); |
||||
-webkit-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
} |
||||
|
||||
100% { |
||||
-moz-transform: rotate(359deg); |
||||
-o-transform: rotate(359deg); |
||||
-webkit-transform: rotate(359deg); |
||||
transform: rotate(359deg); |
||||
} |
||||
} |
||||
@-ms-keyframes spin { |
||||
0% { |
||||
-moz-transform: rotate(0deg); |
||||
-o-transform: rotate(0deg); |
||||
-webkit-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
} |
||||
|
||||
100% { |
||||
-moz-transform: rotate(359deg); |
||||
-o-transform: rotate(359deg); |
||||
-webkit-transform: rotate(359deg); |
||||
transform: rotate(359deg); |
||||
} |
||||
} |
||||
@keyframes spin { |
||||
0% { |
||||
-moz-transform: rotate(0deg); |
||||
-o-transform: rotate(0deg); |
||||
-webkit-transform: rotate(0deg); |
||||
transform: rotate(0deg); |
||||
} |
||||
|
||||
100% { |
||||
-moz-transform: rotate(359deg); |
||||
-o-transform: rotate(359deg); |
||||
-webkit-transform: rotate(359deg); |
||||
transform: rotate(359deg); |
||||
} |
||||
} |
@ -0,0 +1,89 @@ |
||||
|
||||
.icon-road { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-group { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-group-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-lightbulb { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-level-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-docs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-key { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-time { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-plus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-right-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-ok-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-up-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-network { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-dot-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-email { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-attention { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-thumbs-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-left-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-up-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-down-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-direction { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-comment { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-megaphone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-comment-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-bug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-idea { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-plus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-rss { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-info-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-help-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-bullseye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-gplus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-coverflow-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-gplus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-gplus-rect { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-block { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-megaphone-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-keyboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-book { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-chart-line { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-chart-bar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-edit-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-chart-pie { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-bank { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-rocket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-lock-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-floppy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-eye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-light-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
@ -0,0 +1,100 @@ |
||||
[class^="icon-"], [class*=" icon-"] { |
||||
font-family: 'fontello-openantrag'; |
||||
font-style: normal; |
||||
font-weight: normal; |
||||
|
||||
/* fix buttons height */ |
||||
line-height: 1em; |
||||
|
||||
/* you can be more comfortable with increased icons size */ |
||||
/* font-size: 120%; */ |
||||
} |
||||
|
||||
.icon-road { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-group { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-group-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-lightbulb { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-level-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-docs { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-key { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-time { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-plus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-right-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-ok-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-up-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-network { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-dot-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-email { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-attention { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-thumbs-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-angle-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-left-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-up-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-down-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-direction { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-comment { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-megaphone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-comment-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-bug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-idea { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-plus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-rss { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-info-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-help-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-bullseye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-gplus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-coverflow-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-gplus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-gplus-rect { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-block { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-megaphone-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-keyboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-book { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-chart-line { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-chart-bar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-edit-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-chart-pie { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-bank { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-rocket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-lock-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-floppy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-eye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |
||||
.icon-light-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |