Searched refs:rounded (Results 1 – 25 of 174) sorted by relevance
1234567
/plugin/bootswrapper/exe/help/ |
H A D | image.txt | 5 | <image shape="rounded">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape… 18 | ''shape'' | ''rounded'', ''circle'', ''thumbnail'' | Image shape |
|
/plugin/combo/ComboStrap/ |
H A D | NoteTag.php | 17 public const ATTRIBUTE_ROUNDED = "rounded"; 63 $rounded = $tagAttributes->getValueAndRemove(NoteTag::ATTRIBUTE_ROUNDED); 64 if (!empty($rounded)) {
|
/plugin/combo/resources/theme/default/components/css/ |
H A D | bar.css | 7 border-radius: 0; /* not rounded */
|
/plugin/indexmenu2/cms/modifiers/ |
H A D | modifiers.txt | 1 It's the place for menu modifiers like "rounded corners" for menu item, etc.
|
/plugin/block/ |
H A D | style.css | 3 /*____________ rounded corners ____________*/
|
/plugin/combo/syntax/ |
H A D | badge.php | 29 const ATTRIBUTE_ROUNDED = "rounded"; 195 $rounded = $tagAttributes->getValueAndRemove(self::ATTRIBUTE_ROUNDED); 196 if (!empty($rounded)) { 200 $badgePillClass = "rounded-pill";
|
/plugin/box/ |
H A D | plugin.info.txt | 6 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colours|title> ...…
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxUML25.js | 74 var rounded = mxUtils.getValue(this.style, 'rounded', false); 85 if (!rounded) 92 if (rounded)
|
/plugin/box2/ |
H A D | plugin.info.txt | 8 desc Boxes with titles, colour and rounded corners. Syntax: <box width class colors style=value…
|
H A D | print.css | 10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h… 125 /* must come last to override coloured background when using rounded corners */
|
H A D | style.css | 10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h… 125 /* must come last to override coloured background when using rounded corners */
|
/plugin/indexmenu2/cms/modifiers/roundednode/ |
H A D | mod.css | 2 * Styles describe menu items with rounded corners
|
/plugin/structprogress/ |
H A D | style.less | 25 //sample for style: rounded
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | batch.rst | 50 * ``size``: The size of the batch; fractional numbers will be rounded up
|
/plugin/progrecss/ |
H A D | style.css | 81 * Features a rounded box using the "missing link" colors for 88 * "rounded" or IE displaying the caption below the gauge
|
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
H A D | editor_zh-CN.properties.bak | 62 rounded=Rounded
|
H A D | default-style.xml.bak | 9 <add as="rounded" value="1"/>
|
H A D | editor.properties | 64 rounded=Rounded key
|
H A D | editor.properties.bak | 61 rounded=Rounded
|
H A D | editor_zh-CN.properties | 62 rounded=Rounded key
|
H A D | editor_de.properties | 68 rounded=Abgerundet key
|
H A D | editor_de.properties.bak | 62 rounded=Abgerundet
|
/plugin/advrack/ |
H A D | style.css | 242 /* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */ 243 .qtip-rounded, 251 .qtip-rounded .qtip-titlebar{
|
/plugin/boxwh/boxwh/ |
H A D | print.css | 12 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h… 127 /* must come last to override coloured background when using rounded corners */
|
H A D | style.css | 10 /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.h… 125 /* must come last to override coloured background when using rounded corners */
|
1234567