mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-25 23:26:06 +00:00
Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
95cec988f5 | |||
12e897d374 | |||
d6998b3ba5 | |||
5c51195ca6 | |||
234be3c976 | |||
146f2ecaab | |||
5e679999e7 | |||
4614c6a162 |
@ -10,14 +10,15 @@
|
|||||||
3. Utilities
|
3. Utilities
|
||||||
4. General
|
4. General
|
||||||
5. Single Post
|
5. Single Post
|
||||||
6. Tag Archive
|
6. Author Profile
|
||||||
7. Read Next
|
7. Read More
|
||||||
8. Third Party Elements
|
8. Third Party Elements
|
||||||
9. Pagination
|
9. Pagination
|
||||||
10. Footer
|
10. Subscribe
|
||||||
11. Media Queries (Tablet)
|
11. Footer
|
||||||
12. Media Queries (Mobile)
|
12. Media Queries (Tablet)
|
||||||
13. Animations
|
13. Media Queries (Mobile)
|
||||||
|
14. Animations
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -501,8 +502,8 @@ button {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 11px; // Hack because Firefox sucks ass.
|
font-size: 11px; /* Hacks targeting Firefox. */
|
||||||
line-height: 13px; // Hack because Firefox sucks ass.
|
line-height: 13px; /* Hacks targeting Firefox. */
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
@ -1885,7 +1886,7 @@ body:not(.post-template) .post-title {
|
|||||||
|
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
12. Media Queries - Smaller than 500px
|
13. Media Queries - Smaller than 500px
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
@media only screen and (max-width: 500px) {
|
@media only screen and (max-width: 500px) {
|
||||||
@ -2160,7 +2161,7 @@ body:not(.post-template) .post-title {
|
|||||||
|
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
13. Animations
|
14. Animations
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/* Used to fade in title/desc on the home page */
|
/* Used to fade in title/desc on the home page */
|
||||||
|
BIN
assets/screenshot-desktop.jpg
Normal file
BIN
assets/screenshot-desktop.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
BIN
assets/screenshot-mobile.jpg
Normal file
BIN
assets/screenshot-mobile.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
37
package.json
37
package.json
@ -1,4 +1,37 @@
|
|||||||
{
|
{
|
||||||
"name": "Casper",
|
"name": "casper",
|
||||||
"version": "1.3.0"
|
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
||||||
|
"homepage": "http://github.com/TryGhost/Casper",
|
||||||
|
"demo": "https://demo.ghost.io",
|
||||||
|
"version": "1.3.2",
|
||||||
|
"engines": {
|
||||||
|
"ghost": "^0.9.0"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"screenshots": {
|
||||||
|
"desktop": "assets/screenshot-desktop.jpg",
|
||||||
|
"mobile": "assets/screenshot-mobile.jpg"
|
||||||
|
},
|
||||||
|
"author": {
|
||||||
|
"name": "Ghost Foundation",
|
||||||
|
"email": "hello@ghost.org",
|
||||||
|
"url": "https://ghost.org"
|
||||||
|
},
|
||||||
|
"gpm": {
|
||||||
|
"type": "theme",
|
||||||
|
"categories": [
|
||||||
|
"Minimal",
|
||||||
|
"Personal Blogs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"ghost",
|
||||||
|
"theme"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/TryGhost/Casper.git"
|
||||||
|
},
|
||||||
|
"bugs": "https://github.com/TryGhost/Casper/issues",
|
||||||
|
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user