Skip to content

Commit

Permalink
Rebuild front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Dec 16, 2015
1 parent 9791640 commit 52ccc10
Show file tree
Hide file tree
Showing 30 changed files with 2,993 additions and 84 deletions.
14 changes: 11 additions & 3 deletions ckan/public/base/css/fuchsia.css
Expand Up @@ -8395,9 +8395,15 @@ h4 small {
padding: 0 10px;
line-height: 31px;
}
.account-masthead .account ul li a span.username {
.account-masthead .account ul li a span.username,
.account-masthead .account ul li a span.text {
margin: 0 2px 0 4px;
}
.account-masthead .account ul li a span.text {
position: absolute;
top: -9999px;
left: -9999px;
}
.account-masthead .account ul li a:hover {
color: #fbe1ef;
background-color: #bc176c;
Expand All @@ -8410,20 +8416,22 @@ h4 small {
vertical-align: 1px;
margin-left: 3px;
}
.account-masthead .account .notifications a span {
.account-masthead .account .notifications a span.badge {
font-size: 12px;
margin-left: 3px;
padding: 1px 6px;
background-color: #bc176c;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
color: #f9cde4;
}
.account-masthead .account .notifications a:hover span {
color: #ffffff;
background-color: #a5145f;
}
.account-masthead .account .notifications.notifications-important a span {
.account-masthead .account .notifications.notifications-important a span.badge {
color: #ffffff;
background-color: #c9403a;
}
Expand Down
14 changes: 11 additions & 3 deletions ckan/public/base/css/green.css
Expand Up @@ -8395,9 +8395,15 @@ h4 small {
padding: 0 10px;
line-height: 31px;
}
.account-masthead .account ul li a span.username {
.account-masthead .account ul li a span.username,
.account-masthead .account ul li a span.text {
margin: 0 2px 0 4px;
}
.account-masthead .account ul li a span.text {
position: absolute;
top: -9999px;
left: -9999px;
}
.account-masthead .account ul li a:hover {
color: #e0f0e3;
background-color: #1d602b;
Expand All @@ -8410,20 +8416,22 @@ h4 small {
vertical-align: 1px;
margin-left: 3px;
}
.account-masthead .account .notifications a span {
.account-masthead .account .notifications a span.badge {
font-size: 12px;
margin-left: 3px;
padding: 1px 6px;
background-color: #1d602b;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
color: #cbe6d1;
}
.account-masthead .account .notifications a:hover span {
color: #ffffff;
background-color: #174d22;
}
.account-masthead .account .notifications.notifications-important a span {
.account-masthead .account .notifications.notifications-important a span.badge {
color: #ffffff;
background-color: #c9403a;
}
Expand Down
17 changes: 11 additions & 6 deletions ckan/public/base/css/main.css
Expand Up @@ -5560,9 +5560,6 @@ a.tag:hover {
.js .tab-content.active {
display: block;
}
.js .automatic-local-datetime {
display: none;
}
.box {
background-color: #FFF;
border: 1px solid #cccccc;
Expand Down Expand Up @@ -8398,9 +8395,15 @@ h4 small {
padding: 0 10px;
line-height: 31px;
}
.account-masthead .account ul li a span.username {
.account-masthead .account ul li a span.username,
.account-masthead .account ul li a span.text {
margin: 0 2px 0 4px;
}
.account-masthead .account ul li a span.text {
position: absolute;
top: -9999px;
left: -9999px;
}
.account-masthead .account ul li a:hover {
color: #d9e7eb;
background-color: #00232e;
Expand All @@ -8413,20 +8416,22 @@ h4 small {
vertical-align: 1px;
margin-left: 3px;
}
.account-masthead .account .notifications a span {
.account-masthead .account .notifications a span.badge {
font-size: 12px;
margin-left: 3px;
padding: 1px 6px;
background-color: #00232e;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
color: #bfd7de;
}
.account-masthead .account .notifications a:hover span {
color: #ffffff;
background-color: #000f14;
}
.account-masthead .account .notifications.notifications-important a span {
.account-masthead .account .notifications.notifications-important a span.badge {
color: #ffffff;
background-color: #c9403a;
}
Expand Down
14 changes: 11 additions & 3 deletions ckan/public/base/css/maroon.css
Expand Up @@ -8395,9 +8395,15 @@ h4 small {
padding: 0 10px;
line-height: 31px;
}
.account-masthead .account ul li a span.username {
.account-masthead .account ul li a span.username,
.account-masthead .account ul li a span.text {
margin: 0 2px 0 4px;
}
.account-masthead .account ul li a span.text {
position: absolute;
top: -9999px;
left: -9999px;
}
.account-masthead .account ul li a:hover {
color: #ecdada;
background-color: #380303;
Expand All @@ -8410,20 +8416,22 @@ h4 small {
vertical-align: 1px;
margin-left: 3px;
}
.account-masthead .account .notifications a span {
.account-masthead .account .notifications a span.badge {
font-size: 12px;
margin-left: 3px;
padding: 1px 6px;
background-color: #380303;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
color: #e0c1c1;
}
.account-masthead .account .notifications a:hover span {
color: #ffffff;
background-color: #200101;
}
.account-masthead .account .notifications.notifications-important a span {
.account-masthead .account .notifications.notifications-important a span.badge {
color: #ffffff;
background-color: #c9403a;
}
Expand Down
14 changes: 11 additions & 3 deletions ckan/public/base/css/red.css
Expand Up @@ -8395,9 +8395,15 @@ h4 small {
padding: 0 10px;
line-height: 31px;
}
.account-masthead .account ul li a span.username {
.account-masthead .account ul li a span.username,
.account-masthead .account ul li a span.text {
margin: 0 2px 0 4px;
}
.account-masthead .account ul li a span.text {
position: absolute;
top: -9999px;
left: -9999px;
}
.account-masthead .account ul li a:hover {
color: #f6e3e0;
background-color: #842f22;
Expand All @@ -8410,20 +8416,22 @@ h4 small {
vertical-align: 1px;
margin-left: 3px;
}
.account-masthead .account .notifications a span {
.account-masthead .account .notifications a span.badge {
font-size: 12px;
margin-left: 3px;
padding: 1px 6px;
background-color: #842f22;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-shadow: none;
color: #f0d1cc;
}
.account-masthead .account .notifications a:hover span {
color: #ffffff;
background-color: #70281c;
}
.account-masthead .account .notifications.notifications-important a span {
.account-masthead .account .notifications.notifications-important a span.badge {
color: #ffffff;
background-color: #c9403a;
}
Expand Down
144 changes: 142 additions & 2 deletions ckan/public/base/i18n/bg.js
Expand Up @@ -2,6 +2,146 @@
"": {
"domain": "ckan",
"lang": "bg",
"plural-forms": "nplurals=2; plural=(n != 1)"
}
"plural-forms": "nplurals=2; plural=(n != 1);"
},
"An Error Occurred": [
null,
"Възникна грешка"
],
"Are you sure you want to perform this action?": [
null,
"Сигурни ли сте, че искате да извършите това действие?"
],
"Cancel": [
null,
"Отказ"
],
"Confirm": [
null,
"Потвърждаване"
],
"Edit": [
null,
"Редакция"
],
"Failed to load data API information": [
null,
"Неуспешно зареждане на информация за API на данните"
],
"Follow": [
null,
"Следване"
],
"Hide": [
null,
"Скриване"
],
"Image": [
null,
"Изображение"
],
"Input is too short, must be at least one character": [
null,
"Въведената информация е твърде кратка, трябва да бъде поне един символ"
],
"Link": [
null,
"Връзка"
],
"Link to a URL on the internet (you can also link to an API)": [
null,
"Посочване на връзка към URL адрес в интернет (можете също така да посочите връзка към API)"
],
"Loading...": [
null,
"Зареждане...."
],
"No matches found": [
null,
"Няма намерени съвпадения"
],
"Please Confirm Action": [
null,
"Моля, потвърдете действието"
],
"Remove": [
null,
"Премахване"
],
"Reorder resources": [
null,
"Подреждане на ресурси"
],
"Resource uploaded": [
null,
"Ресурсът е качен"
],
"Save order": [
null,
"Запазване на подредбата"
],
"Saving...": [
null,
"Запазване..."
],
"Show more": [
null,
"Показване на още"
],
"Start typing…": [
null,
"Започнете да пишете..."
],
"There are unsaved modifications to this form": [
null,
"Има незапазени промени в този формуляр"
],
"There is no API data to load for this resource": [
null,
"Няма информация в API за този ресурс"
],
"URL": [
null,
"URL адрес"
],
"Unable to authenticate upload": [
null,
"Неуспешна проверката за автентичност на качения файл"
],
"Unable to get data for uploaded file": [
null,
"Неуспешно зареждане на информацията за качения файл"
],
"Unable to upload file": [
null,
"Неуспешно качване на файл"
],
"Unfollow": [
null,
"Прекратяване на следването"
],
"Upload": [
null,
"Качване"
],
"Upload a file": [
null,
"Качване на файл"
],
"Upload a file on your computer": [
null,
"Качване файл от Вашия компютър"
],
"You are uploading a file. Are you sure you want to navigate away and stop this upload?": [
null,
"В момента качвате файл. Сигурни ли сте, че искате да излезете от страницата и да прекъснете качването?"
],
"show less": [
null,
"показване на по-малко"
],
"show more": [
null,
"показване на повече"
]
}

0 comments on commit 52ccc10

Please sign in to comment.