This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if(!defined('KIRBY')) exit ?> | |
title: | |
en: Timeline item | |
fr: Élément du flux d'activité | |
de: Neues Element in der Timeline | |
pages: false | |
files: true | |
preview: parent | |
fields: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
l::set('your_username', 'Je gebruikersnaam'); | |
l::set('your_password', 'Je wachtwoord'); | |
l::set('log_in', 'Log in'); | |
l::set('log_in_error', 'Ongeldige gebruikersnaam of wachtwoord'); | |
l::set('log_out', 'Log uit'); | |
l::set('contact_us', 'Contact opnemen'); | |
l::set('view', 'Bekijk'); | |
l::set('download', 'Download'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.line { | |
display: block; | |
border: none; | |
color: #333; | |
background: transparent; | |
border-bottom: 1px dotted black; | |
padding: 5px 2px 0 2px; | |
} | |
.line:focus { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.depth { | |
display: block; | |
border: 1px solid rgba(255,255,255,0.6); | |
background: linear-gradient(#eee, #fff); | |
transition: all 0.3s ease-out; | |
box-shadow: | |
inset 0 1px 4px rgba(0,0,0,0.4); | |
padding: 5px; | |
color: #555; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.mac { | |
display: block; | |
border: none; | |
border-radius: 20px; | |
padding: 5px 8px; | |
color: #333; | |
box-shadow: | |
inset 0 2px 0 rgba(0,0,0,.2), | |
0 0 4px rgba(0,0,0,0.1); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.simple-input { | |
display: block; | |
padding: 5px; | |
border: 4px solid #F1B720; | |
border-radius: 5px; | |
color: #333; | |
transition: all 0.3s ease-out; | |
} | |
.simple-input:hover { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.inline-link-3 { | |
display: inline-block; | |
position: relative; | |
padding-left: 6px; | |
/* Font styles */ | |
text-decoration: none; | |
color: #6AB3EC; | |
text-shadow: 0 1px 1px rgba(255,255,255,0.9); | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.inline-link-2 { | |
display: inline-block; | |
border-bottom: 2px dashed rgba(0,0,0,0.9); | |
/* Font styles */ | |
text-decoration: none; | |
color: #777; | |
} | |
.inline-link-2:hover { | |
border-bottom-style: dotted; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.inline-link-1 { | |
display: inline-block; | |
margin: 0 0.2em; | |
padding: 3px; | |
background: #97CAF2; | |
border-radius: 2px; | |
transition: all 0.3s ease-out; | |
/* Font styles */ | |
text-decoration: none; | |
font-weight: bold; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div[class*="rounded"] { | |
background: #fca1cc; | |
} | |
.light-rounded { | |
border-radius: 3px; | |
} | |
.heavy-rounded { | |
border-radius: 8px; |
NewerOlder