aboutsummaryrefslogtreecommitdiffstats
path: root/template/admin/rsrc/main.css
AgeCommit message (Collapse)AuthorFilesLines
2019-04-26Rename "template" directory to "theme"Thomas Lange1-971/+0
This commit renames the "template" directory to "theme" because "theme" is the more correct term here.
2019-01-25Reformat the entire CSS codeThomas Lange1-176/+832
2019-01-21Close CSS comment blocks correctlyThomas Lange1-93/+93
2018-09-20Update style of emoticon selectionThomas Lange1-3/+2
2018-09-10Remove background imageThomas Lange1-1/+1
2018-05-20Remove margin-bottom from paragraph in item excerptsThomas Lange1-0/+1
2017-11-20The rem units in media queries have been replaced by simple em units.Thomas Lange1-2/+2
2017-11-02A new action link has been added to the item overview pages and the CSS was ↵Thomas Lange1-1/+14
optimized to give them a new look.
2017-11-02The colon characters for the key-value arguments were moved directly into ↵Thomas Lange1-0/+1
the <strong> tags. A CSS optimization was additionally made.
2017-10-23CSS: Unnecessary height property removed.Thomas Lange1-1/+1
2017-10-22Implemented: A full-text search functionality for posts and pages in the ↵Thomas Lange1-0/+5
administration area. In addition, some markup within the "/*/index.php" files of the admin template was re-formatted.
2017-10-14A new Font Awesome icon was added to the admin template. This icon is used ↵Thomas Lange1-0/+1
later for the coming search function in the administration area.
2017-09-16The original font "Font Awesome" has been replaced by a minimized version ↵Thomas Lange1-3/+3
from Fontello.com, which contains only the absolutely necessary icons. This reduces the size of the font file to download to approximately 70 kilobytes. This is beneficial for smartphone users who have an extremely throttled data connection (for example, 32 KBit/s – yes, no joke!), which is not unusual in Germany where mobile internet is still expensive. On the other hand, it is always a good idea to load only what is really necessary. And why always (with cold browser cache) download unnecessary 70 kilobytes, when it is not necessary?
2017-09-15The IDs of the items in the overview lists of the admin template are now no ↵Thomas Lange1-2/+3
longer displayed within a <h2> element and have been moved to the underlying <div> element.
2017-09-15The unnecessary second list for the "Login" and "Logout" list points in the ↵Thomas Lange1-2/+3
main navigation of the admin template have been removed.
2017-09-15An invisible text has been added to each action icon in the item list of the ↵Thomas Lange1-1/+1
admin template so that users who do not have CSS enabled or using a web browser such as "Lynx" are able to understand and click the links (instead of seeing an empty and unclickable list item with no further information).
2017-09-14Some markup optimizations has been made to both templates (the HTML5 ↵Thomas Lange1-20/+15
<article> element is more correct for the purpose of an item list, because real lists should only be used if the order of the items would change the meaning. This is not the case, because each item is a self-contained area which has nothing to do with the other items).
2017-07-31Three internationalization strings and one CSS class have been added to the ↵Thomas Lange1-0/+1
admin template for later use.
2017-05-31Optimizations and tiny design update for the admin template:Thomas Lange1-1/+18
+ The form buttons for insert, update and delete are now having a corresponding background color (green, blue and red). + The information messages are now displayed within the <form> element and with a red background color around the text.
2017-05-31Two changes have been made in this commit:Thomas Lange1-4/+12
+ Update [core]: Parsedown has been updated to version 1.6.2. + Optimization [admin template]: The markdown buttons have been placed directly above the content editor. + Optimization [admin template]: The content editor has been visually embellished (padding from the parent was removed).
2017-05-21Several changes have been made to the admin template, which together with ↵v2.1.1Thomas Lange1-38/+22
the previous commits result in version 2.1.1: + Optimization [CSS]: Unused .fa-* classes have been removed. + Optimization [CSS]: Hyphens have been disabled for the text within the content editor. + Optimization [CSS]: Some elements now have a smaller padding value which has benefits if the page is displayed on a mobile device. + Optimization [HTML]: The HTML <section> elements of the formular have been replaced with simple <div> elements because <section> elements should only be used for self-contained areas which have nothing to do with the rest of the content. The using of <section> elements at this place was semantically incorrect. + Implemented [JS]: Tab indents which are made by pressing <tab> can now also be removed by pressing <shift>+<tab>. + Optimization [JS]: The functions "emoticonReplace" and "markdownReplace" has been renamed to "insertEmoticon" and "insertMarkdown" and have been restructured. + Optimization [JS]: The DOMContentLoaded event listeners are not required because the file is included with the "defer" attribute. + Optimization [JS]: A function called "delayed" was added which executes a callback function after an delay of 20 ms (the delayed execution of code is necessary for the "insertEmoticon" and "insertMarkdown" functions because the content editor otherwise will losing focus when clicking outside at the emoticon or markdown buttons while the "onmousedown" event listener is still executing).
2017-05-04CSS optimization on admin template.Thomas Lange1-3/+2
2017-04-30CSS optimization (spaces between icon and text are replaced by margin).Thomas Lange1-1/+1
2017-04-30Hyperlinks to the documentation and the releases on GitHub added to the footer.Thomas Lange1-1/+8
2017-04-29Two changes have been made in this commit:Thomas Lange1-0/+8
+ The method "Item::getArguments" has been optimized and checks now the syntax of the argument names (only A-Z, a-z, 0-9 and underscores are allowed). + The admin template has been changed and displays now the used arguments of an item within the list.
2017-04-11HTML and CSS markup optimizations for admin template.Thomas Lange1-33/+30
2017-04-07CSS-Bugfix: Missing border was added.Thomas Lange1-0/+2
2017-02-24Initial commit.v1.0Thomas Lange1-0/+275