DokuWiki

It's better when it's simple

User Tools

Site Tools


template:bootstrap3:discussion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
template:bootstrap3:discussion [2020-04-05 17:06] – [Set Text Size for Template] lotartemplate:bootstrap3:discussion [2023-05-24 16:02] (current) 128.201.167.116
Line 2: Line 2:
  
 ====== Bootstrap3: Discussion ====== ====== Bootstrap3: Discussion ======
 +
 +==== Template not displaying correctly ====
 +
 +Not exactly sure what went wrong, but there are no sidebars, top bars, etc. Every link is displayed below the other. Even to configure the templates it's a nightmare in this format.
 +
 +
 +
  
 ==== Using the Landing Page ==== ==== Using the Landing Page ====
Line 359: Line 366:
  
  --- [[user>lotar|Giuseppe Di Terlizzi]] //2020-04-05 16:45//  --- [[user>lotar|Giuseppe Di Terlizzi]] //2020-04-05 16:45//
 +
 +==== Change font-family in bootstrap3-default-theme (Vanilla) ====
 +How do you change the font family? When I change the font family in userstyle.css (for example Verdana for testing purposes), the change becomes active but the headlines no longer appear bold.
 +What should the code in userstyle.css be, so that for example the fonts Lato or Open Sans are displayed correctly (also in headlines)? – Thanks
 +
 +Found a way:
 +  - Installed the plugin [[ plugin:fontface|"Fontface" ]]
 +  - Settings in Fontface:
 +    * plugin»fontface»technique -> Google Fonts
 +    * plugin»fontface»fontFile -> Lato:400,700
 +    * plugin»fontface»fontName -> 'Lato'
 +    * (for fontFile2: plugin»fontface»fontFile -> Open+Sans:400,700 | plugin»fontface»fontName -> 'Open Sans')
 +
 + Addition in conf/userstyle.css:
 +<code .css>
 +body   
 +    {
 +    font-family: 'Lato', 'Open Sans', Arial, Verdana, sans-serif;
 +    font-size: 15px;
 +    margin: 0.0em;    
 +    }
 +
 +h1,h2,h3,h4,h5,h6
 +{
 +    font-weight: 700;
 +}
 +</code>
 +
 +
 +
 + --- [[user>anhe|anhe]] //2020-04-08 13:56//
 +
 +
 +==== Placeholder in sidebar ====
 +
 +Is there a possibility to use placeholders in the sidebar? \\
 +//For example:// $NS$, $PAGE$, @NS@ or @PAGE@ do not work inside any syntax.
 +
 + --- [[user>juergen-aus-zuendorf|juergen-aus-zuendorf]] //2021-07-21 17:37//
 +
 +==== Data plugin integration ====
 +I'd love better integration with the [[plugin:data|Data Plugin]]
 +
 +For example it would be great to have some bootstrap3 components as data types, like progress bars, badges, labels.
 + Right now I am using custom aliases with the wiki type, prepending and appending the code like ''%%<badge>%%'' and ''%%</badge>%%''. It gets ugly with the progress bar, I get a width of 0 in dataentries so I need to do some CSS.
 +
 +Some form of conditionnal types would be nice (like a set of values in a custom alias, for example "To Do", "In progress", "Done"), and the label type would change depending on the value. I don't really know how to do this easily without editing the style sheets.
 +
 +Anyway thanks for a great plugin and theme, I love it !
 +
 +If you want to see our wiki (in progress), or add it to the list of wikis using the template, the address is : https://wiki.apprentilab.cnam.fr/doku.php (in French).
 +
 + --- [[user>apprentiLAB_Suzanne|apprentiLAB_Suzanne]] //2021-09-21 16:43//
 +
 +====Basic colour changing in bootstrap3====
 +I need to change the colour of ''monospace'' text in bootstrap3, which css/less file should I be editing to do this?
 +
 +==== showPageIcons in the scrolling side menu ====
 +
 +Why placing the print/share button on top of the page, and not inside the side menu? Is there an option to place them inside the menu on the right? 
 +
 +
 +
 +==== Are the unminified versions of the bootstrap.min.css files available for the bootswatch themes? ====
 +
 +I want to do some minor tuning of the cerulean them in particular so I really need the unminified version of the bootstrap.min.css file so I can see what I'm changing.  Are these files downloadable?
template/bootstrap3/discussion.1586099219.txt.gz · Last modified: 2020-04-05 17:06 by lotar

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki