| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ |
| D | FontFamily.php | 69 foreach ($fonts as $font) { 70 $font = trim($font); 71 if ($font === '') { 75 if (isset($generic_names[$font])) { 76 if ($allowed_fonts === null || isset($allowed_fonts[$font])) { 77 $final .= $font . ', '; 82 if ($font[0] === '"' || $font[0] === "'") { 83 $length = strlen($font); 87 $quote = $font[0]; 88 if ($font[$length - 1] !== $quote) { [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/data/ |
| D | lang2fonts.css | 40 font-family: dejavusanscondensed; 45 font-family: dejavusanscondensed; 67 font-family: dejavusanscondensed; 73 font-family: dejavusanscondensed; 76 font-family: dejavusanscondensed; 79 font-family: quivira; 82 font-family: freeserif; 85 font-family: dejavusanscondensed; 88 font-family: dejavusanscondensed; 91 font-family: aegean; [all …]
|
| /plugin/katex/_assets/ |
| D | katex.min.css | 1 …font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(fonts/KaTeX_AMS-Regular.…
|
| /plugin/icons/assets/font-linux/ |
| D | font-linux.css | 2 Icon Font: font-linux 5 @font-face { 6 font-family: "font-linux"; 7 src: url("./font-linux.eot"); 8 src: url("./font-linux.eot?#iefix") format("embedded-opentype"), 9 url("./font-linux.woff") format("woff"), 10 url("./font-linux.ttf") format("truetype"), 11 url("./font-linux.svg#font-linux") format("svg"); 12 font-weight: normal; 13 font-style: normal; [all …]
|
| /plugin/captcha/ |
| D | EasySVG.php | 14 protected $font; variable in EasySVG 20 $this->font = new stdClass(); 21 $this->font->id = ''; 22 $this->font->horizAdvX = 0; 23 $this->font->unitsPerEm = 0; 24 $this->font->ascent = 0; 25 $this->font->descent = 0; 26 $this->font->glyphs = []; 27 $this->font->size = 20; 28 $this->font->color = ''; [all …]
|
| /plugin/dw2pdf/ |
| D | deleted.files | 198 mpdf/font/ccourier.php 199 mpdf/font/ccourierb.php 200 mpdf/font/ccourierbi.php 201 mpdf/font/ccourieri.php 202 mpdf/font/chelvetica.php 203 mpdf/font/chelveticab.php 204 mpdf/font/chelveticabi.php 205 mpdf/font/chelveticai.php 206 mpdf/font/csymbol.php 207 mpdf/font/ctimes.php [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
| D | FontWriter.php | 79 $font = $this->fontCache->load($fontkey . '.ps.z'); 83 …$font = $ttf->repackageTTF($this->mpdf->FontFiles[$fontkey]['ttffile'], $this->mpdf->fonts[$fontke… 85 $originalsize = strlen($font); 86 $font = gzcompress($font); 89 $this->fontCache->binaryWrite($fontkey . '.ps.z', $font); 93 $font = $this->fontCache->load($fontkey . '.z'); 95 $font = file_get_contents($this->mpdf->FontFiles[$fontkey]['ttffile']); 96 $font = gzcompress($font); 97 $this->fontCache->binaryWrite($fontkey . '.z', $font); 100 $this->writer->write('<</Length ' . strlen($font)); [all …]
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/ |
| D | specimen_stylesheet.css | 10 del, dfn, em, font, img, ins, kbd, q, s, samp, selector 16 font-size: 100%;vertical-align: baseline; 42 font-size: 32px; 43 font-weight: normal; 44 font-style: normal; 49 font-size: 18px; 60 font-size: 36px; 79 font: 10px Arial, sans-serif; 97 font: bold 11px/11px 'Arial'; 117 font-size: 300px; [all …]
|
| /plugin/s5/ui/flower/ |
| D | pretty.css | 4 Note that the 'body' font size may have to be changed if the resolution is 7 body {background: #fff url(blume.jpg) no-repeat; color: #222; font-size: 2em;} 11 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;} 15 blockquote, q {font-style: italic;} 16 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;} 18 blockquote i {font-style: normal;} 19 blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-styl… 20 blockquote b i {font-style: italic;} 22 kbd {font-weight: bold; font-size: 1em;} 23 sup {font-size: smaller; line-height: 1px;} [all …]
|
| /plugin/s5/ui/pixel/ |
| D | pretty.css | 4 Note that the 'body' font size may have to be changed if the resolution is 7 body {background: transparent url(pixelbg.gif) repeat-y; color: #08093F; font-size: 1.8em;} 11 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;} 15 blockquote, q {font-style: italic;} 16 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;} 18 blockquote i {font-style: normal;} 19 blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-styl… 20 blockquote b i {font-style: italic;} 22 kbd {font-weight: bold; font-size: 1em;} 23 sup {font-size: smaller; line-height: 1px;} [all …]
|
| /plugin/s5/ui/dokuwiki/ |
| D | pretty.css | 8 body {background: #fff url(logo.png) top right no-repeat; color: #000; font-size: 1.9em;} 9 :link, :visited {text-decoration: none; color: #436976;font-style:italic;} 12 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;} 14 html, body {margin: 0; padding: 0; font-family: Verdana, Helvetica, sans-serif;} 16 blockquote, q {font-style: italic;} 17 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;} 19 blockquote em {font-style: normal;} 20 blockquote strong {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font… 21 blockquote strong em {font-style: italic;} 23 .slide code {padding: 2px 0.25em; font-weight: bold; color: #000;} [all …]
|
| /plugin/hcalendar/ |
| D | style.css | 5 /*font-style:italic;*/ 6 font-size:110%; 11 font-style:italic; 16 font-weight:bold; 20 font-weight:bold; 24 font-weight:bold; 28 font-weight:bold; 32 font-weight:bold; 36 font-style:italic; 40 font-style:italic; [all …]
|
| /plugin/s5/ui/yatil/ |
| D | pretty.css | 2 Note that the 'body' font size may have to be changed if the resolution is 5 body {background: #f3f3f3 url(bodybg.gif); color: #000; font-size: 2em; font-family: Verdana, Arial… 19 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;} 23 blockquote, q {font-style: italic;} 24 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;} 26 blockquote i {font-style: normal;} 27 blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-styl… 28 blockquote b i {font-style: italic;} 30 kbd {font-weight: bold; font-size: 1em;} 31 sup {font-size: smaller; line-height: 1px;} [all …]
|
| /plugin/s5/ui/default/ |
| D | pretty.css | 3 body {background: #FFF url(bodybg.gif) -16px 0 no-repeat; color: #000; font-size: 2em;} 7 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;} 11 blockquote, q {font-style: italic;} 12 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;} 14 blockquote i {font-style: normal;} 15 blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-styl… 16 blockquote b i {font-style: italic;} 18 kbd {font-weight: bold; font-size: 1em;} 19 sup {font-size: smaller; line-height: 1px;} 21 .slide code {padding: 2px 0.25em; font-weight: bold; color: #533;} [all …]
|
| /plugin/directorylist/ |
| D | style.css | 3 @font-face { 4 font-family: 'Genericons'; 5 src: url('font/genericons-regular-webfont.eot'); 6 src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'), 7 url('font/genericons-regular-webfont.woff') format('woff'), 8 url('font/genericons-regular-webfont.ttf') format('truetype'), 9 url('font/genericons-regular-webfont.svg#genericonsregular') format('svg'); 10 font-weight: normal; 11 font-style: normal; 23 font-family: 'Genericons'; [all …]
|
| /plugin/s5/ui/blue/ |
| D | pretty.css | 4 Note that the 'body' font size may have to be changed if the resolution is 7 body {background: #000294 url(bluebottom.gif) right bottom no-repeat; color: #fff; font-size: 1.8em… 11 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;} 15 blockquote, q {font-style: italic;} 16 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;} 18 blockquote i {font-style: normal;} 19 blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-styl… 20 blockquote b i {font-style: italic;} 22 kbd {font-weight: bold; font-size: 1em;} 23 sup {font-size: smaller; line-height: 1px;} [all …]
|
| /plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | spellerStyle.css | 2 font-family: courier new; 3 font-size: 10pt; 8 font-size:8pt; 11 font-family:arial, helvetica, sans-serif; 12 font-size:10pt; 17 font-family: courier new, courier, monospace; 18 font-size: 10pt; 23 font-family:arial, helvetica, sans-serif; 24 font-size:8pt; 33 font-size:8pt; [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | spellerStyle.css | 2 font-family: courier new; 3 font-size: 10pt; 8 font-size:8pt; 11 font-family:arial, helvetica, sans-serif; 12 font-size:10pt; 17 font-family: courier new, courier, monospace; 18 font-size: 10pt; 23 font-family:arial, helvetica, sans-serif; 24 font-size:8pt; 33 font-size:8pt; [all …]
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | spellerStyle.css | 2 font-family: courier new; 3 font-size: 10pt; 8 font-size:8pt; 11 font-family:arial, helvetica, sans-serif; 12 font-size:10pt; 17 font-family: courier new, courier, monospace; 18 font-size: 10pt; 23 font-family:arial, helvetica, sans-serif; 24 font-size:8pt; 33 font-size:8pt; [all …]
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/ |
| D | stylesheet.css | 5 @font-face { 6 font-family: 'danielbold'; 9 font-weight: normal; 10 font-style: normal; 17 @font-face { 18 font-family: 'danielregular'; 21 font-weight: normal; 22 font-style: normal; 29 @font-face { 30 font-family: 'daniel_blackregular'; [all …]
|
| /plugin/floatdiv/ |
| D | style.css | 9 font-size: 10px; 13 font-weight: bold; 14 font-size:100%; 18 font-weight: bold; 19 font-size:125%; 25 font-weight: bold; 26 font-size:150%; 32 font-weight: bold; 33 font-size:175%; 40 font-weight: bold; [all …]
|
| /plugin/pagecss/vendor/csstidy-2.2.1/Docs/media/ |
| H A D | style.css | 15 font-family: tahoma, verdana, arial, sans-serif; 16 font-size: 10pt; 41 font-size: 10pt; 48 font-size: 16pt; 49 font-weight: bold; 64 font-size: 8pt; 90 font-style: italic; 95 font-size: 8pt; 116 font-size: 8pt; 141 font-size: 8pt; [all …]
|
| /plugin/cloud/ |
| D | style.css | 5 .dokuwiki div.cloud a.cloud1 { font-size: 10px; color: #D3E0F5; } 6 .dokuwiki div.cloud a.cloud2 { font-size: 12px; color: #AEC4E5; } 7 .dokuwiki div.cloud a.cloud3 { font-size: 14px; color: #88A9DB; } 8 .dokuwiki div.cloud a.cloud4 { font-size: 16px; color: #4A7AC2; } 9 .dokuwiki div.cloud a.cloud5 { font-size: 18px; color: #003F9E; } 11 .dokuwiki div.cloud a.cloud1_tag1 { font-size: 10px; color: #CEF0D0; } 12 .dokuwiki div.cloud a.cloud2_tag1 { font-size: 12px; color: #AEE5B1; } 13 .dokuwiki div.cloud a.cloud3_tag1 { font-size: 14px; color: #88DB8C; } 14 .dokuwiki div.cloud a.cloud4_tag1 { font-size: 16px; color: #4AC250; } 15 .dokuwiki div.cloud a.cloud5_tag1 { font-size: 18px; color: #009E08; } [all …]
|
| /plugin/abc2/ |
| D | all.css | 10 font-family: monospace; 11 font-size: 1em; 46 …font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;verti… 49 .abc-player::after {font-size: 200%;} 64 …ted{background-color:#800}.abc-dot:hover{background-color:#F00}.abc-voice{font-size:.8em}.abc-hidd…
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | font.class.php | 65 $font = new FontTrueType(); 66 $font->_read(TTF_FONTS_REPOSITORY.$fontfile, $encoding); 67 return $font; 76 $font = new OpenTypeFile(); 77 $font->open($file); 78 $hhea = $font->getTable('hhea'); 79 $head = $font->getTable('head'); 80 $hmtx = $font->getTable('hmtx'); 81 $post = $font->getTable('post'); 82 $cmap = $font->getTable('cmap'); [all …]
|