Daniel Rudolf
630573dd56
Move stylesheets to `css/` directory
8 years ago
Daniel Rudolf
e45ea044fc
Improve copyright notice of Fontello font
8 years ago
Daniel Rudolf
075cf427b4
Add Droid Sans and Droid Sans Mono font files to `font/` directory
...
This makes Pico's default theme fully self-containing!
8 years ago
Daniel Rudolf
98247b9497
Move Fontello font to `icon/` directory
8 years ago
Daniel Rudolf
f543d38888
Update README.md
8 years ago
Daniel Rudolf
a958759cb1
Fix utils.slideUp() and utils.slideDown() in IE9
...
IE9 doesn't support sliding, but also doesn't support requestAnimationFrame(). Use setTimeout() with a delay of 16ms (1000ms / 60fps = 16.67ms) instead. This isn't optimal, but who cares about IE9... This is also true for IE8, even though we don't officially support it.
8 years ago
Daniel Rudolf
86e6d344b0
Update README.md
8 years ago
Daniel Rudolf
bc404502d0
Version 2.0.0-beta.1
8 years ago
Daniel Rudolf
052a374640
Update composer.json
8 years ago
Daniel Rudolf
fba8b640dd
Require strictly matching Pico version
8 years ago
Daniel Rudolf
3104729249
Add canonical link tag to index.twig
8 years ago
Daniel Rudolf
2af89075df
Remove composer/installers dependency
8 years ago
Daniel Rudolf
b52b75a483
Add 2.0-dev branch alias to composer.json
8 years ago
Daniel Rudolf
f8fb28c502
Merge commit c69dca0f8c86ed62bb37b2dd7acfb4b4351980ae of picocms/Pico:master (Pico 1.0)
...
Remove Twitter links
Our Twitter account is basically abandoned. Our key asset never was a hardly to subdue flood of words anyway 😆
c69dca0f8c
8 years ago
Daniel Rudolf
e81eafcd68
Extract default theme from picocms/Pico repo
...
This repo is a copy of the picocms/Pico repo (https://github.com/picocms/Pico ) at commit 82a342ba445122182b898a2c1800f03c8d16f18c with rewritten history. Only commits which are relevant for the themes/default/ directory (82a342ba44/themes/default/
) were preserved. The command used to create this repo can be found at http://stackoverflow.com/a/37037151 .
Pico is licensed under the MIT License (82a342ba44/LICENSE.md
).
8 years ago
Daniel Rudolf
3bc28e2a87
Various small improvements
8 years ago
Daniel Rudolf
17b90f5435
Rename Pico 1.1 to Pico 2.0
9 years ago
Daniel Rudolf
1f504fe316
Give pages starting with a underscore (_) a special treatment
...
Follow-up to b493ebdb84e0da20e73ee21992ff36868be0008f
9 years ago
Daniel Rudolf
0744ec7363
Default theme: Navigation: Hide pages starting with a underscore (_)
9 years ago
Daniel Rudolf
dd94a6484a
Default theme: Navigation: Show top-level pages only
9 years ago
Daniel Rudolf
163513c917
Merge branch 'master' into pico-1.1
...
Conflicts:
_build/deploy-phpdoc-branch.sh
themes/default/index.twig
themes/default/style.css
9 years ago
Daniel Rudolf
a5b4367bed
Default theme: Add flexbox CSS rules
...
I was sure that I've added that some time ago... Strange... Thanks to IRC user tony1
9 years ago
Daniel Rudolf
214fb085e5
Default theme: Fix default container width
9 years ago
Daniel Rudolf
5cc9ccb90d
Default theme: Fix hr element theming in IE8+
9 years ago
Daniel Rudolf
8fb29d78e5
Default theme: Add basic support for IE8
...
Forms still look broken and I definitly will *NOT* fix that. We don't support IE8 officially!
+ some minor improvements
9 years ago
Daniel Rudolf
d75b03524d
Default theme: Improve form theming
9 years ago
Daniel Rudolf
5341c328c0
Default theme: Add basic form themeing
9 years ago
Daniel Rudolf
a48ef67812
Default theme (JavaScript): Fix coding standard
9 years ago
Daniel Rudolf
e5187aa17b
Default theme: Fix rem unit
9 years ago
Daniel Rudolf
48c2387080
Default theme: Improve compatibility with older browsers
...
Namely (it could hardly be different...) Internet Explorer - even IE11 still causes trouble. The default theme now supports IE9+, even older browsers will present broken markup. The sliding animation works with IE10+ (however, it is still usable, there's just no nice animation).
Furthermore this commit heavily improves the sliding process by allowing to abort the animation. I've updated Pico's screenshot in the , too.
9 years ago
Daniel Rudolf
f7d27fa829
Refactor default theme
9 years ago
Daniel Rudolf
9a4f681022
Hotfix for responsiveness of default theme
...
I'll completely refactor the default theme for Pico 1.1... The CSS is just broken.
9 years ago
Daniel Rudolf
2038d40268
Merge branch 'master' into pico-1.1
9 years ago
Daniel Rudolf
2c70c087fd
Add Pico's social icons to default theme
9 years ago
Daniel Rudolf
d10f5ac19f
Merge branch 'master' into pico-1.1
...
Conflicts:
.htaccess
9 years ago
Daniel Rudolf
c96be9cd13
Default theme: Force HTTPS to load Google Fonts
...
See https://github.com/picocms/Pico/pull/346#issuecomment-213000364 (via #346 / d6accc2), thanks @smcdougall
9 years ago
ghuron
9b63209d81
Use http or https depending on page access
9 years ago
Erick Madrigal Ríos
ca00cde4b1
Update style.css
...
Responsive design is currently broken when the width is between 768px and 850px, because the width of inner class is set fixed at 850px
9 years ago
Daniel Rudolf
ecdfeb4959
Default theme: Add definition list styling
...
Resolves #339 . Thanks @Marcussacapuces91
9 years ago
Daniel Rudolf
bef5efc503
Revert "Default theme: Move elements into Twig blocks"
...
This reverts commit a3fa373119c12cae834bcfab758a11b036234c76.
At first glance this adds flexibility, but at the moment it is impossible with Twig to ensure the existance of a block. As a result, custom themes may break the plugin. A custom theme should overwrite a plugin's template explicitly.
9 years ago
Daniel Rudolf
8ac6d27a8e
Default theme: Move elements into Twig blocks
...
Allows plugins to extend the default template
9 years ago
Daniel Rudolf
fa69560ef7
Default theme: Use flexbox to grow content div
9 years ago
Daniel Rudolf
dee6dbd4c2
Default theme: Highlight active page + hide untitled pages
...
Related to #302
10 years ago
Daniel Rudolf
944e8b27aa
Update default theme footer
10 years ago
Daniel Rudolf
f312821e45
Default theme: Replace tabs with 4-space-indentation
10 years ago
Daniel Rudolf
9080bd85f1
Default theme: Improve table styling
10 years ago
Daniel Rudolf
f3dbb0f512
Add striptags filter to description meta header
...
Thanks @PontusHorn
10 years ago
Daniel Rudolf
8cc05d5940
Add missing update of index.twig
10 years ago
Daniel Rudolf
0c7e2fcb2c
Rename index.html of default theme to index.twig; Update template
10 years ago
theshka
046700340b
Update default theme; responsive/mobile navigation.
10 years ago