([\\s\\S]*?)<\\/div>/g, '$1\\n');\n },\n location: function() {\n return window.location.hash;\n }\n };\n\n}).call(this);\n\n})();\n//@ sourceURL=travis/log");minispade.register('travis/model', "(function() {(function() {\n\n this.Travis.Model = DS.Model.extend({\n primaryKey: 'id',\n id: DS.attr('number'),\n refresh: function() {\n var id;\n id = this.get('id');\n if (id) {\n return Travis.app.store.adapter.find(Travis.app.store, this.constructor, id);\n }\n },\n update: function(attrs) {\n var _this = this;\n $.each(attrs, function(key, value) {\n if (key !== 'id') {\n return _this.set(key, value);\n }\n });\n return this;\n }\n });\n\n this.Travis.Model.reopenClass({\n find: function() {\n if (arguments.length === 0) {\n return Travis.app.store.findAll(this);\n } else {\n return this._super.apply(this, arguments);\n }\n },\n filter: function(callback) {\n return Travis.app.store.filter(this, callback);\n },\n load: function(attrs) {\n return Travis.app.store.load(this, attrs);\n },\n buildURL: function(suffix) {\n var base, url;\n base = this.url || this.pluralName();\n Ember.assert('Base URL (' + base + ') must not start with slash', !base || base.toString().charAt(0) !== '/');\n Ember.assert('URL suffix (' + suffix + ') must not start with slash', !suffix || suffix.toString().charAt(0) !== '/');\n url = [base];\n if (suffix !== void 0) {\n url.push(suffix);\n }\n return url.join('/');\n },\n singularName: function() {\n var name, parts;\n parts = this.toString().split('.');\n name = parts[parts.length - 1];\n return name.replace(/([A-Z])/g, '_$1').toLowerCase().slice(1);\n },\n pluralName: function() {\n return Travis.app.store.adapter.pluralize(this.singularName());\n }\n });\n\n}).call(this);\n\n})();\n//@ sourceURL=travis/model");minispade.register('travis/ticker', "(function() {(function() {\n\n this.Travis.Ticker = Ember.Object.extend({\n init: function() {\n if (this.get('interval') !== -1) {\n return this.schedule();\n }\n },\n tick: function() {\n var context, target, targets, _i, _len;\n context = this.get('context');\n targets = this.get('targets') || [this.get('target')];\n for (_i = 0, _len = targets.length; _i < _len; _i++) {\n target = targets[_i];\n if (context) {\n target = context.get(target);\n }\n if (target) {\n target.tick();\n }\n }\n return this.schedule();\n },\n schedule: function() {\n var _this = this;\n return Ember.run.later((function() {\n return _this.tick();\n }), this.get('interval') || Travis.app.TICK_INTERVAL);\n }\n });\n\n}).call(this);\n\n})();\n//@ sourceURL=travis/ticker");minispade.register('travis', "(function() {(function() {\nminispade.require('ext/jquery');\nminispade.require('ext/ember/namespace');\n\n this.Travis = Em.Namespace.create({\n config: {\n api_endpoint: $('meta[rel=\"travis.api_endpoint\"]').attr('href')\n },\n CONFIG_KEYS: ['rvm', 'gemfile', 'env', 'jdk', 'otp_release', 'php', 'node_js', 'perl', 'python', 'scala'],\n ROUTES: {\n 'profile': ['profile', 'hooks'],\n 'profile/:login': ['profile', 'hooks'],\n 'profile/:login/profile': ['profile', 'user'],\n 'stats': ['stats', 'show'],\n ':owner/:name/jobs/:id/:line': ['home', 'job'],\n ':owner/:name/jobs/:id': ['home', 'job'],\n ':owner/:name/builds/:id': ['home', 'build'],\n ':owner/:name/builds': ['home', 'builds'],\n ':owner/:name/pull_requests': ['home', 'pullRequests'],\n ':owner/:name/branches': ['home', 'branches'],\n ':owner/:name': ['home', 'current'],\n '': ['home', 'index'],\n '#': ['home', 'index']\n },\n QUEUES: [\n {\n name: 'common',\n display: 'Common'\n }, {\n name: 'php',\n display: 'PHP, Perl and Python'\n }, {\n name: 'node_js',\n display: 'Node.js'\n }, {\n name: 'jvmotp',\n display: 'JVM and Erlang'\n }, {\n name: 'rails',\n display: 'Rails'\n }, {\n name: 'spree',\n display: 'Spree'\n }\n ],\n INTERVALS: {\n sponsors: -1,\n times: -1,\n updateTimes: 1000\n },\n loadConfig: function(callback) {\n return Travis.get('/config', function(data) {\n $.extend(Travis.config, data.config);\n return callback();\n });\n },\n run: function(attrs) {\n console.log(\"Connecting to \" + Travis.config.api_endpoint);\n return this.app = Travis.App.create(attrs || {});\n }\n });\n\n}).call(this);\n\n})();\n//@ sourceURL=travis");minispade.register('config/i18n', "(function() {console.log('FOO')\nvar I18n = I18n || {};\nI18n.translations = {\"ca\":{\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"nl\":\"Nederlands\",\"pl\":\"Polski\",\"pt-BR\":\"português brasileiro\",\"ru\":\"Русский\"}},\"en\":{\"errors\":{\"messages\":{\"not_found\":\"not found\",\"already_confirmed\":\"was already confirmed\",\"not_locked\":\"was not locked\"}},\"devise\":{\"failure\":{\"unauthenticated\":\"You need to sign in or sign up before continuing.\",\"unconfirmed\":\"You have to confirm your account before continuing.\",\"locked\":\"Your account is locked.\",\"invalid\":\"Invalid email or password.\",\"invalid_token\":\"Invalid authentication token.\",\"timeout\":\"Your session expired, please sign in again to continue.\",\"inactive\":\"Your account was not activated yet.\"},\"sessions\":{\"signed_in\":\"Signed in successfully.\",\"signed_out\":\"Signed out successfully.\"},\"passwords\":{\"send_instructions\":\"You will receive an email with instructions about how to reset your password in a few minutes.\",\"updated\":\"Your password was changed successfully. You are now signed in.\"},\"confirmations\":{\"send_instructions\":\"You will receive an email with instructions about how to confirm your account in a few minutes.\",\"confirmed\":\"Your account was successfully confirmed. You are now signed in.\"},\"registrations\":{\"signed_up\":\"You have signed up successfully. If enabled, a confirmation was sent to your e-mail.\",\"updated\":\"You updated your account successfully.\",\"destroyed\":\"Bye! Your account was successfully cancelled. We hope to see you again soon.\"},\"unlocks\":{\"send_instructions\":\"You will receive an email with instructions about how to unlock your account in a few minutes.\",\"unlocked\":\"Your account was successfully unlocked. You are now signed in.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Confirmation instructions\"},\"reset_password_instructions\":{\"subject\":\"Reset password instructions\"},\"unlock_instructions\":{\"subject\":\"Unlock Instructions\"}}},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} hour\",\"other\":\"%{count} hours\"},\"minutes_exact\":{\"one\":\"%{count} minute\",\"other\":\"%{count} minutes\"},\"seconds_exact\":{\"one\":\"%{count} second\",\"other\":\"%{count} seconds\"}}},\"workers\":\"Workers\",\"queue\":\"Queue\",\"no_job\":\"There are no jobs\",\"repositories\":{\"branch\":\"Branch\",\"image_url\":\"Image URL\",\"markdown\":\"Markdown\",\"textile\":\"Textile\",\"rdoc\":\"RDOC\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Started\",\"duration\":\"Duration\",\"finished_at\":\"Finished\",\"tabs\":{\"current\":\"Current\",\"build_history\":\"Build History\",\"branches\":\"Branch Summary\",\"pull_requests\":\"Pull Requests\",\"build\":\"Build\",\"job\":\"Job\"}},\"build\":{\"job\":\"Job\",\"duration\":\"Duration\",\"finished_at\":\"Finished\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"This test suite was run on a worker box sponsored by\"},\"build_matrix\":\"Build Matrix\",\"allowed_failures\":\"Allowed Failures\",\"author\":\"Author\",\"config\":\"Config\",\"compare\":\"Compare\",\"committer\":\"Committer\",\"branch\":\"Branch\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Started\",\"duration\":\"Duration\",\"finished_at\":\"Finished\"},\"builds\":{\"name\":\"Build\",\"messages\":{\"sponsored_by\":\"This test suite was run on a worker box sponsored by\"},\"build_matrix\":\"Build Matrix\",\"allowed_failures\":\"Allowed Failures\",\"author\":\"Author\",\"config\":\"Config\",\"compare\":\"Compare\",\"committer\":\"Committer\",\"branch\":\"Branch\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Started\",\"duration\":\"Duration\",\"finished_at\":\"Finished\",\"show_more\":\"Show more\"},\"layouts\":{\"top\":{\"home\":\"Home\",\"blog\":\"Blog\",\"docs\":\"Docs\",\"stats\":\"Stats\",\"github_login\":\"Sign in with Github\",\"profile\":\"Profile\",\"sign_out\":\"Sign Out\",\"admin\":\"Admin\"},\"application\":{\"fork_me\":\"Fork me on Github\",\"recent\":\"Recent\",\"search\":\"Search\",\"sponsers\":\"Sponsors\",\"sponsors_link\":\"See all of our amazing sponsors →\",\"my_repositories\":\"My Repositories\"},\"about\":{\"alpha\":\"This stuff is alpha.\",\"messages\":{\"alpha\":\"Please do
not consider this a stable service. We're still far from that! More info
here.\"},\"join\":\"Join us and help!\",\"mailing_list\":\"Mailing List\",\"repository\":\"Repository\",\"twitter\":\"Twitter\"},\"mobile\":{\"author\":\"Author\",\"build\":\"Build\",\"build_matrix\":\"Build Matrix\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"compare\":\"Compare\",\"config\":\"Config\",\"duration\":\"Duration\",\"finished_at\":\"Finished at\",\"job\":\"Job\",\"log\":\"Log\"}},\"profiles\":{\"show\":{\"email\":\"Email\",\"github\":\"Github\",\"message\":{\"your_repos\":\" Flick the switches below to turn on the Travis service hook for your projects, then push to GitHub.
\\n To test against multiple rubies, see\",\"config\":\"how to configure custom build options\"},\"messages\":{\"notice\":\"To get started, please read our
Getting Started guide.\\n
It will only take a couple of minutes.\"},\"token\":\"Token\",\"your_repos\":\"Your Repositories\",\"update\":\"Update\",\"update_locale\":\"Update\",\"your_locale\":\"Your Locale\"}},\"statistics\":{\"index\":{\"count\":\"Count\",\"repo_growth\":\"Repository Growth\",\"total_projects\":\"Total Projects/Repositories\",\"build_count\":\"Build Count\",\"last_month\":\"last month\",\"total_builds\":\"Total Builds\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"es\":{\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} hora\",\"other\":\"%{count} horas\"},\"minutes_exact\":{\"one\":\"%{count} minuto\",\"other\":\"%{count} minutos\"},\"seconds_exact\":{\"one\":\"%{count} segundo\",\"other\":\"%{count} segundos\"}}},\"workers\":\"Procesos\",\"queue\":\"Cola\",\"no_job\":\"No hay trabajos\",\"repositories\":{\"branch\":\"Rama\",\"image_url\":\"Imagen URL\",\"markdown\":\"Markdown\",\"textile\":\"Textile\",\"rdoc\":\"RDOC\",\"commit\":\"Commit\",\"message\":\"Mensaje\",\"started_at\":\"Iniciado\",\"duration\":\"Duración\",\"finished_at\":\"Finalizado\",\"tabs\":{\"current\":\"Actual\",\"build_history\":\"Histórico\",\"branches\":\"Ramas\",\"build\":\"Builds\",\"job\":\"Trabajo\"}},\"build\":{\"job\":\"Trabajo\",\"duration\":\"Duración\",\"finished_at\":\"Finalizado\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"Esta serie de tests han sido ejecutados en una caja de Proceso patrocinada por\"},\"build_matrix\":\"Matriz de Builds\",\"allowed_failures\":\"Fallos Permitidos\",\"author\":\"Autor\",\"config\":\"Configuración\",\"compare\":\"Comparar\",\"committer\":\"Committer\",\"branch\":\"Rama\",\"commit\":\"Commit\",\"message\":\"Mensaje\",\"started_at\":\"Iniciado\",\"duration\":\"Duración\",\"finished_at\":\"Finalizado\",\"sponsored_by\":\"Patrocinado por\"},\"builds\":{\"name\":\"Build\",\"messages\":{\"sponsored_by\":\"Esta serie de tests han sido ejecutados en una caja de Proceso patrocinada por\"},\"build_matrix\":\"Matriz de Builds\",\"allowed_failures\":\"Fallos Permitidos\",\"author\":\"Autor\",\"config\":\"Configuración\",\"compare\":\"Comparar\",\"committer\":\"Committer\",\"branch\":\"Rama\",\"commit\":\"Commit\",\"message\":\"Mensaje\",\"started_at\":\"Iniciado\",\"duration\":\"Duración\",\"finished_at\":\"Finalizado\"},\"layouts\":{\"top\":{\"home\":\"Inicio\",\"blog\":\"Blog\",\"docs\":\"Documentación\",\"stats\":\"Estadísticas\",\"github_login\":\"Iniciar sesión con Github\",\"profile\":\"Perfil\",\"sign_out\":\"Desconectar\",\"admin\":\"Admin\"},\"application\":{\"fork_me\":\"Hazme un Fork en Github\",\"recent\":\"Reciente\",\"search\":\"Buscar\",\"sponsers\":\"Patrocinadores\",\"sponsors_link\":\"Ver todos nuestros patrocinadores →\",\"my_repositories\":\"Mis Repositorios\"},\"about\":{\"alpha\":\"Esto es alpha.\",\"messages\":{\"alpha\":\"Por favor
no considereis esto un servicio estable. Estamos estamos aún lejos de ello! Más información
aquí.\"},\"join\":\"Únetenos y ayudanos!\",\"mailing_list\":\"Lista de Correos\",\"repository\":\"Repositorio\",\"twitter\":\"Twitter\"}},\"profiles\":{\"show\":{\"email\":\"Correo electrónico\",\"github\":\"Github\",\"message\":{\"your_repos\":\" Activa los interruptores para inicial el Travis service hook para tus proyectos, y haz un Push en GitHub.
\\n Para probar varias versiones de ruby, mira\",\"config\":\"como configurar tus propias opciones para el Build\"},\"messages\":{\"notice\":\"Para comenzar, por favor lee nuestra
Guía de Inicio .\\n
Solo tomará unos pocos minutos.\"},\"token\":\"Token\",\"your_repos\":\"Tus repositorios\",\"update\":\"Actualizar\",\"update_locale\":\"Actualizar\",\"your_locale\":\"Tu Idioma\"}},\"statistics\":{\"index\":{\"count\":\"Número\",\"repo_growth\":\"Crecimiento de Repositorios\",\"total_projects\":\"Total de Proyectos/Repositorios\",\"build_count\":\"Número de Builds\",\"last_month\":\"mes anterior\",\"total_builds\":\"Total de Builds\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"fr\":{\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} heure\",\"other\":\"%{count} heures\"},\"minutes_exact\":{\"one\":\"%{count} minute\",\"other\":\"%{count} minutes\"},\"seconds_exact\":{\"one\":\"%{count} seconde\",\"other\":\"%{count} secondes\"}}},\"workers\":\"Processus\",\"queue\":\"File\",\"no_job\":\"Pas de tâches\",\"repositories\":{\"branch\":\"Branche\",\"image_url\":\"Image\",\"markdown\":\"Markdown\",\"textile\":\"Textile\",\"rdoc\":\"RDOC\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Commencé\",\"duration\":\"Durée\",\"finished_at\":\"Terminé\",\"tabs\":{\"current\":\"Actuel\",\"build_history\":\"Historique des tâches\",\"branches\":\"Résumé des branches\",\"build\":\"Construction\",\"job\":\"Tâche\"}},\"build\":{\"job\":\"Tâche\",\"duration\":\"Durée\",\"finished_at\":\"Terminé\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"Cette série de tests a été exécutée sur une machine sponsorisée par\"},\"build_matrix\":\"Matrice des versions\",\"allowed_failures\":\"Échecs autorisés\",\"author\":\"Auteur\",\"config\":\"Config\",\"compare\":\"Comparer\",\"committer\":\"Committeur\",\"branch\":\"Branche\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Commencé\",\"duration\":\"Durée\",\"finished_at\":\"Terminé\",\"sponsored_by\":\"Cette série de tests a été exécutée sur une machine sponsorisée par\"},\"builds\":{\"name\":\"Version\",\"messages\":{\"sponsored_by\":\"Cette série de tests a été exécutée sur une machine sponsorisée par\"},\"build_matrix\":\"Matrice des versions\",\"allowed_failures\":\"Échecs autorisés\",\"author\":\"Auteur\",\"config\":\"Config\",\"compare\":\"Comparer\",\"committer\":\"Committeur\",\"branch\":\"Branche\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Commencé\",\"duration\":\"Durée\",\"finished_at\":\"Terminé\"},\"layouts\":{\"top\":{\"home\":\"Accueil\",\"blog\":\"Blog\",\"docs\":\"Documentation\",\"stats\":\"Statistiques\",\"github_login\":\"Connection Github\",\"profile\":\"Profil\",\"sign_out\":\"Déconnection\",\"admin\":\"Admin\"},\"application\":{\"fork_me\":\"Faites un Fork sur Github\",\"recent\":\"Récent\",\"search\":\"Chercher\",\"sponsers\":\"Sponsors\",\"sponsors_link\":\"Voir tous nos extraordinaire sponsors →\",\"my_repositories\":\"Mes dépôts\"},\"about\":{\"alpha\":\"Ceci est en alpha.\",\"messages\":{\"alpha\":\"S'il vous plaît ne considérez
pas ce service comme étant stable. Nous sommes loin de ça! Plus d'infos
ici.\"},\"join\":\"Joignez-vous à nous et aidez-nous!\",\"mailing_list\":\"Liste de distribution\",\"repository\":\"Dépôt\",\"twitter\":\"Twitter\"},\"mobile\":{\"author\":\"Auteur\",\"build\":\"Version\",\"build_matrix\":\"Matrice des versions\",\"commit\":\"Commit\",\"committer\":\"Committeur\",\"compare\":\"Comparer\",\"config\":\"Config\",\"duration\":\"Durée\",\"finished_at\":\"Terminé à\",\"job\":\"Tâche\",\"log\":\"Journal\"}},\"profiles\":{\"show\":{\"github\":\"Github\",\"message\":{\"your_repos\":\"Utilisez les boutons ci-dessous pour activer Travis sur vos projets puis déployez sur GitHub.
\\nPour tester sur plus de versions de ruby, voir\",\"config\":\"comment configurer des options de version personnalisées\"},\"messages\":{\"notice\":\"Pour commencer, veuillez lire notre
guide de démarrage.\\n
Cela ne vous prendra que quelques minutes.\"},\"token\":\"Jeton\",\"your_repos\":\"Vos dépôts\",\"email\":\"Courriel\",\"update\":\"Modifier\",\"update_locale\":\"Modifier\",\"your_locale\":\"Votre langue\"}},\"statistics\":{\"index\":{\"count\":\"Décompte\",\"repo_growth\":\"Croissance de dépôt\",\"total_projects\":\"Total des projets/dépôts\",\"build_count\":\"Décompte des versions\",\"last_month\":\"mois dernier\",\"total_builds\":\"Total des versions\"}},\"admin\":{\"actions\":{\"create\":\"créer\",\"created\":\"créé\",\"delete\":\"supprimer\",\"deleted\":\"supprimé\",\"update\":\"mise à jour\",\"updated\":\"mis à jour\"},\"credentials\":{\"log_out\":\"Déconnection\"},\"delete\":{\"confirmation\":\"Oui, je suis sure\",\"flash_confirmation\":\"%{name} a été détruit avec succès\"},\"flash\":{\"error\":\"%{name} n'a pas pu être %{action}\",\"noaction\":\"Aucune action n'a été entreprise\",\"successful\":\"%{name} a réussi à %{action}\"},\"history\":{\"name\":\"Historique\",\"no_activity\":\"Aucune activité\",\"page_name\":\"Historique pour %{name}\"},\"list\":{\"add_new\":\"Ajouter un nouveau\",\"delete_action\":\"Supprimer\",\"delete_selected\":\"Supprimer la sélection\",\"edit_action\":\"Modifier\",\"search\":\"Rechercher\",\"select\":\"Sélectionner le %{name} à modifier\",\"select_action\":\"Sélectionner\",\"show_all\":\"Montrer tout\"},\"new\":{\"basic_info\":\"Information de base\",\"cancel\":\"Annuler\",\"chosen\":\"%{name} choisi\",\"chose_all\":\"Choisir tout\",\"clear_all\":\"Déselectionner tout\",\"many_chars\":\"caractères ou moins\",\"one_char\":\"caractère.\",\"optional\":\"Optionnel\",\"required\":\"Requis\",\"save\":\"Sauvegarder\",\"save_and_add_another\":\"Sauvegarder et en ajouter un autre\",\"save_and_edit\":\"Sauvegarder et modifier\",\"select_choice\":\"Faites vos choix et cliquez\"},\"dashboard\":{\"add_new\":\"Ajouter un nouveau\",\"last_used\":\"Dernière utilisation\",\"model_name\":\"Nom du modèle\",\"modify\":\"Modification\",\"name\":\"Tableau de bord\",\"pagename\":\"Administration du site\",\"records\":\"Enregistrements\",\"show\":\"Voir\",\"ago\":\"plus tôt\"}},\"home\":{\"name\":\"accueil\"},\"repository\":{\"duration\":\"Durée\"},\"devise\":{\"confirmations\":{\"confirmed\":\"Votre compte a été crée avec succès. Vous être maintenant connecté.\",\"send_instructions\":\"Vous allez recevoir un courriel avec les instructions de confirmation de votre compte dans quelques minutes.\"},\"failure\":{\"inactive\":\"Votre compte n'a pas encore été activé.\",\"invalid\":\"Adresse courriel ou mot de passe invalide.\",\"invalid_token\":\"Jeton d'authentification invalide.\",\"locked\":\"Votre compte est bloqué.\",\"timeout\":\"Votre session est expirée, veuillez vous reconnecter pour continuer.\",\"unauthenticated\":\"Vous devez vous connecter ou vous enregistrer afin de continuer\",\"unconfirmed\":\"Vous devez confirmer votre compte avant de continuer.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Instructions de confirmations\"},\"reset_password_instructions\":{\"subject\":\"Instruction de remise à zéro du mot de passe\"},\"unlock_instructions\":{\"subject\":\"Instruction de débloquage\"}},\"passwords\":{\"send_instructions\":\"Vous recevrez un courriel avec les instructions de remise à zéro du mot de passe dans quelques minutes.\",\"updated\":\"Votre mot de passe a été changé avec succès. Vous êtes maintenant connecté.\"},\"registrations\":{\"destroyed\":\"Au revoir! Votre compte a été annulé avec succès. Nous espérons vous revoir bientôt.\",\"signed_up\":\"Vous êtes enregistré avec succès. Si activé, une confirmation vous a été envoyé par courriel.\",\"updated\":\"Votre compte a été mis a jour avec succès\"},\"sessions\":{\"signed_in\":\"Connecté avec succès\",\"signed_out\":\"Déconnecté avec succès\"},\"unlocks\":{\"send_instructions\":\"Vous recevrez un courriel contenant les instructions pour débloquer votre compte dans quelques minutes.\",\"unlocked\":\"Votre compte a été débloqué avec succès.\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"étais déja confirmé\",\"not_found\":\"n'a pas été trouvé\",\"not_locked\":\"n'étais pas bloqué\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"ja\":\"日本語\",\"ru\":\"Русский\",\"fr\":\"Français\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"ja\":{\"workers\":\"ワーカー\",\"queue\":\"キュー\",\"no_job\":\"ジョブはありません\",\"repositories\":{\"branch\":\"ブランチ\",\"image_url\":\"画像URL\",\"markdown\":\".md\",\"textile\":\".textile\",\"rdoc\":\".rdoc\",\"commit\":\"コミット\",\"message\":\"メッセージ\",\"started_at\":\"開始時刻\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\",\"tabs\":{\"current\":\"最新\",\"build_history\":\"ビルド履歴\",\"branches\":\"ブランチまとめ\",\"build\":\"ビルド\",\"job\":\"ジョブ\"}},\"build\":{\"job\":\"ジョブ\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"このテストは以下のスポンサーの協力で行いました。\"},\"build_matrix\":\"ビルドマトリクス\",\"allowed_failures\":\"失敗許容範囲内\",\"author\":\"制作者\",\"config\":\"設定\",\"compare\":\"比較\",\"committer\":\"コミット者\",\"branch\":\"ブランチ\",\"commit\":\"コミット\",\"message\":\"メッセージ\",\"started_at\":\"開始時刻\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\"},\"builds\":{\"name\":\"ビルド\",\"messages\":{\"sponsored_by\":\"このテストは以下のスポンサーの協力で行いました。\"},\"build_matrix\":\"失敗許容範囲外\",\"allowed_failures\":\"失敗許容範囲内\",\"author\":\"制作者\",\"config\":\"設定\",\"compare\":\"比較\",\"committer\":\"コミット者\",\"branch\":\"ブランチ\",\"commit\":\"コミット\",\"message\":\"メッセージ\",\"started_at\":\"開始時刻\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\"},\"layouts\":{\"about\":{\"alpha\":\"まだアルファですよ!\",\"join\":\"参加してみよう!\",\"mailing_list\":\"メールリスト\",\"messages\":{\"alpha\":\"Travis-ciは安定したサービスまで後一歩!詳しくは
こちら\"},\"repository\":\"リポジトリ\",\"twitter\":\"ツイッター\"},\"application\":{\"fork_me\":\"Githubでフォークしよう\",\"my_repositories\":\"マイリポジトリ\",\"recent\":\"最近\",\"search\":\"検索\",\"sponsers\":\"スポンサー\",\"sponsors_link\":\"スポンサーをもっと見る →\"},\"top\":{\"blog\":\"ブログ\",\"docs\":\"Travisとは?\",\"github_login\":\"Githubでログイン\",\"home\":\"ホーム\",\"profile\":\"プロフィール\",\"sign_out\":\"ログアウト\",\"stats\":\"統計\",\"admin\":\"管理\"},\"mobile\":{\"author\":\"制作者\",\"build\":\"ビルド\",\"build_matrix\":\"ビルドマトリクス\",\"commit\":\"コミット\",\"committer\":\"コミット者\",\"compare\":\"比較\",\"config\":\"設定\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\",\"job\":\"ジョブ\",\"log\":\"ログ\"}},\"profiles\":{\"show\":{\"github\":\"Github\",\"email\":\"メール\",\"message\":{\"config\":\"詳細設定\",\"your_repos\":\"以下のスイッチを設定し、Travis-ciを有効にします。Githubへプッシュしたらビルドは自動的に開始します。複数バーションや細かい設定はこちらへ:\"},\"messages\":{\"notice\":\"まずは
Travisのはじめ方を参照してください。\"},\"token\":\"トークン\",\"your_repos\":\"リポジトリ\",\"update\":\"更新\",\"update_locale\":\"更新\",\"your_locale\":\"言語設定\"}},\"statistics\":{\"index\":{\"build_count\":\"ビルド数\",\"count\":\"数\",\"last_month\":\"先月\",\"repo_growth\":\"リポジトリ\",\"total_builds\":\"合計ビルド数\",\"total_projects\":\"合計リポジトリ\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"nb\":{\"admin\":{\"actions\":{\"create\":\"opprett\",\"created\":\"opprettet\",\"delete\":\"slett\",\"deleted\":\"slettet\",\"update\":\"oppdater\",\"updated\":\"oppdatert\"},\"credentials\":{\"log_out\":\"Logg ut\"},\"dashboard\":{\"add_new\":\"Legg til ny\",\"ago\":\"siden\",\"last_used\":\"Sist brukt\",\"model_name\":\"Modell\",\"modify\":\"Rediger\",\"name\":\"Dashbord\",\"pagename\":\"Nettstedsadministrasjon\",\"records\":\"Oppføringer\",\"show\":\"Vis\"},\"delete\":{\"confirmation\":\"Ja, jeg er sikker\",\"flash_confirmation\":\"%{name} ble slettet\"},\"flash\":{\"error\":\"%{name} kunne ikke bli %{action}\",\"noaction\":\"Ingen handlinger ble utført\",\"successful\":\"%{name} ble %{action}\"},\"history\":{\"name\":\"Logg\",\"no_activity\":\"Ingen aktivitet\",\"page_name\":\"Logg for %{name}\"},\"list\":{\"add_new\":\"Legg til ny\",\"delete_action\":\"Slett\",\"delete_selected\":\"Slett valgte\",\"edit_action\":\"Rediger\",\"search\":\"Søk\",\"select\":\"Velg %{name} for å redigere\",\"select_action\":\"Velg\",\"show_all\":\"Vis alle \"},\"new\":{\"basic_info\":\"Basisinformasjon\",\"cancel\":\"Avbryt\",\"chosen\":\"Valgt %{name}\",\"chose_all\":\"Velg alle\",\"clear_all\":\"Fjern alle\",\"many_chars\":\"eller færre tegn.\",\"one_char\":\"tegn.\",\"optional\":\"Valgfri\",\"required\":\"Påkrevd\",\"save\":\"Lagre\",\"save_and_add_another\":\"Lagre og legg til ny\",\"save_and_edit\":\"Lagre og rediger\",\"select_choice\":\"Kryss av for dine valg og klikk\"}},\"build\":{\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"job\":\"Jobb\"},\"builds\":{\"allowed_failures\":\"Tillatte feil\",\"author\":\"Forfatter\",\"branch\":\"Gren\",\"build_matrix\":\"Jobbmatrise\",\"commit\":\"Innsending\",\"committer\":\"Innsender\",\"compare\":\"Sammenlign\",\"config\":\"Oppsett\",\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"message\":\"Beskrivelse\",\"messages\":{\"sponsored_by\":\"Denne testen ble kjørt på en maskin sponset av\"},\"name\":\"Jobb\",\"started_at\":\"Startet\"},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} time\",\"other\":\"%{count} timer\"},\"minutes_exact\":{\"one\":\"%{count} minutt\",\"other\":\"%{count} minutter\"},\"seconds_exact\":{\"one\":\"%{count} sekund\",\"other\":\"%{count} sekunder\"}}},\"devise\":{\"confirmations\":{\"confirmed\":\"Din konto er aktivert og du er nå innlogget.\",\"send_instructions\":\"Om noen få minutter så vil du få en e-post med informasjon om hvordan du bekrefter kontoen din.\"},\"failure\":{\"inactive\":\"Kontoen din har ikke blitt aktivert enda.\",\"invalid\":\"Ugyldig e-post eller passord.\",\"invalid_token\":\"Ugyldig autentiseringskode.\",\"locked\":\"Kontoen din er låst.\",\"timeout\":\"Du ble logget ut siden på grunn av mangel på aktivitet, vennligst logg inn på nytt.\",\"unauthenticated\":\"Du må logge inn eller registrere deg for å fortsette.\",\"unconfirmed\":\"Du må bekrefte kontoen din før du kan fortsette.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Bekreftelsesinformasjon\"},\"reset_password_instructions\":{\"subject\":\"Instruksjoner for å få nytt passord\"},\"unlock_instructions\":{\"subject\":\"Opplåsningsinstruksjoner\"}},\"passwords\":{\"send_instructions\":\"Om noen få minutter så vil du få en epost med informasjon om hvordan du kan få et nytt passord.\",\"updated\":\"Passordet ditt ble endret, og du er logget inn.\"},\"registrations\":{\"destroyed\":\"Adjø! Kontoen din ble kansellert. Vi håper vi ser deg igjen snart.\",\"signed_up\":\"Du er nå registrert.\",\"updated\":\"Kontoen din ble oppdatert.\"},\"sessions\":{\"signed_in\":\"Du er nå logget inn.\",\"signed_out\":\"Du er nå logget ut.\"},\"unlocks\":{\"send_instructions\":\"Om noen få minutter så kommer du til å få en e-post med informasjon om hvordan du kan låse opp kontoen din.\",\"unlocked\":\"Kontoen din ble låst opp, og du er nå logget inn igjen.\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"har allerede blitt bekreftet\",\"not_found\":\"ikke funnnet\",\"not_locked\":\"var ikke låst\"}},\"home\":{\"name\":\"hjem\"},\"jobs\":{\"allowed_failures\":\"Tillatte feil\",\"author\":\"Forfatter\",\"branch\":\"Gren\",\"build_matrix\":\"Jobbmatrise\",\"commit\":\"Innsending\",\"committer\":\"Innsender\",\"compare\":\"Sammenlign\",\"config\":\"Oppsett\",\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"message\":\"Beskrivelse\",\"messages\":{\"sponsored_by\":\"Denne testserien ble kjørt på en maskin sponset av\"},\"started_at\":\"Startet\"},\"layouts\":{\"about\":{\"alpha\":\"Dette er alfa-greier.\",\"join\":\"Bli med og hjelp oss!\",\"mailing_list\":\"E-postliste\",\"messages\":{\"alpha\":\"Dette er
ikke en stabil tjeneste. Vi har fremdeles et stykke igjen! Mer informasjon finner du
her.\"},\"repository\":\"Kodelager\",\"twitter\":\"Twitter.\"},\"application\":{\"fork_me\":\"Se koden på Github\",\"my_repositories\":\"Mine kodelagre\",\"recent\":\"Nylig\",\"search\":\"Søk\",\"sponsers\":\"Sponsorer\",\"sponsors_link\":\"Se alle de flotte sponsorene våre →\"},\"mobile\":{\"author\":\"Forfatter\",\"build\":\"Jobb\",\"build_matrix\":\"Jobbmatrise\",\"commit\":\"Innsending\",\"committer\":\"Innsender\",\"compare\":\"Sammenlign\",\"config\":\"Oppsett\",\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"job\":\"Jobb\",\"log\":\"Logg\"},\"top\":{\"admin\":\"Administrator\",\"blog\":\"Blogg\",\"docs\":\"Dokumentasjon\",\"github_login\":\"Logg inn med Github\",\"home\":\"Hjem\",\"profile\":\"Profil\",\"sign_out\":\"Logg ut\",\"stats\":\"Statistikk\"}},\"no_job\":\"Ingen jobber finnnes\",\"profiles\":{\"show\":{\"email\":\"E-post\",\"github\":\"Github\",\"message\":{\"config\":\"hvordan sette opp egne jobbinnstillinger\",\"your_repos\":\"Slå\\u0010 på Travis for prosjektene dine ved å dra i bryterne under, og send koden til Github.
\\nFor å teste mot flere ruby-versjoner, se dokumentasjonen for\"},\"messages\":{\"notice\":\"For å komme i gang, vennligst les
kom-i-gang-veivisereren vår.
Det tar bare et par minutter.\"},\"token\":\"Kode\",\"update\":\"Oppdater\",\"update_locale\":\"Oppdater\",\"your_locale\":\"Ditt språk\",\"your_repos\":\"Dine kodelagre\"}},\"queue\":\"Kø\",\"repositories\":{\"branch\":\"Gren\",\"commit\":\"Innsender\",\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"image_url\":\"Bilde-URL\",\"markdown\":\"Markdown\",\"message\":\"Beskrivelse\",\"rdoc\":\"RDOC\",\"started_at\":\"Startet\",\"tabs\":{\"branches\":\"Grensammendrag\",\"build\":\"Jobb\",\"build_history\":\"Jobblogg\",\"current\":\"Siste\",\"job\":\"Jobb\"},\"textile\":\"Textile\"},\"repository\":{\"duration\":\"Varighet\"},\"statistics\":{\"index\":{\"build_count\":\"Antall jobber\",\"count\":\"Antall\",\"last_month\":\"siste måned\",\"repo_growth\":\"Vekst i kodelager\",\"total_builds\":\"Totale jobber\",\"total_projects\":\"Antall prosjekter/kodelagre\"}},\"workers\":\"Arbeidere\",\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"ja\":\"日本語\",\"ru\":\"Русский\",\"fr\":\"Français\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"nl\":{\"admin\":{\"actions\":{\"create\":\"aanmaken\",\"created\":\"aangemaakt\",\"delete\":\"verwijderen\",\"deleted\":\"verwijderd\",\"update\":\"bijwerken\",\"updated\":\"bijgewerkt\"},\"credentials\":{\"log_out\":\"Afmelden\"},\"dashboard\":{\"add_new\":\"Nieuwe toevoegen\",\"ago\":\"geleden\",\"last_used\":\"Laatst gebruikt\",\"model_name\":\"Model naam\",\"modify\":\"Wijzigen\",\"pagename\":\"Site administratie\",\"show\":\"Laten zien\",\"records\":\"Gegevens\"},\"delete\":{\"confirmation\":\"Ja, ik ben zeker\",\"flash_confirmation\":\"%{name} is vernietigd\"},\"flash\":{\"error\":\"%{name} kon niet worden %{action}\",\"noaction\":\"Er zijn geen acties genomen\",\"successful\":\"%{name} is %{action}\"},\"history\":{\"name\":\"Geschiedenis\",\"no_activity\":\"Geen activiteit\",\"page_name\":\"Geschiedenis van %{name}\"},\"list\":{\"add_new\":\"Nieuwe toevoegen\",\"delete_action\":\"Verwijderen\",\"delete_selected\":\"Verwijder geselecteerden\",\"edit_action\":\"Bewerken\",\"search\":\"Zoeken\",\"select\":\"Selecteer %{name} om te bewerken\",\"select_action\":\"Selecteer\",\"show_all\":\"Laat allen zien\"},\"new\":{\"basic_info\":\"Basisinfo\",\"cancel\":\"Annuleren\",\"chosen\":\"%{name} gekozen\",\"chose_all\":\"Kies allen\",\"clear_all\":\"Deselecteer allen\",\"many_chars\":\"tekens of minder.\",\"one_char\":\"teken.\",\"optional\":\"Optioneel\",\"required\":\"Vereist\",\"save\":\"Opslaan\",\"save_and_add_another\":\"Opslaan en een nieuwe toevoegen\",\"save_and_edit\":\"Opslaan en bewerken\",\"select_choice\":\"Selecteer uw keuzes en klik\"}},\"build\":{\"duration\":\"Duur\",\"finished_at\":\"Voltooid\",\"job\":\"Taak\"},\"builds\":{\"allowed_failures\":\"Toegestane mislukkingen\",\"author\":\"Auteur\",\"branch\":\"Tak\",\"build_matrix\":\"Bouw Matrix\",\"compare\":\"Vergelijk\",\"config\":\"Configuratie\",\"duration\":\"Duur\",\"finished_at\":\"Voltooid\",\"message\":\"Bericht\",\"messages\":{\"sponsored_by\":\"Deze tests zijn gedraaid op een machine gesponsord door\"},\"name\":\"Bouw\",\"started_at\":\"Gestart\",\"commit\":\"Commit\",\"committer\":\"Committer\"},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} uur\",\"other\":\"%{count} uren\"},\"minutes_exact\":{\"one\":\"%{count} minuut\",\"other\":\"%{count} minuten\"},\"seconds_exact\":{\"one\":\"%{count} seconde\",\"other\":\"%{count} seconden\"}}},\"devise\":{\"confirmations\":{\"confirmed\":\"Uw account is bevestigd. U wordt nu ingelogd.\",\"send_instructions\":\"Binnen enkele minuten zal u een email ontvangen met instructies om uw account te bevestigen.\"},\"failure\":{\"inactive\":\"Uw account is nog niet geactiveerd.\",\"invalid\":\"Ongeldig email adres of wachtwoord.\",\"invalid_token\":\"Ongeldig authenticatie token.\",\"locked\":\"Uw account is vergrendeld.\",\"timeout\":\"Uw sessie is verlopen, gelieve opnieuw in te loggen om verder te gaan.\",\"unauthenticated\":\"U moet inloggen of u registeren voordat u verder gaat.\",\"unconfirmed\":\"U moet uw account bevestigen voordat u verder gaat.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Bevestigings-instructies\"},\"reset_password_instructions\":{\"subject\":\"Wachtwoord herstel instructies\"},\"unlock_instructions\":{\"subject\":\"Ontgrendel-instructies\"}},\"passwords\":{\"send_instructions\":\"Binnen enkele minuten zal u een email krijgen met instructies om uw wachtwoord opnieuw in te stellen.\",\"updated\":\"Uw wachtwoord is veranderd. U wordt nu ingelogd.\"},\"registrations\":{\"destroyed\":\"Dag! Uw account is geannuleerd. We hopen u vlug terug te zien.\",\"signed_up\":\"Uw registratie is voltooid. Als het ingeschakeld is wordt een bevestiging naar uw email adres verzonden.\",\"updated\":\"Het bijwerken van uw account is gelukt.\"},\"sessions\":{\"signed_in\":\"Inloggen gelukt.\",\"signed_out\":\"Uitloggen gelukt.\"},\"unlocks\":{\"send_instructions\":\"Binnen enkele minuten zal u een email krijgen met instructies om uw account te ontgrendelen.\",\"unlocked\":\"Uw account is ontgrendeld. U wordt nu ingelogd.\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"was al bevestigd\",\"not_found\":\"niet gevonden\",\"not_locked\":\"was niet vergrendeld\"}},\"jobs\":{\"allowed_failures\":\"Toegestane mislukkingen\",\"author\":\"Auteur\",\"branch\":\"Tak\",\"build_matrix\":\"Bouw matrix\",\"compare\":\"Vergelijk\",\"config\":\"Configuratie\",\"duration\":\"Duur\",\"finished_at\":\"Voltooid\",\"message\":\"Bericht\",\"messages\":{\"sponsored_by\":\"Deze testen zijn uitgevoerd op een machine gesponsord door\"},\"started_at\":\"Gestart\",\"commit\":\"Commit\",\"committer\":\"Committer\"},\"layouts\":{\"about\":{\"alpha\":\"Dit is in alfa-stadium.\",\"join\":\"Doe met ons mee en help!\",\"mailing_list\":\"Mailing lijst\",\"messages\":{\"alpha\":\"Gelieve deze service
niet te beschouwen als stabiel. Daar zijn we nog lang niet! Meer info
hier.\"},\"repository\":\"Repository\",\"twitter\":\"Twitter\"},\"application\":{\"fork_me\":\"Maak een fork op Github\",\"my_repositories\":\"Mijn repositories\",\"recent\":\"Recent\",\"search\":\"Zoeken\",\"sponsers\":\"Sponsors\",\"sponsors_link\":\"Bekijk al onze geweldige sponsors →\"},\"mobile\":{\"author\":\"Auteur\",\"build\":\"Bouw\",\"build_matrix\":\"Bouw matrix\",\"compare\":\"Vergelijk\",\"config\":\"Configuratie\",\"duration\":\"Duur\",\"finished_at\":\"Voltooid op\",\"job\":\"Taak\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"log\":\"Logboek\"},\"top\":{\"admin\":\"Administratie\",\"blog\":\"Blog\",\"docs\":\"Documentatie\",\"github_login\":\"Inloggen met Github\",\"home\":\"Home\",\"profile\":\"Profiel\",\"sign_out\":\"Uitloggen\",\"stats\":\"Statistieken\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"nl\":\"Nederlands\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"pt-BR\":\"português brasileiro\"},\"no_job\":\"Er zijn geen taken\",\"profiles\":{\"show\":{\"email\":\"Email adres\",\"github\":\"Github\",\"message\":{\"config\":\"hoe eigen bouw-opties in te stellen\",\"your_repos\":\"Zet de schakelaars hieronder aan om de Travis hook voor uw projecten te activeren en push daarna naar Github
\\nOm te testen tegen meerdere rubies, zie\"},\"messages\":{\"notice\":\"Om te beginnen kunt u onze
startersgids lezen.\\\\n
Het zal maar enkele minuten van uw tijd vergen.\"},\"update\":\"Bijwerken\",\"update_locale\":\"Bijwerken\",\"your_locale\":\"Uw taal\",\"your_repos\":\"Uw repositories\",\"token\":\"Token\"}},\"queue\":\"Wachtrij\",\"repositories\":{\"branch\":\"Tak\",\"duration\":\"Duur\",\"finished_at\":\"Voltooid\",\"image_url\":\"Afbeeldings URL\",\"message\":\"Bericht\",\"started_at\":\"Gestart\",\"tabs\":{\"branches\":\"Tak samenvatting\",\"build\":\"Bouw\",\"build_history\":\"Bouw geschiedenis\",\"current\":\"Huidig\",\"job\":\"Taak\"},\"commit\":\"Commit\",\"markdown\":\"Markdown\",\"rdoc\":\"RDOC\",\"textile\":\"Textile\"},\"repository\":{\"duration\":\"Duur\"},\"statistics\":{\"index\":{\"build_count\":\"Bouw aantal\",\"count\":\"Aantal\",\"last_month\":\"voorbije maand\",\"repo_growth\":\"Repository groei\",\"total_builds\":\"Bouw totaal\",\"total_projects\":\"Projecten/Repository totaal\"}},\"workers\":\"Machines\",\"home\":{\"name\":\"Hoofdpagina\"}},\"pl\":{\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} godzina\",\"other\":\"%{count} godziny\"},\"minutes_exact\":{\"one\":\"%{count} minuta\",\"other\":\"%{count} minuty\"},\"seconds_exact\":{\"one\":\"%{count} sekunda\",\"other\":\"%{count} sekundy\"}}},\"workers\":\"Workers\",\"queue\":\"Kolejka\",\"no_job\":\"Brak zadań\",\"repositories\":{\"branch\":\"Gałąź\",\"image_url\":\"URL obrazka\",\"markdown\":\"Markdown\",\"textile\":\"Textile\",\"rdoc\":\"RDOC\",\"commit\":\"Commit\",\"message\":\"Opis\",\"started_at\":\"Rozpoczęto\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\",\"tabs\":{\"current\":\"Aktualny\",\"build_history\":\"Historia Buildów\",\"branches\":\"Wszystkie Gałęzie\",\"build\":\"Build\",\"job\":\"Zadanie\"}},\"build\":{\"job\":\"Zadanie\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"Te testy zostały uruchomione na maszynie sponsorowanej przez\"},\"build_matrix\":\"Macierz Buildów\",\"allowed_failures\":\"Dopuszczalne Niepowodzenia\",\"author\":\"Autor\",\"config\":\"Konfiguracja\",\"compare\":\"Porównanie\",\"committer\":\"Committer\",\"branch\":\"Gałąź\",\"commit\":\"Commit\",\"message\":\"Opis\",\"started_at\":\"Rozpoczęto\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\",\"sponsored_by\":\"Te testy zostały uruchomione na maszynie sponsorowanej przez\"},\"builds\":{\"name\":\"Build\",\"messages\":{\"sponsored_by\":\"Te testy zostały uruchomione na maszynie sponsorowanej przez\"},\"build_matrix\":\"Macierz Buildów\",\"allowed_failures\":\"Dopuszczalne Niepowodzenia\",\"author\":\"Autor\",\"config\":\"Konfiguracja\",\"compare\":\"Porównanie\",\"committer\":\"Komitujący\",\"branch\":\"Gałąź\",\"commit\":\"Commit\",\"message\":\"Opis\",\"started_at\":\"Rozpoczęto\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\"},\"layouts\":{\"top\":{\"home\":\"Start\",\"blog\":\"Blog\",\"docs\":\"Dokumentacja\",\"stats\":\"Statystki\",\"github_login\":\"Zaloguj się przy pomocy Githuba\",\"profile\":\"Profil\",\"sign_out\":\"Wyloguj się\"},\"application\":{\"fork_me\":\"Fork me on Github\",\"recent\":\"Ostatnie\",\"search\":\"Wyniki\",\"sponsers\":\"Sponsorzy\",\"sponsors_link\":\"Zobacz naszych wszystkich wspaniałych sponsorów →\",\"my_repositories\":\"Moje repozytoria\"},\"about\":{\"alpha\":\"To wciąż jest wersja alpha.\",\"messages\":{\"alpha\":\"Proszę
nie traktuj tego jako stabilnej usługi. Wciąż nam wiele do tego brakuje! Więcej informacji znajdziesz
tutaj.\"},\"join\":\"Pomóż i dołącz do nas!\",\"mailing_list\":\"Lista mailingowa\",\"repository\":\"Repozytorium\",\"twitter\":\"Twitter\"},\"mobile\":{\"author\":\"Autor\",\"build\":\"Build\",\"build_matrix\":\"Macierz Buildów\",\"commit\":\"Commit\",\"committer\":\"Komitujący\",\"compare\":\"Porównianie\",\"config\":\"Konfiguracja\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\",\"job\":\"Zadanie\",\"log\":\"Log\"}},\"profiles\":{\"show\":{\"email\":\"Email\",\"github\":\"Github\",\"message\":{\"your_repos\":\" Przesuń suwak poniżej, aby włączyć Travisa, dla twoich projektów, a następnie umieść swój kod na GitHubie.
\\n Aby testować swój kod przy użyciu wielu wersji Rubiego, zobacz\",\"config\":\"jak skonfigurować niestandardowe opcje builda\"},\"messages\":{\"notice\":\"Aby zacząć, przeczytaj nasz
Przewodnik .\\n
Zajmie ci to tylko kilka minut.\"},\"token\":\"Token\",\"your_repos\":\"Twoje repozytoria\"}},\"statistics\":{\"index\":{\"count\":\"Ilość\",\"repo_growth\":\"Przyrost repozytoriów\",\"total_projects\":\"Łącznie projektów/repozytoriów\",\"build_count\":\"Liczba buildów\",\"last_month\":\"ostatni miesiąc\",\"total_builds\":\"Łącznie Buildów\"}},\"date\":{\"abbr_day_names\":[\"nie\",\"pon\",\"wto\",\"śro\",\"czw\",\"pią\",\"sob\"],\"abbr_month_names\":[\"sty\",\"lut\",\"mar\",\"kwi\",\"maj\",\"cze\",\"lip\",\"sie\",\"wrz\",\"paź\",\"lis\",\"gru\"],\"day_names\":[\"niedziela\",\"poniedziałek\",\"wtorek\",\"środa\",\"czwartek\",\"piątek\",\"sobota\"],\"formats\":{\"default\":\"%d-%m-%Y\",\"long\":\"%B %d, %Y\",\"short\":\"%d %b\"},\"month_names\":[\"styczeń\",\"luty\",\"marzec\",\"kwiecień\",\"maj\",\"czerwiec\",\"lipiec\",\"sierpień\",\"wrzesień\",\"październik\",\"listopad\",\"grudzień\"],\"order\":[\"day\",\"month\",\"year\"]},\"errors\":{\"format\":\"%{attribute} %{message}\",\"messages\":{\"accepted\":\"musi zostać zaakceptowane\",\"blank\":\"nie może być puste\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"ja\":\"日本語\",\"ru\":\"Русский\",\"fr\":\"Français\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"pt-BR\":{\"admin\":{\"actions\":{\"create\":\"criar\",\"created\":\"criado\",\"delete\":\"deletar\",\"deleted\":\"deletado\",\"update\":\"atualizar\",\"updated\":\"atualizado\"},\"credentials\":{\"log_out\":\"Deslogar\"},\"dashboard\":{\"add_new\":\"Adicionar novo\",\"ago\":\"atrás\",\"last_used\":\"Última utilização\",\"model_name\":\"Nome do modelo\",\"modify\":\"Modificar\",\"name\":\"Dashboard\",\"pagename\":\"Administração do site\",\"records\":\"Registros\",\"show\":\"Mostrar\"},\"delete\":{\"confirmation\":\"Sim, tenho certeza\",\"flash_confirmation\":\"%{name} foi destruído com sucesso\"},\"flash\":{\"error\":\"%{name} falhou ao %{action}\",\"noaction\":\"Nenhuma ação foi tomada\",\"successful\":\"%{name} foi %{action} com sucesso\"},\"history\":{\"name\":\"Histórico\",\"no_activity\":\"Nenhuma Atividade\",\"page_name\":\"Histórico para %{name}\"},\"list\":{\"add_new\":\"Adicionar novo\",\"delete_action\":\"Deletar\",\"delete_selected\":\"Deletar selecionados\",\"edit_action\":\"Editar\",\"search\":\"Buscar\",\"select\":\"Selecionar %{name} para editar\",\"select_action\":\"Selecionar\",\"show_all\":\"Mostrar todos\"},\"new\":{\"basic_info\":\"Informações básicas\",\"cancel\":\"Cancelar\",\"chosen\":\"Escolhido %{name}\",\"chose_all\":\"Escolher todos\",\"clear_all\":\"Limpar todos\",\"many_chars\":\"caracteres ou menos.\",\"one_char\":\"caractere.\",\"optional\":\"Opcional\",\"required\":\"Requerido\",\"save\":\"Salvar\",\"save_and_add_another\":\"Salvar e adicionar outro\",\"save_and_edit\":\"Salvar e alterar\",\"select_choice\":\"Selecione e clique\"}},\"build\":{\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"job\":\"Trabalho\"},\"builds\":{\"allowed_failures\":\"Falhas Permitidas\",\"author\":\"Autor\",\"branch\":\"Branch\",\"build_matrix\":\"Matriz de Build\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"compare\":\"Comparar\",\"config\":\"Config\",\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"message\":\"Mensagem\",\"messages\":{\"sponsored_by\":\"Esta série de testes foi executada em uma caixa de processos patrocinada por\"},\"name\":\"Build\",\"started_at\":\"Iniciou em\"},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} hora\",\"other\":\"%{count} horas\"},\"minutes_exact\":{\"one\":\"%{count} minuto\",\"other\":\"%{count} minutos\"},\"seconds_exact\":{\"one\":\"%{count} segundo\",\"other\":\"%{count} segundos\"}}},\"devise\":{\"confirmations\":{\"confirmed\":\"Sua conta foi confirmada com sucesso. Você agora está logado.\",\"send_instructions\":\"Você receberá um email com instruções de como confirmar sua conta em alguns minutos.\"},\"failure\":{\"inactive\":\"Sua conta ainda não foi ativada.\",\"invalid\":\"Email ou senha inválidos.\",\"invalid_token\":\"Token de autenticação inválido.\",\"locked\":\"Sua conta está trancada.\",\"timeout\":\"Sua sessão expirou, por favor faça seu login novamente.\",\"unauthenticated\":\"Você precisa fazer o login ou cadastrar-se antes de continuar.\",\"unconfirmed\":\"Você precisa confirmar sua conta antes de continuar.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Instruções de confirmação\"},\"reset_password_instructions\":{\"subject\":\"Instruções de atualização de senha\"},\"unlock_instructions\":{\"subject\":\"Instruções de destrancamento\"}},\"passwords\":{\"send_instructions\":\"Você receberá um email com instruções de como atualizar sua senha em alguns minutos.\",\"updated\":\"Sua senha foi alterada com sucesso. Você agora está logado.\"},\"registrations\":{\"destroyed\":\"Tchau! Sua conta foi cancelada com sucesso. Esperamos vê-lo novamente em breve!\",\"signed_up\":\"Você se cadastrou com sucesso. Se ativada, uma confirmação foi enviada para seu email.\",\"updated\":\"Você atualizou sua conta com sucesso.\"},\"sessions\":{\"signed_in\":\"Logado com sucesso.\",\"signed_out\":\"Deslogado com sucesso.\"},\"unlocks\":{\"send_instructions\":\"Você receberá um email com instruções de como destrancar sua conta em alguns minutos.\",\"unlocked\":\"Sua conta foi destrancada com sucesso. Você agora está logado.\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"já foi confirmado\",\"not_found\":\"não encontrado\",\"not_locked\":\"não estava trancado\"}},\"home\":{\"name\":\"home\"},\"jobs\":{\"allowed_failures\":\"Falhas Permitidas\",\"author\":\"Autor\",\"branch\":\"Branch\",\"build_matrix\":\"Matriz de Build\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"compare\":\"Comparar\",\"config\":\"Config\",\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"message\":\"Mensagem\",\"messages\":{\"sponsored_by\":\"Esta série de testes foi executada em uma caixa de processos patrocinada por\"},\"started_at\":\"Iniciou em\"},\"layouts\":{\"about\":{\"alpha\":\"Isto é um alpha.\",\"join\":\"Junte-se à nós e ajude!\",\"mailing_list\":\"Lista de email\",\"messages\":{\"alpha\":\"Por favor,
não considere isto um serviço estável. Estamos muito longe disso! Mais informações
aqui.\"},\"repository\":\"Repositório\",\"twitter\":\"Twitter\"},\"application\":{\"fork_me\":\"Faça fork no Github\",\"my_repositories\":\"Meus Repositórios\",\"recent\":\"Recentes\",\"search\":\"Buscar\",\"sponsers\":\"Patrocinadores\",\"sponsors_link\":\"Conheça todos os nossos patrocinadores →\"},\"mobile\":{\"author\":\"Autor\",\"build\":\"Build\",\"build_matrix\":\"Matriz de Build\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"compare\":\"Comparar\",\"config\":\"Config\",\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"job\":\"Trabalho\",\"log\":\"Log\"},\"top\":{\"admin\":\"Admin\",\"blog\":\"Blog\",\"docs\":\"Documentação\",\"github_login\":\"Logue com o Github\",\"home\":\"Home\",\"profile\":\"Perfil\",\"sign_out\":\"Sair\",\"stats\":\"Estatísticas\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"nl\":\"Nederlands\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"pt-BR\":\"português brasileiro\"},\"no_job\":\"Não há trabalhos\",\"profiles\":{\"show\":{\"email\":\"Email\",\"github\":\"Github\",\"message\":{\"config\":\"como configurar opções de build\",\"your_repos\":\"Use os botões abaixo para ligar ou desligar o hook de serviço do Travis para seus projetos, e então, faça um push para o Github.
Para testar com múltiplas versões do Ruby, leia\"},\"messages\":{\"notice\":\"Para começar, leia nosso
Guia de início.
Só leva alguns minutinhos.\"},\"token\":\"Token\",\"update\":\"Atualizar\",\"update_locale\":\"Atualizar\",\"your_locale\":\"Sua língua\",\"your_repos\":\"Seus Repositórios\"}},\"queue\":\"Fila\",\"repositories\":{\"branch\":\"Branch\",\"commit\":\"Commit\",\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"image_url\":\"URL da imagem\",\"markdown\":\"Markdown\",\"message\":\"Mensagem\",\"rdoc\":\"RDOC\",\"started_at\":\"Iniciou em\",\"tabs\":{\"branches\":\"Sumário do Branch\",\"build\":\"Build\",\"build_history\":\"Histórico de Build\",\"current\":\"Atual\",\"job\":\"Trabalho\"},\"textile\":\"Textile\"},\"repository\":{\"duration\":\"Duração\"},\"statistics\":{\"index\":{\"build_count\":\"Número de Builds\",\"count\":\"Número\",\"last_month\":\"último mês\",\"repo_growth\":\"Crescimento de Repositório\",\"total_builds\":\"Total de Builds\",\"total_projects\":\"Total de Projetos/Repositórios\"}},\"workers\":\"Processos\"},\"ru\":{\"admin\":{\"actions\":{\"create\":\"создать\",\"created\":\"создано\",\"delete\":\"удалить\",\"deleted\":\"удалено\",\"update\":\"обновить\",\"updated\":\"обновлено\"},\"credentials\":{\"log_out\":\"Выход\"},\"dashboard\":{\"add_new\":\"Добавить\",\"ago\":\"назад\",\"last_used\":\"Использовалось в последний раз\",\"model_name\":\"Имя модели\",\"modify\":\"Изменить\",\"name\":\"Панель управления\",\"pagename\":\"Управление сайтом\",\"records\":\"Записи\",\"show\":\"Показать\"},\"delete\":{\"confirmation\":\"Да, я уверен\",\"flash_confirmation\":\"%{name} успешно удалено\"},\"history\":{\"name\":\"История\",\"no_activity\":\"Нет активности\",\"page_name\":\"История %{name}\"},\"list\":{\"add_new\":\"Добавить\",\"delete_action\":\"Удалить\",\"delete_selected\":\"Удалить выбранные\",\"edit_action\":\"Редактировать\",\"search\":\"Поиск\",\"select\":\"Для редактирования выберите %{name}\",\"select_action\":\"Выбрать\",\"show_all\":\"Показать все\"},\"new\":{\"basic_info\":\"Основная информация\",\"cancel\":\"Отмена\",\"chosen\":\"Выбрано %{name}\",\"chose_all\":\"Выбрать все\",\"clear_all\":\"Очистить все\",\"one_char\":\"символ.\",\"optional\":\"Необязательно\",\"required\":\"Обязательно\",\"save\":\"Сохранить\",\"save_and_add_another\":\"Сохранить и добавить другое\",\"save_and_edit\":\"Сохранить и продолжить редактирование\",\"select_choice\":\"Выберите и кликните\",\"many_chars\":\"символов или меньше.\"},\"flash\":{\"error\":\"%{name} не удалось %{action}\",\"noaction\":\"Никаких действий не произведено\",\"successful\":\"%{name} было успешно %{action}\"}},\"build\":{\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"job\":\"Задача\"},\"builds\":{\"allowed_failures\":\"Допустимые неудачи\",\"author\":\"Автор\",\"branch\":\"Ветка\",\"build_matrix\":\"Матрица\",\"commit\":\"Коммит\",\"committer\":\"Коммитер\",\"compare\":\"Дифф\",\"config\":\"Конфигурация\",\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"message\":\"Комментарий\",\"messages\":{\"sponsored_by\":\"Эта серия тестов была запущена на машине, спонсируемой\"},\"name\":\"Билд\",\"started_at\":\"Начало\"},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} час\",\"few\":\"%{count} часа\",\"many\":\"%{count} часов\",\"other\":\"%{count} часа\"},\"minutes_exact\":{\"one\":\"%{count} минута\",\"few\":\"%{count} минуты\",\"many\":\"%{count} минут\",\"other\":\"%{count} минуты\"},\"seconds_exact\":{\"one\":\"%{count} секунда\",\"few\":\"%{count} секунды\",\"many\":\"%{count} секунд\",\"other\":\"%{count} секунды\"}}},\"devise\":{\"confirmations\":{\"confirmed\":\"Ваш аккаунт успешно подтвержден. Приветствуем!\",\"send_instructions\":\"В течении нескольких минут вы получите электронное письмо с инструкциями для прохождения процедуры подтверждения аккаунта.\"},\"failure\":{\"inactive\":\"Ваш аккаунт еще не активирован.\",\"invalid\":\"Ошибка в адресе почты или пароле.\",\"invalid_token\":\"Неправильный токен аутентификации.\",\"locked\":\"Ваш аккаунт заблокирован.\",\"timeout\":\"Сессия окончена. Для продолжения работы войдите снова.\",\"unauthenticated\":\"Вам нужно войти или зарегистрироваться.\",\"unconfirmed\":\"Вы должны сначала подтвердить свой аккаунт.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Инструкции для подтверждению аккаунта\"},\"reset_password_instructions\":{\"subject\":\"Инструкции для сброса пароля\"},\"unlock_instructions\":{\"subject\":\"Инструкции для разблокирования аккаунта\"}},\"passwords\":{\"send_instructions\":\"В течении нескольких минут вы получите электронное письмо с инструкциями для сброса пароля.\",\"updated\":\"Ваш пароль успешно изменен. Приветствуем!\"},\"registrations\":{\"destroyed\":\"Ваш аккаунт был успешно удален. Живите долго и процветайте!\",\"signed_up\":\"Вы успешно прошли регистрацию. Инструкции для подтверждения аккаунта отправлены на ваш электронный адрес.\",\"updated\":\"Аккаунт успешно обновлен.\"},\"sessions\":{\"signed_in\":\"Приветствуем!\",\"signed_out\":\"Удачи!\"},\"unlocks\":{\"send_instructions\":\"В течении нескольких минут вы получите электронное письмо с инструкциям для разблокировния аккаунта.\",\"unlocked\":\"Ваш аккаунт успешно разблокирован. Приветствуем!\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"уже подтвержден\",\"not_found\":\"не найден\",\"not_locked\":\"не заблокирован\"}},\"home\":{\"name\":\"Главная\"},\"jobs\":{\"allowed_failures\":\"Допустимые неудачи\",\"author\":\"Автор\",\"branch\":\"Ветка\",\"build_matrix\":\"Матрица\",\"commit\":\"Коммит\",\"committer\":\"Коммитер\",\"compare\":\"Сравнение\",\"config\":\"Конфигурация\",\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"message\":\"Комментарий\",\"messages\":{\"sponsored_by\":\"Эта серия тестов была запущена на машине спонсируемой\"},\"started_at\":\"Начало\"},\"layouts\":{\"about\":{\"alpha\":\"Это альфа-версия\",\"join\":\"Присоединяйтесь к нам и помогайте!\",\"mailing_list\":\"Лист рассылки\",\"messages\":{\"alpha\":\"Пожалуйста,
не считайте данный сервис стабильным. Мы еще очень далеки от стабильности!
Подробности\"},\"repository\":\"Репозиторий\",\"twitter\":\"Twitter\"},\"application\":{\"fork_me\":\"Fork me on Github\",\"my_repositories\":\"Мои репозитории\",\"recent\":\"Недавние\",\"search\":\"Поиск\",\"sponsers\":\"Спонсоры\",\"sponsors_link\":\"Список всех наших замечательных спонсоров →\"},\"mobile\":{\"author\":\"Автор\",\"build\":\"Сборка\",\"build_matrix\":\"Матрица сборок\",\"commit\":\"Коммит\",\"committer\":\"Коммитер\",\"compare\":\"Сравнение\",\"config\":\"Конфигурация\",\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"job\":\"Задача\",\"log\":\"Журнал\"},\"top\":{\"admin\":\"Управление\",\"blog\":\"Блог\",\"docs\":\"Документация\",\"github_login\":\"Войти через Github\",\"home\":\"Главная\",\"profile\":\"Профиль\",\"sign_out\":\"Выход\",\"stats\":\"Статистика\"}},\"no_job\":\"Очередь пуста\",\"profiles\":{\"show\":{\"email\":\"Электронная почта\",\"github\":\"Github\",\"message\":{\"config\":\"как настроить специальные опции билда\",\"your_repos\":\"Используйте переключатели, чтобы включить Travis service hook для вашего проекта, а потом отправьте код на GitHub.
\\nДля тестирования на нескольких версиях Ruby смотрите\"},\"messages\":{\"notice\":\"Перед началом, пожалуйста, прочтите
Руководство для быстрого старта.
Это займет всего несколько минут.\"},\"token\":\"Токен\",\"update\":\"Обновить\",\"update_locale\":\"Обновить\",\"your_locale\":\"Ваш язык\",\"your_repos\":\"Ваши репозитории\"}},\"queue\":\"Очередь\",\"repositories\":{\"branch\":\"Ветка\",\"commit\":\"Коммит\",\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"image_url\":\"URL изображения\",\"markdown\":\"Markdown\",\"message\":\"Комментарий\",\"rdoc\":\"RDOC\",\"started_at\":\"Начало\",\"tabs\":{\"branches\":\"Статус веток\",\"build\":\"Билд\",\"build_history\":\"История\",\"current\":\"Текущий\",\"job\":\"Задача\"},\"textile\":\"Textile\"},\"repository\":{\"duration\":\"Длительность\"},\"statistics\":{\"index\":{\"build_count\":\"Количество билдов\",\"count\":\"Количество\",\"last_month\":\"прошлый месяц\",\"repo_growth\":\"Рост числа репозиториев\",\"total_builds\":\"Всего билдов\",\"total_projects\":\"Всего проектов/репозиториев\"}},\"workers\":\"Машины\",\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"ja\":\"日本語\",\"ru\":\"Русский\",\"fr\":\"Français\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}}};\n\n\n})();\n//@ sourceURL=config/i18n");minispade.register('config/locales', "(function() {window.I18n.translations = {\"ca\":{\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"nl\":\"Nederlands\",\"pl\":\"Polski\",\"pt-BR\":\"português brasileiro\",\"ru\":\"Русский\"}},\"en\":{\"errors\":{\"messages\":{\"not_found\":\"not found\",\"already_confirmed\":\"was already confirmed\",\"not_locked\":\"was not locked\"}},\"devise\":{\"failure\":{\"unauthenticated\":\"You need to sign in or sign up before continuing.\",\"unconfirmed\":\"You have to confirm your account before continuing.\",\"locked\":\"Your account is locked.\",\"invalid\":\"Invalid email or password.\",\"invalid_token\":\"Invalid authentication token.\",\"timeout\":\"Your session expired, please sign in again to continue.\",\"inactive\":\"Your account was not activated yet.\"},\"sessions\":{\"signed_in\":\"Signed in successfully.\",\"signed_out\":\"Signed out successfully.\"},\"passwords\":{\"send_instructions\":\"You will receive an email with instructions about how to reset your password in a few minutes.\",\"updated\":\"Your password was changed successfully. You are now signed in.\"},\"confirmations\":{\"send_instructions\":\"You will receive an email with instructions about how to confirm your account in a few minutes.\",\"confirmed\":\"Your account was successfully confirmed. You are now signed in.\"},\"registrations\":{\"signed_up\":\"You have signed up successfully. If enabled, a confirmation was sent to your e-mail.\",\"updated\":\"You updated your account successfully.\",\"destroyed\":\"Bye! Your account was successfully cancelled. We hope to see you again soon.\"},\"unlocks\":{\"send_instructions\":\"You will receive an email with instructions about how to unlock your account in a few minutes.\",\"unlocked\":\"Your account was successfully unlocked. You are now signed in.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Confirmation instructions\"},\"reset_password_instructions\":{\"subject\":\"Reset password instructions\"},\"unlock_instructions\":{\"subject\":\"Unlock Instructions\"}}},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} hour\",\"other\":\"%{count} hours\"},\"minutes_exact\":{\"one\":\"%{count} minute\",\"other\":\"%{count} minutes\"},\"seconds_exact\":{\"one\":\"%{count} second\",\"other\":\"%{count} seconds\"}}},\"workers\":\"Workers\",\"queue\":\"Queue\",\"no_job\":\"There are no jobs\",\"repositories\":{\"branch\":\"Branch\",\"image_url\":\"Image URL\",\"markdown\":\"Markdown\",\"textile\":\"Textile\",\"rdoc\":\"RDOC\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Started\",\"duration\":\"Duration\",\"finished_at\":\"Finished\",\"tabs\":{\"current\":\"Current\",\"build_history\":\"Build History\",\"branches\":\"Branch Summary\",\"pull_requests\":\"Pull Requests\",\"build\":\"Build\",\"job\":\"Job\"}},\"build\":{\"job\":\"Job\",\"duration\":\"Duration\",\"finished_at\":\"Finished\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"This test suite was run on a worker box sponsored by\"},\"build_matrix\":\"Build Matrix\",\"allowed_failures\":\"Allowed Failures\",\"author\":\"Author\",\"config\":\"Config\",\"compare\":\"Compare\",\"committer\":\"Committer\",\"branch\":\"Branch\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Started\",\"duration\":\"Duration\",\"finished_at\":\"Finished\"},\"builds\":{\"name\":\"Build\",\"messages\":{\"sponsored_by\":\"This test suite was run on a worker box sponsored by\"},\"build_matrix\":\"Build Matrix\",\"allowed_failures\":\"Allowed Failures\",\"author\":\"Author\",\"config\":\"Config\",\"compare\":\"Compare\",\"committer\":\"Committer\",\"branch\":\"Branch\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Started\",\"duration\":\"Duration\",\"finished_at\":\"Finished\",\"show_more\":\"Show more\"},\"layouts\":{\"top\":{\"home\":\"Home\",\"blog\":\"Blog\",\"docs\":\"Docs\",\"stats\":\"Stats\",\"github_login\":\"Sign in with Github\",\"profile\":\"Profile\",\"sign_out\":\"Sign Out\",\"admin\":\"Admin\"},\"application\":{\"fork_me\":\"Fork me on Github\",\"recent\":\"Recent\",\"search\":\"Search\",\"sponsers\":\"Sponsors\",\"sponsors_link\":\"See all of our amazing sponsors →\",\"my_repositories\":\"My Repositories\"},\"about\":{\"alpha\":\"This stuff is alpha.\",\"messages\":{\"alpha\":\"Please do
not consider this a stable service. We're still far from that! More info
here.\"},\"join\":\"Join us and help!\",\"mailing_list\":\"Mailing List\",\"repository\":\"Repository\",\"twitter\":\"Twitter\"},\"mobile\":{\"author\":\"Author\",\"build\":\"Build\",\"build_matrix\":\"Build Matrix\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"compare\":\"Compare\",\"config\":\"Config\",\"duration\":\"Duration\",\"finished_at\":\"Finished at\",\"job\":\"Job\",\"log\":\"Log\"}},\"profiles\":{\"show\":{\"email\":\"Email\",\"github\":\"Github\",\"message\":{\"your_repos\":\" Flick the switches below to turn on the Travis service hook for your projects, then push to GitHub.\",\"config\":\"how to configure custom build options\"},\"messages\":{\"notice\":\"To get started, please read our
Getting Started guide.\\n
It will only take a couple of minutes.\"},\"token\":\"Token\",\"your_repos\":\"Your Repositories\",\"update\":\"Update\",\"update_locale\":\"Update\",\"your_locale\":\"Your Locale\"}},\"statistics\":{\"index\":{\"count\":\"Count\",\"repo_growth\":\"Repository Growth\",\"total_projects\":\"Total Projects/Repositories\",\"build_count\":\"Build Count\",\"last_month\":\"last month\",\"total_builds\":\"Total Builds\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"es\":{\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} hora\",\"other\":\"%{count} horas\"},\"minutes_exact\":{\"one\":\"%{count} minuto\",\"other\":\"%{count} minutos\"},\"seconds_exact\":{\"one\":\"%{count} segundo\",\"other\":\"%{count} segundos\"}}},\"workers\":\"Procesos\",\"queue\":\"Cola\",\"no_job\":\"No hay trabajos\",\"repositories\":{\"branch\":\"Rama\",\"image_url\":\"Imagen URL\",\"markdown\":\"Markdown\",\"textile\":\"Textile\",\"rdoc\":\"RDOC\",\"commit\":\"Commit\",\"message\":\"Mensaje\",\"started_at\":\"Iniciado\",\"duration\":\"Duración\",\"finished_at\":\"Finalizado\",\"tabs\":{\"current\":\"Actual\",\"build_history\":\"Histórico\",\"branches\":\"Ramas\",\"build\":\"Builds\",\"job\":\"Trabajo\"}},\"build\":{\"job\":\"Trabajo\",\"duration\":\"Duración\",\"finished_at\":\"Finalizado\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"Esta serie de tests han sido ejecutados en una caja de Proceso patrocinada por\"},\"build_matrix\":\"Matriz de Builds\",\"allowed_failures\":\"Fallos Permitidos\",\"author\":\"Autor\",\"config\":\"Configuración\",\"compare\":\"Comparar\",\"committer\":\"Committer\",\"branch\":\"Rama\",\"commit\":\"Commit\",\"message\":\"Mensaje\",\"started_at\":\"Iniciado\",\"duration\":\"Duración\",\"finished_at\":\"Finalizado\",\"sponsored_by\":\"Patrocinado por\"},\"builds\":{\"name\":\"Build\",\"messages\":{\"sponsored_by\":\"Esta serie de tests han sido ejecutados en una caja de Proceso patrocinada por\"},\"build_matrix\":\"Matriz de Builds\",\"allowed_failures\":\"Fallos Permitidos\",\"author\":\"Autor\",\"config\":\"Configuración\",\"compare\":\"Comparar\",\"committer\":\"Committer\",\"branch\":\"Rama\",\"commit\":\"Commit\",\"message\":\"Mensaje\",\"started_at\":\"Iniciado\",\"duration\":\"Duración\",\"finished_at\":\"Finalizado\"},\"layouts\":{\"top\":{\"home\":\"Inicio\",\"blog\":\"Blog\",\"docs\":\"Documentación\",\"stats\":\"Estadísticas\",\"github_login\":\"Iniciar sesión con Github\",\"profile\":\"Perfil\",\"sign_out\":\"Desconectar\",\"admin\":\"Admin\"},\"application\":{\"fork_me\":\"Hazme un Fork en Github\",\"recent\":\"Reciente\",\"search\":\"Buscar\",\"sponsers\":\"Patrocinadores\",\"sponsors_link\":\"Ver todos nuestros patrocinadores →\",\"my_repositories\":\"Mis Repositorios\"},\"about\":{\"alpha\":\"Esto es alpha.\",\"messages\":{\"alpha\":\"Por favor
no considereis esto un servicio estable. Estamos estamos aún lejos de ello! Más información
aquí.\"},\"join\":\"Únetenos y ayudanos!\",\"mailing_list\":\"Lista de Correos\",\"repository\":\"Repositorio\",\"twitter\":\"Twitter\"}},\"profiles\":{\"show\":{\"email\":\"Correo electrónico\",\"github\":\"Github\",\"message\":{\"your_repos\":\" Activa los interruptores para inicial el Travis service hook para tus proyectos, y haz un Push en GitHub.
\\n Para probar varias versiones de ruby, mira\",\"config\":\"como configurar tus propias opciones para el Build\"},\"messages\":{\"notice\":\"Para comenzar, por favor lee nuestra
Guía de Inicio .\\n
Solo tomará unos pocos minutos.\"},\"token\":\"Token\",\"your_repos\":\"Tus repositorios\",\"update\":\"Actualizar\",\"update_locale\":\"Actualizar\",\"your_locale\":\"Tu Idioma\"}},\"statistics\":{\"index\":{\"count\":\"Número\",\"repo_growth\":\"Crecimiento de Repositorios\",\"total_projects\":\"Total de Proyectos/Repositorios\",\"build_count\":\"Número de Builds\",\"last_month\":\"mes anterior\",\"total_builds\":\"Total de Builds\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"fr\":{\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} heure\",\"other\":\"%{count} heures\"},\"minutes_exact\":{\"one\":\"%{count} minute\",\"other\":\"%{count} minutes\"},\"seconds_exact\":{\"one\":\"%{count} seconde\",\"other\":\"%{count} secondes\"}}},\"workers\":\"Processus\",\"queue\":\"File\",\"no_job\":\"Pas de tâches\",\"repositories\":{\"branch\":\"Branche\",\"image_url\":\"Image\",\"markdown\":\"Markdown\",\"textile\":\"Textile\",\"rdoc\":\"RDOC\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Commencé\",\"duration\":\"Durée\",\"finished_at\":\"Terminé\",\"tabs\":{\"current\":\"Actuel\",\"build_history\":\"Historique des tâches\",\"branches\":\"Résumé des branches\",\"build\":\"Construction\",\"job\":\"Tâche\"}},\"build\":{\"job\":\"Tâche\",\"duration\":\"Durée\",\"finished_at\":\"Terminé\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"Cette série de tests a été exécutée sur une machine sponsorisée par\"},\"build_matrix\":\"Matrice des versions\",\"allowed_failures\":\"Échecs autorisés\",\"author\":\"Auteur\",\"config\":\"Config\",\"compare\":\"Comparer\",\"committer\":\"Committeur\",\"branch\":\"Branche\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Commencé\",\"duration\":\"Durée\",\"finished_at\":\"Terminé\",\"sponsored_by\":\"Cette série de tests a été exécutée sur une machine sponsorisée par\"},\"builds\":{\"name\":\"Version\",\"messages\":{\"sponsored_by\":\"Cette série de tests a été exécutée sur une machine sponsorisée par\"},\"build_matrix\":\"Matrice des versions\",\"allowed_failures\":\"Échecs autorisés\",\"author\":\"Auteur\",\"config\":\"Config\",\"compare\":\"Comparer\",\"committer\":\"Committeur\",\"branch\":\"Branche\",\"commit\":\"Commit\",\"message\":\"Message\",\"started_at\":\"Commencé\",\"duration\":\"Durée\",\"finished_at\":\"Terminé\"},\"layouts\":{\"top\":{\"home\":\"Accueil\",\"blog\":\"Blog\",\"docs\":\"Documentation\",\"stats\":\"Statistiques\",\"github_login\":\"Connection Github\",\"profile\":\"Profil\",\"sign_out\":\"Déconnection\",\"admin\":\"Admin\"},\"application\":{\"fork_me\":\"Faites un Fork sur Github\",\"recent\":\"Récent\",\"search\":\"Chercher\",\"sponsers\":\"Sponsors\",\"sponsors_link\":\"Voir tous nos extraordinaire sponsors →\",\"my_repositories\":\"Mes dépôts\"},\"about\":{\"alpha\":\"Ceci est en alpha.\",\"messages\":{\"alpha\":\"S'il vous plaît ne considérez
pas ce service comme étant stable. Nous sommes loin de ça! Plus d'infos
ici.\"},\"join\":\"Joignez-vous à nous et aidez-nous!\",\"mailing_list\":\"Liste de distribution\",\"repository\":\"Dépôt\",\"twitter\":\"Twitter\"},\"mobile\":{\"author\":\"Auteur\",\"build\":\"Version\",\"build_matrix\":\"Matrice des versions\",\"commit\":\"Commit\",\"committer\":\"Committeur\",\"compare\":\"Comparer\",\"config\":\"Config\",\"duration\":\"Durée\",\"finished_at\":\"Terminé à\",\"job\":\"Tâche\",\"log\":\"Journal\"}},\"profiles\":{\"show\":{\"github\":\"Github\",\"message\":{\"your_repos\":\"Utilisez les boutons ci-dessous pour activer Travis sur vos projets puis déployez sur GitHub.
\\nPour tester sur plus de versions de ruby, voir\",\"config\":\"comment configurer des options de version personnalisées\"},\"messages\":{\"notice\":\"Pour commencer, veuillez lire notre
guide de démarrage.\\n
Cela ne vous prendra que quelques minutes.\"},\"token\":\"Jeton\",\"your_repos\":\"Vos dépôts\",\"email\":\"Courriel\",\"update\":\"Modifier\",\"update_locale\":\"Modifier\",\"your_locale\":\"Votre langue\"}},\"statistics\":{\"index\":{\"count\":\"Décompte\",\"repo_growth\":\"Croissance de dépôt\",\"total_projects\":\"Total des projets/dépôts\",\"build_count\":\"Décompte des versions\",\"last_month\":\"mois dernier\",\"total_builds\":\"Total des versions\"}},\"admin\":{\"actions\":{\"create\":\"créer\",\"created\":\"créé\",\"delete\":\"supprimer\",\"deleted\":\"supprimé\",\"update\":\"mise à jour\",\"updated\":\"mis à jour\"},\"credentials\":{\"log_out\":\"Déconnection\"},\"delete\":{\"confirmation\":\"Oui, je suis sure\",\"flash_confirmation\":\"%{name} a été détruit avec succès\"},\"flash\":{\"error\":\"%{name} n'a pas pu être %{action}\",\"noaction\":\"Aucune action n'a été entreprise\",\"successful\":\"%{name} a réussi à %{action}\"},\"history\":{\"name\":\"Historique\",\"no_activity\":\"Aucune activité\",\"page_name\":\"Historique pour %{name}\"},\"list\":{\"add_new\":\"Ajouter un nouveau\",\"delete_action\":\"Supprimer\",\"delete_selected\":\"Supprimer la sélection\",\"edit_action\":\"Modifier\",\"search\":\"Rechercher\",\"select\":\"Sélectionner le %{name} à modifier\",\"select_action\":\"Sélectionner\",\"show_all\":\"Montrer tout\"},\"new\":{\"basic_info\":\"Information de base\",\"cancel\":\"Annuler\",\"chosen\":\"%{name} choisi\",\"chose_all\":\"Choisir tout\",\"clear_all\":\"Déselectionner tout\",\"many_chars\":\"caractères ou moins\",\"one_char\":\"caractère.\",\"optional\":\"Optionnel\",\"required\":\"Requis\",\"save\":\"Sauvegarder\",\"save_and_add_another\":\"Sauvegarder et en ajouter un autre\",\"save_and_edit\":\"Sauvegarder et modifier\",\"select_choice\":\"Faites vos choix et cliquez\"},\"dashboard\":{\"add_new\":\"Ajouter un nouveau\",\"last_used\":\"Dernière utilisation\",\"model_name\":\"Nom du modèle\",\"modify\":\"Modification\",\"name\":\"Tableau de bord\",\"pagename\":\"Administration du site\",\"records\":\"Enregistrements\",\"show\":\"Voir\",\"ago\":\"plus tôt\"}},\"home\":{\"name\":\"accueil\"},\"repository\":{\"duration\":\"Durée\"},\"devise\":{\"confirmations\":{\"confirmed\":\"Votre compte a été crée avec succès. Vous être maintenant connecté.\",\"send_instructions\":\"Vous allez recevoir un courriel avec les instructions de confirmation de votre compte dans quelques minutes.\"},\"failure\":{\"inactive\":\"Votre compte n'a pas encore été activé.\",\"invalid\":\"Adresse courriel ou mot de passe invalide.\",\"invalid_token\":\"Jeton d'authentification invalide.\",\"locked\":\"Votre compte est bloqué.\",\"timeout\":\"Votre session est expirée, veuillez vous reconnecter pour continuer.\",\"unauthenticated\":\"Vous devez vous connecter ou vous enregistrer afin de continuer\",\"unconfirmed\":\"Vous devez confirmer votre compte avant de continuer.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Instructions de confirmations\"},\"reset_password_instructions\":{\"subject\":\"Instruction de remise à zéro du mot de passe\"},\"unlock_instructions\":{\"subject\":\"Instruction de débloquage\"}},\"passwords\":{\"send_instructions\":\"Vous recevrez un courriel avec les instructions de remise à zéro du mot de passe dans quelques minutes.\",\"updated\":\"Votre mot de passe a été changé avec succès. Vous êtes maintenant connecté.\"},\"registrations\":{\"destroyed\":\"Au revoir! Votre compte a été annulé avec succès. Nous espérons vous revoir bientôt.\",\"signed_up\":\"Vous êtes enregistré avec succès. Si activé, une confirmation vous a été envoyé par courriel.\",\"updated\":\"Votre compte a été mis a jour avec succès\"},\"sessions\":{\"signed_in\":\"Connecté avec succès\",\"signed_out\":\"Déconnecté avec succès\"},\"unlocks\":{\"send_instructions\":\"Vous recevrez un courriel contenant les instructions pour débloquer votre compte dans quelques minutes.\",\"unlocked\":\"Votre compte a été débloqué avec succès.\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"étais déja confirmé\",\"not_found\":\"n'a pas été trouvé\",\"not_locked\":\"n'étais pas bloqué\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"ja\":\"日本語\",\"ru\":\"Русский\",\"fr\":\"Français\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"ja\":{\"workers\":\"ワーカー\",\"queue\":\"キュー\",\"no_job\":\"ジョブはありません\",\"repositories\":{\"branch\":\"ブランチ\",\"image_url\":\"画像URL\",\"markdown\":\".md\",\"textile\":\".textile\",\"rdoc\":\".rdoc\",\"commit\":\"コミット\",\"message\":\"メッセージ\",\"started_at\":\"開始時刻\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\",\"tabs\":{\"current\":\"最新\",\"build_history\":\"ビルド履歴\",\"branches\":\"ブランチまとめ\",\"build\":\"ビルド\",\"job\":\"ジョブ\"}},\"build\":{\"job\":\"ジョブ\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"このテストは以下のスポンサーの協力で行いました。\"},\"build_matrix\":\"ビルドマトリクス\",\"allowed_failures\":\"失敗許容範囲内\",\"author\":\"制作者\",\"config\":\"設定\",\"compare\":\"比較\",\"committer\":\"コミット者\",\"branch\":\"ブランチ\",\"commit\":\"コミット\",\"message\":\"メッセージ\",\"started_at\":\"開始時刻\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\"},\"builds\":{\"name\":\"ビルド\",\"messages\":{\"sponsored_by\":\"このテストは以下のスポンサーの協力で行いました。\"},\"build_matrix\":\"失敗許容範囲外\",\"allowed_failures\":\"失敗許容範囲内\",\"author\":\"制作者\",\"config\":\"設定\",\"compare\":\"比較\",\"committer\":\"コミット者\",\"branch\":\"ブランチ\",\"commit\":\"コミット\",\"message\":\"メッセージ\",\"started_at\":\"開始時刻\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\"},\"layouts\":{\"about\":{\"alpha\":\"まだアルファですよ!\",\"join\":\"参加してみよう!\",\"mailing_list\":\"メールリスト\",\"messages\":{\"alpha\":\"Travis-ciは安定したサービスまで後一歩!詳しくは
こちら\"},\"repository\":\"リポジトリ\",\"twitter\":\"ツイッター\"},\"application\":{\"fork_me\":\"Githubでフォークしよう\",\"my_repositories\":\"マイリポジトリ\",\"recent\":\"最近\",\"search\":\"検索\",\"sponsers\":\"スポンサー\",\"sponsors_link\":\"スポンサーをもっと見る →\"},\"top\":{\"blog\":\"ブログ\",\"docs\":\"Travisとは?\",\"github_login\":\"Githubでログイン\",\"home\":\"ホーム\",\"profile\":\"プロフィール\",\"sign_out\":\"ログアウト\",\"stats\":\"統計\",\"admin\":\"管理\"},\"mobile\":{\"author\":\"制作者\",\"build\":\"ビルド\",\"build_matrix\":\"ビルドマトリクス\",\"commit\":\"コミット\",\"committer\":\"コミット者\",\"compare\":\"比較\",\"config\":\"設定\",\"duration\":\"処理時間\",\"finished_at\":\"終了時刻\",\"job\":\"ジョブ\",\"log\":\"ログ\"}},\"profiles\":{\"show\":{\"github\":\"Github\",\"email\":\"メール\",\"message\":{\"config\":\"詳細設定\",\"your_repos\":\"以下のスイッチを設定し、Travis-ciを有効にします。Githubへプッシュしたらビルドは自動的に開始します。複数バーションや細かい設定はこちらへ:\"},\"messages\":{\"notice\":\"まずは
Travisのはじめ方を参照してください。\"},\"token\":\"トークン\",\"your_repos\":\"リポジトリ\",\"update\":\"更新\",\"update_locale\":\"更新\",\"your_locale\":\"言語設定\"}},\"statistics\":{\"index\":{\"build_count\":\"ビルド数\",\"count\":\"数\",\"last_month\":\"先月\",\"repo_growth\":\"リポジトリ\",\"total_builds\":\"合計ビルド数\",\"total_projects\":\"合計リポジトリ\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"nb\":{\"admin\":{\"actions\":{\"create\":\"opprett\",\"created\":\"opprettet\",\"delete\":\"slett\",\"deleted\":\"slettet\",\"update\":\"oppdater\",\"updated\":\"oppdatert\"},\"credentials\":{\"log_out\":\"Logg ut\"},\"dashboard\":{\"add_new\":\"Legg til ny\",\"ago\":\"siden\",\"last_used\":\"Sist brukt\",\"model_name\":\"Modell\",\"modify\":\"Rediger\",\"name\":\"Dashbord\",\"pagename\":\"Nettstedsadministrasjon\",\"records\":\"Oppføringer\",\"show\":\"Vis\"},\"delete\":{\"confirmation\":\"Ja, jeg er sikker\",\"flash_confirmation\":\"%{name} ble slettet\"},\"flash\":{\"error\":\"%{name} kunne ikke bli %{action}\",\"noaction\":\"Ingen handlinger ble utført\",\"successful\":\"%{name} ble %{action}\"},\"history\":{\"name\":\"Logg\",\"no_activity\":\"Ingen aktivitet\",\"page_name\":\"Logg for %{name}\"},\"list\":{\"add_new\":\"Legg til ny\",\"delete_action\":\"Slett\",\"delete_selected\":\"Slett valgte\",\"edit_action\":\"Rediger\",\"search\":\"Søk\",\"select\":\"Velg %{name} for å redigere\",\"select_action\":\"Velg\",\"show_all\":\"Vis alle \"},\"new\":{\"basic_info\":\"Basisinformasjon\",\"cancel\":\"Avbryt\",\"chosen\":\"Valgt %{name}\",\"chose_all\":\"Velg alle\",\"clear_all\":\"Fjern alle\",\"many_chars\":\"eller færre tegn.\",\"one_char\":\"tegn.\",\"optional\":\"Valgfri\",\"required\":\"Påkrevd\",\"save\":\"Lagre\",\"save_and_add_another\":\"Lagre og legg til ny\",\"save_and_edit\":\"Lagre og rediger\",\"select_choice\":\"Kryss av for dine valg og klikk\"}},\"build\":{\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"job\":\"Jobb\"},\"builds\":{\"allowed_failures\":\"Tillatte feil\",\"author\":\"Forfatter\",\"branch\":\"Gren\",\"build_matrix\":\"Jobbmatrise\",\"commit\":\"Innsending\",\"committer\":\"Innsender\",\"compare\":\"Sammenlign\",\"config\":\"Oppsett\",\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"message\":\"Beskrivelse\",\"messages\":{\"sponsored_by\":\"Denne testen ble kjørt på en maskin sponset av\"},\"name\":\"Jobb\",\"started_at\":\"Startet\"},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} time\",\"other\":\"%{count} timer\"},\"minutes_exact\":{\"one\":\"%{count} minutt\",\"other\":\"%{count} minutter\"},\"seconds_exact\":{\"one\":\"%{count} sekund\",\"other\":\"%{count} sekunder\"}}},\"devise\":{\"confirmations\":{\"confirmed\":\"Din konto er aktivert og du er nå innlogget.\",\"send_instructions\":\"Om noen få minutter så vil du få en e-post med informasjon om hvordan du bekrefter kontoen din.\"},\"failure\":{\"inactive\":\"Kontoen din har ikke blitt aktivert enda.\",\"invalid\":\"Ugyldig e-post eller passord.\",\"invalid_token\":\"Ugyldig autentiseringskode.\",\"locked\":\"Kontoen din er låst.\",\"timeout\":\"Du ble logget ut siden på grunn av mangel på aktivitet, vennligst logg inn på nytt.\",\"unauthenticated\":\"Du må logge inn eller registrere deg for å fortsette.\",\"unconfirmed\":\"Du må bekrefte kontoen din før du kan fortsette.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Bekreftelsesinformasjon\"},\"reset_password_instructions\":{\"subject\":\"Instruksjoner for å få nytt passord\"},\"unlock_instructions\":{\"subject\":\"Opplåsningsinstruksjoner\"}},\"passwords\":{\"send_instructions\":\"Om noen få minutter så vil du få en epost med informasjon om hvordan du kan få et nytt passord.\",\"updated\":\"Passordet ditt ble endret, og du er logget inn.\"},\"registrations\":{\"destroyed\":\"Adjø! Kontoen din ble kansellert. Vi håper vi ser deg igjen snart.\",\"signed_up\":\"Du er nå registrert.\",\"updated\":\"Kontoen din ble oppdatert.\"},\"sessions\":{\"signed_in\":\"Du er nå logget inn.\",\"signed_out\":\"Du er nå logget ut.\"},\"unlocks\":{\"send_instructions\":\"Om noen få minutter så kommer du til å få en e-post med informasjon om hvordan du kan låse opp kontoen din.\",\"unlocked\":\"Kontoen din ble låst opp, og du er nå logget inn igjen.\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"har allerede blitt bekreftet\",\"not_found\":\"ikke funnnet\",\"not_locked\":\"var ikke låst\"}},\"home\":{\"name\":\"hjem\"},\"jobs\":{\"allowed_failures\":\"Tillatte feil\",\"author\":\"Forfatter\",\"branch\":\"Gren\",\"build_matrix\":\"Jobbmatrise\",\"commit\":\"Innsending\",\"committer\":\"Innsender\",\"compare\":\"Sammenlign\",\"config\":\"Oppsett\",\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"message\":\"Beskrivelse\",\"messages\":{\"sponsored_by\":\"Denne testserien ble kjørt på en maskin sponset av\"},\"started_at\":\"Startet\"},\"layouts\":{\"about\":{\"alpha\":\"Dette er alfa-greier.\",\"join\":\"Bli med og hjelp oss!\",\"mailing_list\":\"E-postliste\",\"messages\":{\"alpha\":\"Dette er
ikke en stabil tjeneste. Vi har fremdeles et stykke igjen! Mer informasjon finner du
her.\"},\"repository\":\"Kodelager\",\"twitter\":\"Twitter.\"},\"application\":{\"fork_me\":\"Se koden på Github\",\"my_repositories\":\"Mine kodelagre\",\"recent\":\"Nylig\",\"search\":\"Søk\",\"sponsers\":\"Sponsorer\",\"sponsors_link\":\"Se alle de flotte sponsorene våre →\"},\"mobile\":{\"author\":\"Forfatter\",\"build\":\"Jobb\",\"build_matrix\":\"Jobbmatrise\",\"commit\":\"Innsending\",\"committer\":\"Innsender\",\"compare\":\"Sammenlign\",\"config\":\"Oppsett\",\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"job\":\"Jobb\",\"log\":\"Logg\"},\"top\":{\"admin\":\"Administrator\",\"blog\":\"Blogg\",\"docs\":\"Dokumentasjon\",\"github_login\":\"Logg inn med Github\",\"home\":\"Hjem\",\"profile\":\"Profil\",\"sign_out\":\"Logg ut\",\"stats\":\"Statistikk\"}},\"no_job\":\"Ingen jobber finnnes\",\"profiles\":{\"show\":{\"email\":\"E-post\",\"github\":\"Github\",\"message\":{\"config\":\"hvordan sette opp egne jobbinnstillinger\",\"your_repos\":\"Slå\\u0010 på Travis for prosjektene dine ved å dra i bryterne under, og send koden til Github.
\\nFor å teste mot flere ruby-versjoner, se dokumentasjonen for\"},\"messages\":{\"notice\":\"For å komme i gang, vennligst les
kom-i-gang-veivisereren vår.
Det tar bare et par minutter.\"},\"token\":\"Kode\",\"update\":\"Oppdater\",\"update_locale\":\"Oppdater\",\"your_locale\":\"Ditt språk\",\"your_repos\":\"Dine kodelagre\"}},\"queue\":\"Kø\",\"repositories\":{\"branch\":\"Gren\",\"commit\":\"Innsender\",\"duration\":\"Varighet\",\"finished_at\":\"Fullført\",\"image_url\":\"Bilde-URL\",\"markdown\":\"Markdown\",\"message\":\"Beskrivelse\",\"rdoc\":\"RDOC\",\"started_at\":\"Startet\",\"tabs\":{\"branches\":\"Grensammendrag\",\"build\":\"Jobb\",\"build_history\":\"Jobblogg\",\"current\":\"Siste\",\"job\":\"Jobb\"},\"textile\":\"Textile\"},\"repository\":{\"duration\":\"Varighet\"},\"statistics\":{\"index\":{\"build_count\":\"Antall jobber\",\"count\":\"Antall\",\"last_month\":\"siste måned\",\"repo_growth\":\"Vekst i kodelager\",\"total_builds\":\"Totale jobber\",\"total_projects\":\"Antall prosjekter/kodelagre\"}},\"workers\":\"Arbeidere\",\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"ja\":\"日本語\",\"ru\":\"Русский\",\"fr\":\"Français\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"nl\":{\"admin\":{\"actions\":{\"create\":\"aanmaken\",\"created\":\"aangemaakt\",\"delete\":\"verwijderen\",\"deleted\":\"verwijderd\",\"update\":\"bijwerken\",\"updated\":\"bijgewerkt\"},\"credentials\":{\"log_out\":\"Afmelden\"},\"dashboard\":{\"add_new\":\"Nieuwe toevoegen\",\"ago\":\"geleden\",\"last_used\":\"Laatst gebruikt\",\"model_name\":\"Model naam\",\"modify\":\"Wijzigen\",\"pagename\":\"Site administratie\",\"show\":\"Laten zien\",\"records\":\"Gegevens\"},\"delete\":{\"confirmation\":\"Ja, ik ben zeker\",\"flash_confirmation\":\"%{name} is vernietigd\"},\"flash\":{\"error\":\"%{name} kon niet worden %{action}\",\"noaction\":\"Er zijn geen acties genomen\",\"successful\":\"%{name} is %{action}\"},\"history\":{\"name\":\"Geschiedenis\",\"no_activity\":\"Geen activiteit\",\"page_name\":\"Geschiedenis van %{name}\"},\"list\":{\"add_new\":\"Nieuwe toevoegen\",\"delete_action\":\"Verwijderen\",\"delete_selected\":\"Verwijder geselecteerden\",\"edit_action\":\"Bewerken\",\"search\":\"Zoeken\",\"select\":\"Selecteer %{name} om te bewerken\",\"select_action\":\"Selecteer\",\"show_all\":\"Laat allen zien\"},\"new\":{\"basic_info\":\"Basisinfo\",\"cancel\":\"Annuleren\",\"chosen\":\"%{name} gekozen\",\"chose_all\":\"Kies allen\",\"clear_all\":\"Deselecteer allen\",\"many_chars\":\"tekens of minder.\",\"one_char\":\"teken.\",\"optional\":\"Optioneel\",\"required\":\"Vereist\",\"save\":\"Opslaan\",\"save_and_add_another\":\"Opslaan en een nieuwe toevoegen\",\"save_and_edit\":\"Opslaan en bewerken\",\"select_choice\":\"Selecteer uw keuzes en klik\"}},\"build\":{\"duration\":\"Duur\",\"finished_at\":\"Voltooid\",\"job\":\"Taak\"},\"builds\":{\"allowed_failures\":\"Toegestane mislukkingen\",\"author\":\"Auteur\",\"branch\":\"Tak\",\"build_matrix\":\"Bouw Matrix\",\"compare\":\"Vergelijk\",\"config\":\"Configuratie\",\"duration\":\"Duur\",\"finished_at\":\"Voltooid\",\"message\":\"Bericht\",\"messages\":{\"sponsored_by\":\"Deze tests zijn gedraaid op een machine gesponsord door\"},\"name\":\"Bouw\",\"started_at\":\"Gestart\",\"commit\":\"Commit\",\"committer\":\"Committer\"},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} uur\",\"other\":\"%{count} uren\"},\"minutes_exact\":{\"one\":\"%{count} minuut\",\"other\":\"%{count} minuten\"},\"seconds_exact\":{\"one\":\"%{count} seconde\",\"other\":\"%{count} seconden\"}}},\"devise\":{\"confirmations\":{\"confirmed\":\"Uw account is bevestigd. U wordt nu ingelogd.\",\"send_instructions\":\"Binnen enkele minuten zal u een email ontvangen met instructies om uw account te bevestigen.\"},\"failure\":{\"inactive\":\"Uw account is nog niet geactiveerd.\",\"invalid\":\"Ongeldig email adres of wachtwoord.\",\"invalid_token\":\"Ongeldig authenticatie token.\",\"locked\":\"Uw account is vergrendeld.\",\"timeout\":\"Uw sessie is verlopen, gelieve opnieuw in te loggen om verder te gaan.\",\"unauthenticated\":\"U moet inloggen of u registeren voordat u verder gaat.\",\"unconfirmed\":\"U moet uw account bevestigen voordat u verder gaat.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Bevestigings-instructies\"},\"reset_password_instructions\":{\"subject\":\"Wachtwoord herstel instructies\"},\"unlock_instructions\":{\"subject\":\"Ontgrendel-instructies\"}},\"passwords\":{\"send_instructions\":\"Binnen enkele minuten zal u een email krijgen met instructies om uw wachtwoord opnieuw in te stellen.\",\"updated\":\"Uw wachtwoord is veranderd. U wordt nu ingelogd.\"},\"registrations\":{\"destroyed\":\"Dag! Uw account is geannuleerd. We hopen u vlug terug te zien.\",\"signed_up\":\"Uw registratie is voltooid. Als het ingeschakeld is wordt een bevestiging naar uw email adres verzonden.\",\"updated\":\"Het bijwerken van uw account is gelukt.\"},\"sessions\":{\"signed_in\":\"Inloggen gelukt.\",\"signed_out\":\"Uitloggen gelukt.\"},\"unlocks\":{\"send_instructions\":\"Binnen enkele minuten zal u een email krijgen met instructies om uw account te ontgrendelen.\",\"unlocked\":\"Uw account is ontgrendeld. U wordt nu ingelogd.\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"was al bevestigd\",\"not_found\":\"niet gevonden\",\"not_locked\":\"was niet vergrendeld\"}},\"jobs\":{\"allowed_failures\":\"Toegestane mislukkingen\",\"author\":\"Auteur\",\"branch\":\"Tak\",\"build_matrix\":\"Bouw matrix\",\"compare\":\"Vergelijk\",\"config\":\"Configuratie\",\"duration\":\"Duur\",\"finished_at\":\"Voltooid\",\"message\":\"Bericht\",\"messages\":{\"sponsored_by\":\"Deze testen zijn uitgevoerd op een machine gesponsord door\"},\"started_at\":\"Gestart\",\"commit\":\"Commit\",\"committer\":\"Committer\"},\"layouts\":{\"about\":{\"alpha\":\"Dit is in alfa-stadium.\",\"join\":\"Doe met ons mee en help!\",\"mailing_list\":\"Mailing lijst\",\"messages\":{\"alpha\":\"Gelieve deze service
niet te beschouwen als stabiel. Daar zijn we nog lang niet! Meer info
hier.\"},\"repository\":\"Repository\",\"twitter\":\"Twitter\"},\"application\":{\"fork_me\":\"Maak een fork op Github\",\"my_repositories\":\"Mijn repositories\",\"recent\":\"Recent\",\"search\":\"Zoeken\",\"sponsers\":\"Sponsors\",\"sponsors_link\":\"Bekijk al onze geweldige sponsors →\"},\"mobile\":{\"author\":\"Auteur\",\"build\":\"Bouw\",\"build_matrix\":\"Bouw matrix\",\"compare\":\"Vergelijk\",\"config\":\"Configuratie\",\"duration\":\"Duur\",\"finished_at\":\"Voltooid op\",\"job\":\"Taak\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"log\":\"Logboek\"},\"top\":{\"admin\":\"Administratie\",\"blog\":\"Blog\",\"docs\":\"Documentatie\",\"github_login\":\"Inloggen met Github\",\"home\":\"Home\",\"profile\":\"Profiel\",\"sign_out\":\"Uitloggen\",\"stats\":\"Statistieken\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"nl\":\"Nederlands\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"pt-BR\":\"português brasileiro\"},\"no_job\":\"Er zijn geen taken\",\"profiles\":{\"show\":{\"email\":\"Email adres\",\"github\":\"Github\",\"message\":{\"config\":\"hoe eigen bouw-opties in te stellen\",\"your_repos\":\"Zet de schakelaars hieronder aan om de Travis hook voor uw projecten te activeren en push daarna naar Github
\\nOm te testen tegen meerdere rubies, zie\"},\"messages\":{\"notice\":\"Om te beginnen kunt u onze
startersgids lezen.\\\\n
Het zal maar enkele minuten van uw tijd vergen.\"},\"update\":\"Bijwerken\",\"update_locale\":\"Bijwerken\",\"your_locale\":\"Uw taal\",\"your_repos\":\"Uw repositories\",\"token\":\"Token\"}},\"queue\":\"Wachtrij\",\"repositories\":{\"branch\":\"Tak\",\"duration\":\"Duur\",\"finished_at\":\"Voltooid\",\"image_url\":\"Afbeeldings URL\",\"message\":\"Bericht\",\"started_at\":\"Gestart\",\"tabs\":{\"branches\":\"Tak samenvatting\",\"build\":\"Bouw\",\"build_history\":\"Bouw geschiedenis\",\"current\":\"Huidig\",\"job\":\"Taak\"},\"commit\":\"Commit\",\"markdown\":\"Markdown\",\"rdoc\":\"RDOC\",\"textile\":\"Textile\"},\"repository\":{\"duration\":\"Duur\"},\"statistics\":{\"index\":{\"build_count\":\"Bouw aantal\",\"count\":\"Aantal\",\"last_month\":\"voorbije maand\",\"repo_growth\":\"Repository groei\",\"total_builds\":\"Bouw totaal\",\"total_projects\":\"Projecten/Repository totaal\"}},\"workers\":\"Machines\",\"home\":{\"name\":\"Hoofdpagina\"}},\"pl\":{\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} godzina\",\"other\":\"%{count} godziny\"},\"minutes_exact\":{\"one\":\"%{count} minuta\",\"other\":\"%{count} minuty\"},\"seconds_exact\":{\"one\":\"%{count} sekunda\",\"other\":\"%{count} sekundy\"}}},\"workers\":\"Workers\",\"queue\":\"Kolejka\",\"no_job\":\"Brak zadań\",\"repositories\":{\"branch\":\"Gałąź\",\"image_url\":\"URL obrazka\",\"markdown\":\"Markdown\",\"textile\":\"Textile\",\"rdoc\":\"RDOC\",\"commit\":\"Commit\",\"message\":\"Opis\",\"started_at\":\"Rozpoczęto\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\",\"tabs\":{\"current\":\"Aktualny\",\"build_history\":\"Historia Buildów\",\"branches\":\"Wszystkie Gałęzie\",\"build\":\"Build\",\"job\":\"Zadanie\"}},\"build\":{\"job\":\"Zadanie\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\"},\"jobs\":{\"messages\":{\"sponsored_by\":\"Te testy zostały uruchomione na maszynie sponsorowanej przez\"},\"build_matrix\":\"Macierz Buildów\",\"allowed_failures\":\"Dopuszczalne Niepowodzenia\",\"author\":\"Autor\",\"config\":\"Konfiguracja\",\"compare\":\"Porównanie\",\"committer\":\"Committer\",\"branch\":\"Gałąź\",\"commit\":\"Commit\",\"message\":\"Opis\",\"started_at\":\"Rozpoczęto\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\",\"sponsored_by\":\"Te testy zostały uruchomione na maszynie sponsorowanej przez\"},\"builds\":{\"name\":\"Build\",\"messages\":{\"sponsored_by\":\"Te testy zostały uruchomione na maszynie sponsorowanej przez\"},\"build_matrix\":\"Macierz Buildów\",\"allowed_failures\":\"Dopuszczalne Niepowodzenia\",\"author\":\"Autor\",\"config\":\"Konfiguracja\",\"compare\":\"Porównanie\",\"committer\":\"Komitujący\",\"branch\":\"Gałąź\",\"commit\":\"Commit\",\"message\":\"Opis\",\"started_at\":\"Rozpoczęto\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\"},\"layouts\":{\"top\":{\"home\":\"Start\",\"blog\":\"Blog\",\"docs\":\"Dokumentacja\",\"stats\":\"Statystki\",\"github_login\":\"Zaloguj się przy pomocy Githuba\",\"profile\":\"Profil\",\"sign_out\":\"Wyloguj się\"},\"application\":{\"fork_me\":\"Fork me on Github\",\"recent\":\"Ostatnie\",\"search\":\"Wyniki\",\"sponsers\":\"Sponsorzy\",\"sponsors_link\":\"Zobacz naszych wszystkich wspaniałych sponsorów →\",\"my_repositories\":\"Moje repozytoria\"},\"about\":{\"alpha\":\"To wciąż jest wersja alpha.\",\"messages\":{\"alpha\":\"Proszę
nie traktuj tego jako stabilnej usługi. Wciąż nam wiele do tego brakuje! Więcej informacji znajdziesz
tutaj.\"},\"join\":\"Pomóż i dołącz do nas!\",\"mailing_list\":\"Lista mailingowa\",\"repository\":\"Repozytorium\",\"twitter\":\"Twitter\"},\"mobile\":{\"author\":\"Autor\",\"build\":\"Build\",\"build_matrix\":\"Macierz Buildów\",\"commit\":\"Commit\",\"committer\":\"Komitujący\",\"compare\":\"Porównianie\",\"config\":\"Konfiguracja\",\"duration\":\"Czas trwania\",\"finished_at\":\"Zakończono\",\"job\":\"Zadanie\",\"log\":\"Log\"}},\"profiles\":{\"show\":{\"email\":\"Email\",\"github\":\"Github\",\"message\":{\"your_repos\":\" Przesuń suwak poniżej, aby włączyć Travisa, dla twoich projektów, a następnie umieść swój kod na GitHubie.
\\n Aby testować swój kod przy użyciu wielu wersji Rubiego, zobacz\",\"config\":\"jak skonfigurować niestandardowe opcje builda\"},\"messages\":{\"notice\":\"Aby zacząć, przeczytaj nasz
Przewodnik .\\n
Zajmie ci to tylko kilka minut.\"},\"token\":\"Token\",\"your_repos\":\"Twoje repozytoria\"}},\"statistics\":{\"index\":{\"count\":\"Ilość\",\"repo_growth\":\"Przyrost repozytoriów\",\"total_projects\":\"Łącznie projektów/repozytoriów\",\"build_count\":\"Liczba buildów\",\"last_month\":\"ostatni miesiąc\",\"total_builds\":\"Łącznie Buildów\"}},\"date\":{\"abbr_day_names\":[\"nie\",\"pon\",\"wto\",\"śro\",\"czw\",\"pią\",\"sob\"],\"abbr_month_names\":[\"sty\",\"lut\",\"mar\",\"kwi\",\"maj\",\"cze\",\"lip\",\"sie\",\"wrz\",\"paź\",\"lis\",\"gru\"],\"day_names\":[\"niedziela\",\"poniedziałek\",\"wtorek\",\"środa\",\"czwartek\",\"piątek\",\"sobota\"],\"formats\":{\"default\":\"%d-%m-%Y\",\"long\":\"%B %d, %Y\",\"short\":\"%d %b\"},\"month_names\":[\"styczeń\",\"luty\",\"marzec\",\"kwiecień\",\"maj\",\"czerwiec\",\"lipiec\",\"sierpień\",\"wrzesień\",\"październik\",\"listopad\",\"grudzień\"],\"order\":[\"day\",\"month\",\"year\"]},\"errors\":{\"format\":\"%{attribute} %{message}\",\"messages\":{\"accepted\":\"musi zostać zaakceptowane\",\"blank\":\"nie może być puste\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"ja\":\"日本語\",\"ru\":\"Русский\",\"fr\":\"Français\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}},\"pt-BR\":{\"admin\":{\"actions\":{\"create\":\"criar\",\"created\":\"criado\",\"delete\":\"deletar\",\"deleted\":\"deletado\",\"update\":\"atualizar\",\"updated\":\"atualizado\"},\"credentials\":{\"log_out\":\"Deslogar\"},\"dashboard\":{\"add_new\":\"Adicionar novo\",\"ago\":\"atrás\",\"last_used\":\"Última utilização\",\"model_name\":\"Nome do modelo\",\"modify\":\"Modificar\",\"name\":\"Dashboard\",\"pagename\":\"Administração do site\",\"records\":\"Registros\",\"show\":\"Mostrar\"},\"delete\":{\"confirmation\":\"Sim, tenho certeza\",\"flash_confirmation\":\"%{name} foi destruído com sucesso\"},\"flash\":{\"error\":\"%{name} falhou ao %{action}\",\"noaction\":\"Nenhuma ação foi tomada\",\"successful\":\"%{name} foi %{action} com sucesso\"},\"history\":{\"name\":\"Histórico\",\"no_activity\":\"Nenhuma Atividade\",\"page_name\":\"Histórico para %{name}\"},\"list\":{\"add_new\":\"Adicionar novo\",\"delete_action\":\"Deletar\",\"delete_selected\":\"Deletar selecionados\",\"edit_action\":\"Editar\",\"search\":\"Buscar\",\"select\":\"Selecionar %{name} para editar\",\"select_action\":\"Selecionar\",\"show_all\":\"Mostrar todos\"},\"new\":{\"basic_info\":\"Informações básicas\",\"cancel\":\"Cancelar\",\"chosen\":\"Escolhido %{name}\",\"chose_all\":\"Escolher todos\",\"clear_all\":\"Limpar todos\",\"many_chars\":\"caracteres ou menos.\",\"one_char\":\"caractere.\",\"optional\":\"Opcional\",\"required\":\"Requerido\",\"save\":\"Salvar\",\"save_and_add_another\":\"Salvar e adicionar outro\",\"save_and_edit\":\"Salvar e alterar\",\"select_choice\":\"Selecione e clique\"}},\"build\":{\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"job\":\"Trabalho\"},\"builds\":{\"allowed_failures\":\"Falhas Permitidas\",\"author\":\"Autor\",\"branch\":\"Branch\",\"build_matrix\":\"Matriz de Build\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"compare\":\"Comparar\",\"config\":\"Config\",\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"message\":\"Mensagem\",\"messages\":{\"sponsored_by\":\"Esta série de testes foi executada em uma caixa de processos patrocinada por\"},\"name\":\"Build\",\"started_at\":\"Iniciou em\"},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} hora\",\"other\":\"%{count} horas\"},\"minutes_exact\":{\"one\":\"%{count} minuto\",\"other\":\"%{count} minutos\"},\"seconds_exact\":{\"one\":\"%{count} segundo\",\"other\":\"%{count} segundos\"}}},\"devise\":{\"confirmations\":{\"confirmed\":\"Sua conta foi confirmada com sucesso. Você agora está logado.\",\"send_instructions\":\"Você receberá um email com instruções de como confirmar sua conta em alguns minutos.\"},\"failure\":{\"inactive\":\"Sua conta ainda não foi ativada.\",\"invalid\":\"Email ou senha inválidos.\",\"invalid_token\":\"Token de autenticação inválido.\",\"locked\":\"Sua conta está trancada.\",\"timeout\":\"Sua sessão expirou, por favor faça seu login novamente.\",\"unauthenticated\":\"Você precisa fazer o login ou cadastrar-se antes de continuar.\",\"unconfirmed\":\"Você precisa confirmar sua conta antes de continuar.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Instruções de confirmação\"},\"reset_password_instructions\":{\"subject\":\"Instruções de atualização de senha\"},\"unlock_instructions\":{\"subject\":\"Instruções de destrancamento\"}},\"passwords\":{\"send_instructions\":\"Você receberá um email com instruções de como atualizar sua senha em alguns minutos.\",\"updated\":\"Sua senha foi alterada com sucesso. Você agora está logado.\"},\"registrations\":{\"destroyed\":\"Tchau! Sua conta foi cancelada com sucesso. Esperamos vê-lo novamente em breve!\",\"signed_up\":\"Você se cadastrou com sucesso. Se ativada, uma confirmação foi enviada para seu email.\",\"updated\":\"Você atualizou sua conta com sucesso.\"},\"sessions\":{\"signed_in\":\"Logado com sucesso.\",\"signed_out\":\"Deslogado com sucesso.\"},\"unlocks\":{\"send_instructions\":\"Você receberá um email com instruções de como destrancar sua conta em alguns minutos.\",\"unlocked\":\"Sua conta foi destrancada com sucesso. Você agora está logado.\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"já foi confirmado\",\"not_found\":\"não encontrado\",\"not_locked\":\"não estava trancado\"}},\"home\":{\"name\":\"home\"},\"jobs\":{\"allowed_failures\":\"Falhas Permitidas\",\"author\":\"Autor\",\"branch\":\"Branch\",\"build_matrix\":\"Matriz de Build\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"compare\":\"Comparar\",\"config\":\"Config\",\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"message\":\"Mensagem\",\"messages\":{\"sponsored_by\":\"Esta série de testes foi executada em uma caixa de processos patrocinada por\"},\"started_at\":\"Iniciou em\"},\"layouts\":{\"about\":{\"alpha\":\"Isto é um alpha.\",\"join\":\"Junte-se à nós e ajude!\",\"mailing_list\":\"Lista de email\",\"messages\":{\"alpha\":\"Por favor,
não considere isto um serviço estável. Estamos muito longe disso! Mais informações
aqui.\"},\"repository\":\"Repositório\",\"twitter\":\"Twitter\"},\"application\":{\"fork_me\":\"Faça fork no Github\",\"my_repositories\":\"Meus Repositórios\",\"recent\":\"Recentes\",\"search\":\"Buscar\",\"sponsers\":\"Patrocinadores\",\"sponsors_link\":\"Conheça todos os nossos patrocinadores →\"},\"mobile\":{\"author\":\"Autor\",\"build\":\"Build\",\"build_matrix\":\"Matriz de Build\",\"commit\":\"Commit\",\"committer\":\"Committer\",\"compare\":\"Comparar\",\"config\":\"Config\",\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"job\":\"Trabalho\",\"log\":\"Log\"},\"top\":{\"admin\":\"Admin\",\"blog\":\"Blog\",\"docs\":\"Documentação\",\"github_login\":\"Logue com o Github\",\"home\":\"Home\",\"profile\":\"Perfil\",\"sign_out\":\"Sair\",\"stats\":\"Estatísticas\"}},\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"fr\":\"Français\",\"ja\":\"日本語\",\"nb\":\"Norsk Bokmål\",\"nl\":\"Nederlands\",\"pl\":\"Polski\",\"ru\":\"Русский\",\"pt-BR\":\"português brasileiro\"},\"no_job\":\"Não há trabalhos\",\"profiles\":{\"show\":{\"email\":\"Email\",\"github\":\"Github\",\"message\":{\"config\":\"como configurar opções de build\",\"your_repos\":\"Use os botões abaixo para ligar ou desligar o hook de serviço do Travis para seus projetos, e então, faça um push para o Github.
Para testar com múltiplas versões do Ruby, leia\"},\"messages\":{\"notice\":\"Para começar, leia nosso
Guia de início.
Só leva alguns minutinhos.\"},\"token\":\"Token\",\"update\":\"Atualizar\",\"update_locale\":\"Atualizar\",\"your_locale\":\"Sua língua\",\"your_repos\":\"Seus Repositórios\"}},\"queue\":\"Fila\",\"repositories\":{\"branch\":\"Branch\",\"commit\":\"Commit\",\"duration\":\"Duração\",\"finished_at\":\"Concluído em\",\"image_url\":\"URL da imagem\",\"markdown\":\"Markdown\",\"message\":\"Mensagem\",\"rdoc\":\"RDOC\",\"started_at\":\"Iniciou em\",\"tabs\":{\"branches\":\"Sumário do Branch\",\"build\":\"Build\",\"build_history\":\"Histórico de Build\",\"current\":\"Atual\",\"job\":\"Trabalho\"},\"textile\":\"Textile\"},\"repository\":{\"duration\":\"Duração\"},\"statistics\":{\"index\":{\"build_count\":\"Número de Builds\",\"count\":\"Número\",\"last_month\":\"último mês\",\"repo_growth\":\"Crescimento de Repositório\",\"total_builds\":\"Total de Builds\",\"total_projects\":\"Total de Projetos/Repositórios\"}},\"workers\":\"Processos\"},\"ru\":{\"admin\":{\"actions\":{\"create\":\"создать\",\"created\":\"создано\",\"delete\":\"удалить\",\"deleted\":\"удалено\",\"update\":\"обновить\",\"updated\":\"обновлено\"},\"credentials\":{\"log_out\":\"Выход\"},\"dashboard\":{\"add_new\":\"Добавить\",\"ago\":\"назад\",\"last_used\":\"Использовалось в последний раз\",\"model_name\":\"Имя модели\",\"modify\":\"Изменить\",\"name\":\"Панель управления\",\"pagename\":\"Управление сайтом\",\"records\":\"Записи\",\"show\":\"Показать\"},\"delete\":{\"confirmation\":\"Да, я уверен\",\"flash_confirmation\":\"%{name} успешно удалено\"},\"history\":{\"name\":\"История\",\"no_activity\":\"Нет активности\",\"page_name\":\"История %{name}\"},\"list\":{\"add_new\":\"Добавить\",\"delete_action\":\"Удалить\",\"delete_selected\":\"Удалить выбранные\",\"edit_action\":\"Редактировать\",\"search\":\"Поиск\",\"select\":\"Для редактирования выберите %{name}\",\"select_action\":\"Выбрать\",\"show_all\":\"Показать все\"},\"new\":{\"basic_info\":\"Основная информация\",\"cancel\":\"Отмена\",\"chosen\":\"Выбрано %{name}\",\"chose_all\":\"Выбрать все\",\"clear_all\":\"Очистить все\",\"one_char\":\"символ.\",\"optional\":\"Необязательно\",\"required\":\"Обязательно\",\"save\":\"Сохранить\",\"save_and_add_another\":\"Сохранить и добавить другое\",\"save_and_edit\":\"Сохранить и продолжить редактирование\",\"select_choice\":\"Выберите и кликните\",\"many_chars\":\"символов или меньше.\"},\"flash\":{\"error\":\"%{name} не удалось %{action}\",\"noaction\":\"Никаких действий не произведено\",\"successful\":\"%{name} было успешно %{action}\"}},\"build\":{\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"job\":\"Задача\"},\"builds\":{\"allowed_failures\":\"Допустимые неудачи\",\"author\":\"Автор\",\"branch\":\"Ветка\",\"build_matrix\":\"Матрица\",\"commit\":\"Коммит\",\"committer\":\"Коммитер\",\"compare\":\"Дифф\",\"config\":\"Конфигурация\",\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"message\":\"Комментарий\",\"messages\":{\"sponsored_by\":\"Эта серия тестов была запущена на машине, спонсируемой\"},\"name\":\"Билд\",\"started_at\":\"Начало\"},\"datetime\":{\"distance_in_words\":{\"hours_exact\":{\"one\":\"%{count} час\",\"few\":\"%{count} часа\",\"many\":\"%{count} часов\",\"other\":\"%{count} часа\"},\"minutes_exact\":{\"one\":\"%{count} минута\",\"few\":\"%{count} минуты\",\"many\":\"%{count} минут\",\"other\":\"%{count} минуты\"},\"seconds_exact\":{\"one\":\"%{count} секунда\",\"few\":\"%{count} секунды\",\"many\":\"%{count} секунд\",\"other\":\"%{count} секунды\"}}},\"devise\":{\"confirmations\":{\"confirmed\":\"Ваш аккаунт успешно подтвержден. Приветствуем!\",\"send_instructions\":\"В течении нескольких минут вы получите электронное письмо с инструкциями для прохождения процедуры подтверждения аккаунта.\"},\"failure\":{\"inactive\":\"Ваш аккаунт еще не активирован.\",\"invalid\":\"Ошибка в адресе почты или пароле.\",\"invalid_token\":\"Неправильный токен аутентификации.\",\"locked\":\"Ваш аккаунт заблокирован.\",\"timeout\":\"Сессия окончена. Для продолжения работы войдите снова.\",\"unauthenticated\":\"Вам нужно войти или зарегистрироваться.\",\"unconfirmed\":\"Вы должны сначала подтвердить свой аккаунт.\"},\"mailer\":{\"confirmation_instructions\":{\"subject\":\"Инструкции для подтверждению аккаунта\"},\"reset_password_instructions\":{\"subject\":\"Инструкции для сброса пароля\"},\"unlock_instructions\":{\"subject\":\"Инструкции для разблокирования аккаунта\"}},\"passwords\":{\"send_instructions\":\"В течении нескольких минут вы получите электронное письмо с инструкциями для сброса пароля.\",\"updated\":\"Ваш пароль успешно изменен. Приветствуем!\"},\"registrations\":{\"destroyed\":\"Ваш аккаунт был успешно удален. Живите долго и процветайте!\",\"signed_up\":\"Вы успешно прошли регистрацию. Инструкции для подтверждения аккаунта отправлены на ваш электронный адрес.\",\"updated\":\"Аккаунт успешно обновлен.\"},\"sessions\":{\"signed_in\":\"Приветствуем!\",\"signed_out\":\"Удачи!\"},\"unlocks\":{\"send_instructions\":\"В течении нескольких минут вы получите электронное письмо с инструкциям для разблокировния аккаунта.\",\"unlocked\":\"Ваш аккаунт успешно разблокирован. Приветствуем!\"}},\"errors\":{\"messages\":{\"already_confirmed\":\"уже подтвержден\",\"not_found\":\"не найден\",\"not_locked\":\"не заблокирован\"}},\"home\":{\"name\":\"Главная\"},\"jobs\":{\"allowed_failures\":\"Допустимые неудачи\",\"author\":\"Автор\",\"branch\":\"Ветка\",\"build_matrix\":\"Матрица\",\"commit\":\"Коммит\",\"committer\":\"Коммитер\",\"compare\":\"Сравнение\",\"config\":\"Конфигурация\",\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"message\":\"Комментарий\",\"messages\":{\"sponsored_by\":\"Эта серия тестов была запущена на машине спонсируемой\"},\"started_at\":\"Начало\"},\"layouts\":{\"about\":{\"alpha\":\"Это альфа-версия\",\"join\":\"Присоединяйтесь к нам и помогайте!\",\"mailing_list\":\"Лист рассылки\",\"messages\":{\"alpha\":\"Пожалуйста,
не считайте данный сервис стабильным. Мы еще очень далеки от стабильности!
Подробности\"},\"repository\":\"Репозиторий\",\"twitter\":\"Twitter\"},\"application\":{\"fork_me\":\"Fork me on Github\",\"my_repositories\":\"Мои репозитории\",\"recent\":\"Недавние\",\"search\":\"Поиск\",\"sponsers\":\"Спонсоры\",\"sponsors_link\":\"Список всех наших замечательных спонсоров →\"},\"mobile\":{\"author\":\"Автор\",\"build\":\"Сборка\",\"build_matrix\":\"Матрица сборок\",\"commit\":\"Коммит\",\"committer\":\"Коммитер\",\"compare\":\"Сравнение\",\"config\":\"Конфигурация\",\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"job\":\"Задача\",\"log\":\"Журнал\"},\"top\":{\"admin\":\"Управление\",\"blog\":\"Блог\",\"docs\":\"Документация\",\"github_login\":\"Войти через Github\",\"home\":\"Главная\",\"profile\":\"Профиль\",\"sign_out\":\"Выход\",\"stats\":\"Статистика\"}},\"no_job\":\"Очередь пуста\",\"profiles\":{\"show\":{\"email\":\"Электронная почта\",\"github\":\"Github\",\"message\":{\"config\":\"как настроить специальные опции билда\",\"your_repos\":\"Используйте переключатели, чтобы включить Travis service hook для вашего проекта, а потом отправьте код на GitHub.
\\nДля тестирования на нескольких версиях Ruby смотрите\"},\"messages\":{\"notice\":\"Перед началом, пожалуйста, прочтите
Руководство для быстрого старта.
Это займет всего несколько минут.\"},\"token\":\"Токен\",\"update\":\"Обновить\",\"update_locale\":\"Обновить\",\"your_locale\":\"Ваш язык\",\"your_repos\":\"Ваши репозитории\"}},\"queue\":\"Очередь\",\"repositories\":{\"branch\":\"Ветка\",\"commit\":\"Коммит\",\"duration\":\"Длительность\",\"finished_at\":\"Завершен\",\"image_url\":\"URL изображения\",\"markdown\":\"Markdown\",\"message\":\"Комментарий\",\"rdoc\":\"RDOC\",\"started_at\":\"Начало\",\"tabs\":{\"branches\":\"Статус веток\",\"build\":\"Билд\",\"build_history\":\"История\",\"current\":\"Текущий\",\"job\":\"Задача\"},\"textile\":\"Textile\"},\"repository\":{\"duration\":\"Длительность\"},\"statistics\":{\"index\":{\"build_count\":\"Количество билдов\",\"count\":\"Количество\",\"last_month\":\"прошлый месяц\",\"repo_growth\":\"Рост числа репозиториев\",\"total_builds\":\"Всего билдов\",\"total_projects\":\"Всего проектов/репозиториев\"}},\"workers\":\"Машины\",\"locales\":{\"en\":\"English\",\"es\":\"Español\",\"ja\":\"日本語\",\"ru\":\"Русский\",\"fr\":\"Français\",\"nb\":\"Norsk Bokmål\",\"pl\":\"Polski\",\"nl\":\"Nederlands\",\"pt-BR\":\"português brasileiro\"}}};\n\n\n})();\n//@ sourceURL=config/locales");minispade.register('ext/ember/bound_helper', "(function() {// https://gist.github.com/2018185\n// For reference: https://github.com/wagenet/ember.js/blob/ac66dcb8a1cbe91d736074441f853e0da474ee6e/packages/ember-handlebars/lib/views/bound_property_view.js\nvar BoundHelperView = Ember.View.extend(Ember._Metamorph, {\n\n context: null,\n options: null,\n property: null,\n // paths of the property that are also observed\n propertyPaths: [],\n\n value: Ember.K,\n\n valueForRender: function() {\n var value = this.value(Ember.get(this.context, this.property), this.options);\n if (this.options.escaped) { value = Handlebars.Utils.escapeExpression(value); }\n return value;\n },\n\n render: function(buffer) {\n buffer.push(this.valueForRender());\n },\n\n valueDidChange: function() {\n if (this.morph.isRemoved()) { return; }\n this.morph.html(this.valueForRender());\n },\n\n didInsertElement: function() {\n this.valueDidChange();\n },\n\n init: function() {\n this._super();\n Ember.addObserver(this.context, this.property, this, 'valueDidChange');\n this.get('propertyPaths').forEach(function(propName) {\n Ember.addObserver(this.context, this.property + '.' + propName, this, 'valueDidChange');\n }, this);\n },\n\n destroy: function() {\n Ember.removeObserver(this.context, this.property, this, 'valueDidChange');\n this.get('propertyPaths').forEach(function(propName) {\n this.context.removeObserver(this.property + '.' + propName, this, 'valueDidChange');\n }, this);\n this._super();\n }\n\n});\n\nEmber.registerBoundHelper = function(name, func) {\n var propertyPaths = Array.prototype.slice.call(arguments, 2);\n Ember.Handlebars.registerHelper(name, function(property, options) {\n var data = options.data,\n view = data.view,\n ctx = this;\n\n var bindView = view.createChildView(BoundHelperView, {\n property: property,\n propertyPaths: propertyPaths,\n context: ctx,\n options: options.hash,\n value: func\n });\n\n view.appendChild(bindView);\n });\n};\n\n\n})();\n//@ sourceURL=ext/ember/bound_helper");minispade.register('ext/ember/namespace', "(function() {Em.Namespace.reopen = Em.Namespace.reopenClass\n\n\n\n})();\n//@ sourceURL=ext/ember/namespace");
\ No newline at end of file
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index e698c297..1f260bd3 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -1,547 +1,547 @@
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application.sass */
html, body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
@@ -552,206 +552,206 @@ html, body {
color: #666666;
}
-/* line 12, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application.sass */
+/* line 12, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application.sass */
a {
color: #666666;
text-decoration: none;
}
-/* line 16, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application.sass */
+/* line 16, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application.sass */
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application.sass */
li {
padding: 0;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/auth.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/auth.sass */
#auth-frame {
top: 50%;
left: 50%;
@@ -772,189 +772,189 @@ li {
-o-border-radius: 10px;
border-radius: 10px;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/flash.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/flash.sass */
#flash-messages {
position: absolute;
left: 400px;
@@ -962,582 +962,582 @@ li {
font-size: 25px;
color: white;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/loading.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/loading.sass */
.loading {
padding: 15px 25px 0 0;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/loading.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/loading.sass */
.loading span {
padding-right: 25px;
font-size: 12px;
color: #aaaaaa;
background: url('data:image/gif;base64,R0lGODlhEAAIAPMHAP///+vr66CgoN7e3rW1tYuLi/X19Wtra3t7e87OzsbGxqGhodfX142NjZaWlqurqyH/C05FVFNDQVBFMi4wAwEAAAAh/hoiQ3JlYXRlZCB3aXRoIENoaW1wbHkuY29tIgAh+QQACgD/ACwAAAAAEAAIAAADKXiq0P7glHmglRSMPUDgBlZUQ/B5ZhBOo2Z2qSqSL2qumaEbwK7PFkgCACH5BAAKAP8ALAAAAAAQAAgAAAQwsKCJwLkH6F2Er0dRZJvWfZaYBUNrnAKoAkEdvF6cjrSNoyGe7QaT8QxIpISyI5UiACH5BAAKAP8ALAAAAAAQAAgAAAQvcIkpALoInL0F+Y41ZUdhHh4oCqRZoB8RIqPmwirN2mcqr61ebFYrnSQUC4b3igAAIfkEAAoA/wAsAAAAABAACAAABDAQyCmqACijQpYnQEMQDWZxSgqKpFmhajiWyEmkyjq7ApzLrdqr8wHSThOKBaMpRAAAIfkEAAoA/wAsAAAAABAACAAABDMQyEmBuGKxxBl4y/IADmEKzKAmwMItpEmg6sC6CVye6dq+MV7tBtzNNp1PaGQUVJ6YTAQAIfkEAAoA/wAsAAAAABAACAAABC8QyEmrBSknQJYnxiAGgCIqnKKCQUuaA0qoCuuWZ7oa7pvPO4PQgNFwPAvCZQmIAAAh+QQACgD/ACwAAAAAEAAIAAAEKRDISau1LGlmhg+A5wGJyAUoOKADaRqpyrremYZzWRs8D/QGQGZzKQIiACH5BAAKAP8ALAAAAAAQAAgAAAMhCLrc/iyMGcCcQNLAueVD1o3eAIpk90koZ7wvABvyDEEJADs=') no-repeat right 4px;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/loading.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/loading.sass */
.loading .loading {
display: none;
}
-/* line 14, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/loading.sass */
+/* line 14, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/loading.sass */
span.loading {
padding: 0 25px 0 0;
font-size: 12px;
color: #aaaaaa;
background: url('data:image/gif;base64,R0lGODlhEAAIAPMHAP///+vr66CgoN7e3rW1tYuLi/X19Wtra3t7e87OzsbGxqGhodfX142NjZaWlqurqyH/C05FVFNDQVBFMi4wAwEAAAAh/hoiQ3JlYXRlZCB3aXRoIENoaW1wbHkuY29tIgAh+QQACgD/ACwAAAAAEAAIAAADKXiq0P7glHmglRSMPUDgBlZUQ/B5ZhBOo2Z2qSqSL2qumaEbwK7PFkgCACH5BAAKAP8ALAAAAAAQAAgAAAQwsKCJwLkH6F2Er0dRZJvWfZaYBUNrnAKoAkEdvF6cjrSNoyGe7QaT8QxIpISyI5UiACH5BAAKAP8ALAAAAAAQAAgAAAQvcIkpALoInL0F+Y41ZUdhHh4oCqRZoB8RIqPmwirN2mcqr61ebFYrnSQUC4b3igAAIfkEAAoA/wAsAAAAABAACAAABDAQyCmqACijQpYnQEMQDWZxSgqKpFmhajiWyEmkyjq7ApzLrdqr8wHSThOKBaMpRAAAIfkEAAoA/wAsAAAAABAACAAABDMQyEmBuGKxxBl4y/IADmEKzKAmwMItpEmg6sC6CVye6dq+MV7tBtzNNp1PaGQUVJ6YTAQAIfkEAAoA/wAsAAAAABAACAAABC8QyEmrBSknQJYnxiAGgCIqnKKCQUuaA0qoCuuWZ7oa7pvPO4PQgNFwPAvCZQmIAAAh+QQACgD/ACwAAAAAEAAIAAAEKRDISau1LGlmhg+A5wGJyAUoOKADaRqpyrremYZzWRs8D/QGQGZzKQIiACH5BAAKAP8ALAAAAAAQAAgAAAMhCLrc/iyMGcCcQNLAueVD1o3eAIpk90koZ7wvABvyDEEJADs=') no-repeat right 4px;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/misc.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/misc.sass */
.emoji {
vertical-align: middle;
width: 20px;
height: 20px;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/popup.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/popup.sass */
.help {
display: inline-block;
height: 19px;
@@ -1548,7 +1548,7 @@ span.loading {
cursor: pointer;
}
-/* line 12, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/popup.sass */
+/* line 12, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/popup.sass */
.popup {
top: 50%;
left: 50%;
@@ -1569,18 +1569,18 @@ span.loading {
-o-border-radius: 10px;
border-radius: 10px;
}
-/* line 20, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/popup.sass */
+/* line 20, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/popup.sass */
.popup h4 {
margin-top: 0;
font-size: 18px;
font-weight: bold;
color: #666666;
}
-/* line 26, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/popup.sass */
+/* line 26, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/popup.sass */
.popup p {
font-size: 13px;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/application/popup.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/application/popup.sass */
.popup pre {
background-color: #efefef;
margin: 0;
@@ -1591,205 +1591,205 @@ span.loading {
-o-border-radius: 4px;
border-radius: 4px;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAAFCAMAAACKJ3hCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTQ1RTZENjVGRDIwMTFFMTk4NTc5RDc4RTE0NDE5QzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTQ1RTZENjZGRDIwMTFFMTk4NTc5RDc4RTE0NDE5QzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNDVFNkQ2M0ZEMjAxMUUxOTg1NzlENzhFMTQ0MTlDNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNDVFNkQ2NEZEMjAxMUUxOTg1NzlENzhFMTQ0MTlDNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmuzigoAAAMAUExUReXo7v////7+/vj4+Nra2srKyvHx8f39/ejo6Pz8/AoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjI2NjY6Ojo+Pj5CQkJGRkZKSkpOTk5SUlJWVlZaWlpeXl5iYmJmZmZqampubm5ycnJ2dnZ6enp+fn6CgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v8DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f3+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///yjQzNcAAAA3SURBVHja7NOxEQAQEADB7780JahAKjECvFwBot0SbuZiAI9SW59rn8wQAwwCBgGDwMdBrgADAJxIA6gGyzzdAAAAAElFTkSuQmCC') repeat-y -540px top;
}
-/* line 8, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+/* line 8, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body > div {
width: 100%;
overflow-x: hidden;
}
-/* line 12, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+/* line 12, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left, #main, #right {
min-height: 100%;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
position: absolute;
top: 40px;
@@ -1798,19 +1798,19 @@ body > div {
padding-right: 10px;
}
-/* line 22, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+/* line 22, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
position: relative;
overflow: hidden;
min-width: 630px;
margin: 20px 275px 40px 290px;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main.maximized {
padding: 60px 100px 30px 440px;
}
-/* line 30, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+/* line 30, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#right {
position: absolute;
z-index: 100;
@@ -1824,167 +1824,167 @@ body > div {
}
@media screen and (min-width: 1204px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -528px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 262px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 302px;
}
}
@media screen and (min-width: 1228px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -516px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 274px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 314px;
}
}
@media screen and (min-width: 1252px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -504px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 286px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 326px;
}
}
@media screen and (min-width: 1276px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -492px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 298px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 338px;
}
}
@media screen and (min-width: 1300px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -480px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 310px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 350px;
}
}
@media screen and (min-width: 1324px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -468px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 322px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 362px;
}
}
@media screen and (min-width: 1348px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -456px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 334px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 374px;
}
}
@media screen and (min-width: 1372px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -444px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 346px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 386px;
}
}
@media screen and (min-width: 1396px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -432px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 358px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 398px;
}
}
@media screen and (min-width: 1420px) {
- /* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
body {
background-position-x: -420px;
}
- /* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left {
width: 370px;
}
- /* line 49, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 49, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#main {
margin-left: 410px;
}
}
@media screen and (max-width: 1400px) {
- /* line 53, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 53, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left .duration_label {
display: inline-block;
width: 11px;
@@ -1996,200 +1996,200 @@ body > div {
}
}
@media screen and (max-width: 1280px) {
- /* line 63, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/layout.sass */
+ /* line 63, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/layout.sass */
#left .finished_at_label {
display: none;
}
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 4, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left.sass */
+/* line 4, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left.sass */
#left #search_box {
height: 87px;
padding: 30px 20px 0 20px;
background-color: #e5e8ee;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left.sass */
#left #search_box input[type=text] {
height: 28px;
width: 97%;
@@ -2204,15 +2204,15 @@ body > div {
border-radius: 4px;
background: white url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAOCAMAAAD32Kf8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTAxOUU0NjlGOUZEMTFFMUIzNjRFMkE1NTkwNTg1MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTAxOUU0NkFGOUZEMTFFMUIzNjRFMkE1NTkwNTg1MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDE5RTQ2N0Y5RkQxMUUxQjM2NEUyQTU1OTA1ODUxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMDE5RTQ2OEY5RkQxMUUxQjM2NEUyQTU1OTA1ODUxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgR7NVAAAABsUExURf///729vf39/fz8/P7+/svLy/n5+b+/v8rKyvb29vDw8Pf39/X19cbGxubm5vv7++Li4t/f3+Dg4OHh4cfHx8zMzO/v7+Xl5cXFxfj4+Nvb2/Hx8dra2tTU1NLS0vPz88jIyNXV1dzc3NnZ2V17KoYAAAB/SURBVHjadNBHDsMwDARALaluyb2k1///MXYOBgUkeyEw4GFJpf6m6ic39VWJ4Ykt15I7+GEePDqJ2qC1bFuYQh0CKR3gpJLBso6l3KULTN3UBi+pNn8r4HaWOCK/vfOnyAIfGGNI93QUqNIhR9ZEujiB59j8eALTXny3jwADAJ/RBFKw00qxAAAAAElFTkSuQmCC') no-repeat right 8px;
}
-/* line 20, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left.sass */
+/* line 20, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left.sass */
#left .tabs #tab_owned {
display: none;
}
-/* line 24, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left.sass */
+/* line 24, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left.sass */
#left .tabs #tab_owned.display {
display: inline-block;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left.sass */
#left .toggle-info {
position: absolute;
right: 28px;
@@ -2223,194 +2223,194 @@ body > div {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlCRDgxRTNGODNFMTFFMUE5NTE4Qjg3OTNCNEVFQTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlCRDgxRTRGODNFMTFFMUE5NTE4Qjg3OTNCNEVFQTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OUJEODFFMUY4M0UxMUUxQTk1MThCODc5M0I0RUVBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0OUJEODFFMkY4M0UxMUUxQTk1MThCODc5M0I0RUVBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj06EakAAAB1UExURcXHzOXo7sXHzcXGzOXo797h59LV2tXY3c/S2OHk6uHj6srN0sbIzcbHzc/R2NDT2cbJztXX3d7h6NbZ3tLU2t7g5+Xn7uHk68jL0MbIzsfK0MrN08jL0dXY3t3g5tHT2dPW3M/S2djb4cjK0NfZ3+Tn7dja4BoAT/MAAACQSURBVHjaJI8FEkMxCER3Q+y7S917/yOWpGEmzEMWAC3pgvfBkdZi5RYbQEzdbpawxUkAGLWqUGyN0ux6rWgJp+EG3dIbiELQnHTP6aAOF/jU9iZfot4r6qu/3BPeMGTZiUf9JWBMY8KH5Z6lGFXjPi7Xs8FD55ZV3sFIXoO2iHXqb2LJFf8TZj/oCeRPgAEAF+YFOQcC4kcAAAAASUVORK5CYII=');
cursor: pointer;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts.open li .info,
#repositories.open li .info {
display: block;
}
-/* line 8, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 8, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li,
#repositories li {
position: relative;
@@ -2419,27 +2419,27 @@ body > div {
border-bottom: 1px solid #dddddd;
background-repeat: no-repeat;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li:nth-child(odd),
#repositories li:nth-child(odd) {
background-color: white;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li:nth-child(odd) .indicator,
#repositories li:nth-child(odd) .indicator {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAdCAIAAADDzRDWAAAC7mlDQ1BJQ0MgUHJvZmlsZQAAeAGFVM9rE0EU/jZuqdAiCFprDrJ4kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpFKN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJQTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog836Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcdB2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObEhj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqHBX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOrBhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2bmrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XMlymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx/GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIXv9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NSUtcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8/UXAeIuJAAAACXBIWXMAAAsTAAALEwEAmpwYAAABkElEQVQ4EY3U247BQBjA8TVKaLXEI7hwiAu8/72EkDhc4GI9g1VpiWL/7cgo25nu3Kh2fvkO/aaF8Xhs247nubVazXGccrkshCgk60uzxHA4DMPgdDpdLpfr9Xq/3x+PB0SzP74tqtXqYDA4Jut8PitmMjyDjUajn2SFYQi73W5E0zEhH9i2TTTJcqM9DRLW7/cPhwPSzAofOZDbZrNpNpv1ep2cS6WSbGM6Tyv9h2v29Xq97Xar7v9ln0aybre72+10LMNI1ul0dCzbmNmrbyoTdUFtRJOdDJPXLRtmMioa3fePR4YriiKGK8dI1m63fd8PggBDqHwjWavVAkRRPFP/Muz93u8tyyoW4/35BrBerzlbtATGWOQYwGq1Yo5c161UKhiOlslI0Gg0MEywGiKt+QDqzGvrMYBsYwYZBrBcLilA1pBOid1yvdUDWCwWFM2i6EwAexnAfD43R3iLw7dmOp0qoNr6zOb9J45DhMlk4nmeTMkM2C8As9mM14xhOnQ1pCMJAEOBARDB/KWW8hcJOPb3fiZrUQAAAABJRU5ErkJggg==');
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li:nth-child(even),
#repositories li:nth-child(even) {
background-color: #f6f6f6;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li:nth-child(even) .indicator,
#repositories li:nth-child(even) .indicator {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAdCAIAAADDzRDWAAAC7mlDQ1BJQ0MgUHJvZmlsZQAAeAGFVM9rE0EU/jZuqdAiCFprDrJ4kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpFKN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJQTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog836Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcdB2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObEhj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqHBX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOrBhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2bmrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XMlymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx/GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIXv9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NSUtcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8/UXAeIuJAAAACXBIWXMAAAsTAAALEwEAmpwYAAABn0lEQVQ4EY2UzW6CUBBGK6Lgf/dutMYYff9ncG+iMWpideEaLKaogPbgUCoULs6CwOUevplv5lKaTqf1er3dbjebzUajUa1WNU0rPeItJ7TxeOy67ul0ulwunucFQXC/33M2R8uaYRij0egrDOd8Pvu+D6PGNFjTNCeTiW1bx+MRzev1qsZCRjCShCFQA7vdbnlqESPYcDi0bVswasvD9IdMdKG2wWCw3W5j3yqVitj4vO1PR1bB+v0Py7IQJMlMtTQDaZpGr9dXYBlMIZbNqLGEB1JSfJUkd7tPLJHRYLJ4q2Jitf1+B8YU4qGu67m5JdV6juN8f7tMFk0rZoBpQLfb9X3P9wMeX2IY9sPhUC6XOSUvMQCbzYajxTGTsSjQAViv151Oh0PJ+GNAaEZc6/8bAd4fUavVEAFQ5ZYC6AyARLaOAsjWUQMZDMBqtaJoqqCG55TighO5ASyXSzWQ0AFYLBbiEq3IVBCpSIdBms1mKBDSu1+TQnNTETIoCIBI3GxhUrvlUQOYz+etVotOS9HF/14AhgIGQEYj89vPiz8hmBME75QEJwAAAABJRU5ErkJggg==');
}
-/* line 24, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 24, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li .slug-and-status,
#repositories li .slug-and-status {
white-space: nowrap;
@@ -2447,7 +2447,7 @@ body > div {
text-overflow: ellipsis;
padding-right: 35px;
}
-/* line 30, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 30, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li .last_build,
#repositories li .last_build {
position: absolute;
@@ -2455,7 +2455,7 @@ body > div {
right: 20px;
text-align: right;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li .summary,
#repositories li .summary {
width: 100%;
@@ -2466,7 +2466,7 @@ body > div {
color: #999999;
font-size: 12px;
}
-/* line 48, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 48, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li .info,
#repositories li .info {
overflow: hidden;
@@ -2476,7 +2476,7 @@ body > div {
color: #7f7f75;
display: none;
}
-/* line 55, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 55, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li .info p,
#repositories li .info p {
margin: 0 -10px 0 -10px;
@@ -2485,12 +2485,12 @@ body > div {
-moz-box-shadow: #bab9a7 0 1px 8px 0 inset;
box-shadow: #bab9a7 0 1px 8px 0 inset;
}
-/* line 60, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 60, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li .indicator,
#repositories li .indicator {
display: none;
}
-/* line 63, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 63, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li.selected .indicator,
#repositories li.selected .indicator {
display: block;
@@ -2502,7 +2502,7 @@ body > div {
background-repeat: no-repeat;
background-position: -2px -2px;
}
-/* line 73, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 73, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts .loading,
#repositories .loading {
padding: 15px 25px 15px 30px;
@@ -2510,225 +2510,225 @@ body > div {
background-image: none;
}
-/* line 79, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 79, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li {
margin-left: -4px;
padding-left: 52px;
}
-/* line 82, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 82, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li.user {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAMAAACOacfrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjNGNDlENDhGMkU2MTFFMUE0MzM5QThDQUQ3MDI4RTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjNGNDlENDlGMkU2MTFFMUE0MzM5QThDQUQ3MDI4RTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGM0Y0OUQ0NkYyRTYxMUUxQTQzMzlBOENBRDcwMjhFMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGM0Y0OUQ0N0YyRTYxMUUxQTQzMzlBOENBRDcwMjhFMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMNNIUAAABLUExURX9/f4eHh4WFhZCQkPLy8oiIiNra2vDw8LGxsf7+/sLCwvb29oCAgI+Pj5mZmdXV1ba2toODg52dnfPz87i4uN3d3aGhod/f3////yHAc80AAAAZdFJOU////////////////////////////////wABNAq3AAAAV0lEQVR42lTM2Q6AIAxE0YGCsuMu//+llqREvckkPS9F42pec+0HeJEAUBQZzdJGNP+lWHYXtYV1jC8tsILIT4VVJt91Xwm9tJ0NDm8O9iML0mqk6RFgAMVgBry2iJEPAAAAAElFTkSuQmCC');
background-position: 29px 17px;
}
-/* line 85, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 85, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li.org {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAMAAAAc7xz/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0FEOEI1NUVGMkFDMTFFMTk0NjlDMDYzRjA5MDk2N0MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0FEOEI1NUZGMkFDMTFFMTk0NjlDMDYzRjA5MDk2N0MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QUQ4QjU1Q0YyQUMxMUUxOTQ2OUMwNjNGMDkwOTY3QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QUQ4QjU1REYyQUMxMUUxOTQ2OUMwNjNGMDkwOTY3QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsEVpaAAAACiUExURX9/f4WFhZaWluLi4vDw8IqKisfHx8/Pz/7+/pOTk8jIyOXl5aysrL6+voaGhsPDw7W1tfHx8fb29uTk5L29vdjY2KWlpfn5+f39/cXFxbi4uKioqJCQkKOjo4+Pj93d3ZycnNDQ0N7e3oCAgJ+fn5GRkZqamtnZ2dvb29fX18vLy+7u7piYmKKiop2dnZubm9HR0eDg4KGhoe3t7aSkpP///9cCsuEAAAA2dFJOU///////////////////////////////////////////////////////////////////////AKGPTjEAAACtSURBVHjaVM7nFoIwDAXgi0W2gsoW3HuvvP+rmUjx6P3RnHxtTwLSGaSGkQ7aDnKYpkMBOAE5ptlyDJTkCrtUArHmCuhSR7hDXaDSPGF21s1r5onmGXCilfBDPl00L4At7YSntAfuDWce0BsehZ/DHmBlzLktw85+KBz69ZIH2znG3G3mnztZ5XC7chFElLzwTZ1EUrzCUn38pK+swpNNFP6i9IIj4y8jprcAAwCY3RhR7P84QQAAAABJRU5ErkJggg==');
background-position: 24px 17px;
}
-/* line 88, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/left/list.sass */
+/* line 88, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/left/list.sass */
#accounts li .summary {
margin-left: 0;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 4, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main.sass */
+/* line 4, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main.sass */
#main h3 {
margin: 15px 60px 0 0;
font-size: 24px;
}
-/* line 7, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main.sass */
+/* line 7, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main.sass */
#main h3 a {
text-decoration: underline;
}
-/* line 14, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main.sass */
+/* line 14, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main.sass */
#home #main .tabs #tab_build,
#home #main .tabs #tab_job,
#profile #main .tabs #tab_build,
#profile #main .tabs #tab_job {
display: none;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main.sass */
#home #main .tabs #tab_build.display,
#home #main .tabs #tab_job.display,
#profile #main .tabs #tab_build.display,
@@ -2736,206 +2736,206 @@ body > div {
display: inline-block;
}
-/* line 24, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main.sass */
+/* line 24, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main.sass */
#stats #main {
width: 600px;
padding: 20px 0 0 0;
margin-left: auto;
margin-right: auto;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list {
width: 100%;
margin: 25px 0 0 12px;
border-spacing: 0;
}
-/* line 8, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 8, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list a {
text-decoration: underline;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list caption {
margin-bottom: 8px;
text-align: left;
@@ -2943,36 +2943,36 @@ table.list caption {
font-size: 15px;
font-weight: bold;
}
-/* line 18, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 18, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list td, table.list th {
text-align: left;
font-size: 12px;
padding: 5px 20px 5px 0;
vertical-align: top;
}
-/* line 24, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 24, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list tr {
max-height: 20px;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list th {
font-size: 13px;
color: #666666;
white-space: nowrap;
border-bottom: 2px solid white;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list td {
white-space: nowrap;
border-bottom: 2px solid white;
}
-/* line 36, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 36, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list td.message {
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list td:first-child {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
@@ -2981,7 +2981,7 @@ table.list td:first-child {
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
-/* line 44, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/list.sass */
+/* line 44, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/list.sass */
table.list td:last-child {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
@@ -2990,189 +2990,189 @@ table.list td:last-child {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
pre#log {
position: relative;
clear: left;
@@ -3195,71 +3195,71 @@ pre#log {
border-radius: 4px;
overflow-x: scroll;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
pre#log p {
position: relative;
padding: 0 15px 0 50px;
margin: 0;
min-height: 16px;
}
-/* line 26, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 26, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
pre#log p:hover {
background-color: rgba(255, 255, 255, 0.05);
}
-/* line 28, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 28, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
pre#log p.highlight {
background-color: rgba(255, 255, 255, 0.05);
}
-/* line 30, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 30, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
pre#log p a {
position: absolute;
margin-left: -40px;
cursor: pointer;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
pre#log .fold {
height: 16px;
overflow: hidden;
background: #444444 url('data:image/png;base64,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') no-repeat 99.5% 2px;
cursor: pointer;
}
-/* line 40, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 40, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
pre#log .fold.open {
height: auto;
background-image: url('data:image/png;base64,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');
}
-/* line 44, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 44, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log.loading {
padding: 25px 0 0 10px;
}
-/* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log::-webkit-scrollbar {
height: 10px;
width: 10px;
}
-/* line 51, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 51, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log::-webkit-scrollbar-button:start:decrement,
#log::-webkit-scrollbar-button:end:increment {
display: none;
}
-/* line 55, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 55, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log::-webkit-scrollbar-track-piece {
background: #444444;
-webkit-border-radius: 4px;
}
-/* line 59, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 59, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log::-webkit-scrollbar-thumb:horizontal {
background: -webkit-gradient(linear, left top, left bottom, from(#85888e), to(#55585e));
-webkit-border-radius: 4px;
width: 25px;
}
-/* line 64, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 64, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log #tail {
z-index: 99;
position: absolute;
@@ -3289,20 +3289,20 @@ pre#log .fold.open {
background: -o-linear-gradient(#ffffff, #e0e0e0);
background: linear-gradient(#ffffff, #e0e0e0);
}
-/* line 85, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 85, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log #tail label {
display: none;
cursor: pointer;
}
-/* line 89, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 89, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log #tail:hover {
padding: 1px 4px 1px 6px;
}
-/* line 91, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 91, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log #tail:hover label {
display: inline;
}
-/* line 94, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 94, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log #tail .status {
display: inline-block;
margin-right: 1px;
@@ -3318,223 +3318,223 @@ pre#log .fold.open {
-moz-box-shadow: white 1px 1px 2px;
box-shadow: white 1px 1px 2px;
}
-/* line 103, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 103, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#log #tail.active .status {
background-color: #66bb00;
}
-/* line 107, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/log.sass */
+/* line 107, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/log.sass */
#main .sponsor {
float: left;
margin-top: 1px;
color: #999999;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/repository.sass */
#repository {
position: relative;
}
-/* line 6, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */
+/* line 6, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/repository.sass */
#repository .description, #repository .language {
font-weight: normal;
color: #999999;
}
-/* line 10, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */
+/* line 10, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/repository.sass */
#repository .language {
padding-right: 5px;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/repository.sass */
#repository .github-stats {
position: absolute;
top: 0;
right: 0;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/repository.sass */
#repository .github-stats > * {
float: left;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/repository.sass */
#repository .github-stats a {
height: 16px;
display: block;
@@ -3546,228 +3546,228 @@ pre#log .fold.open {
background: no-repeat 0px 2px;
color: #999999;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/repository.sass */
#repository .github-stats a.watchers {
background-image: url('data:image/png;base64,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');
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/repository.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/repository.sass */
#repository .github-stats a.forks {
background-image: url('data:image/png;base64,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');
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/summary.sass */
#summary {
margin: 0 0 0 12px;
overflow: hidden;
*zoom: 1;
}
-/* line 7, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
+/* line 7, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/summary.sass */
#summary .left,
#summary .right {
float: left;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/summary.sass */
#summary a {
text-decoration: underline;
}
-/* line 14, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
+/* line 14, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/summary.sass */
#summary dt, #summary dd {
float: left;
min-height: 25px;
margin: 0;
}
-/* line 18, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
+/* line 18, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/summary.sass */
#summary dt {
clear: left;
width: 90px;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/summary.sass */
#summary dd {
width: 150px;
white-space: nowrap;
}
-/* line 24, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
+/* line 24, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/summary.sass */
#summary > dd {
width: 80%;
min-width: 315px;
@@ -3775,199 +3775,199 @@ pre#log .fold.open {
text-overflow: ellipsis;
white-space: nowrap;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/summary.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/summary.sass */
#summary .message {
white-space: normal;
min-width: 0;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/tools.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/tools.sass */
#tools {
position: relative;
float: right;
}
-/* line 6, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/tools.sass */
+/* line 6, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/tools.sass */
#tools a {
display: block;
width: 39px;
@@ -3976,7 +3976,7 @@ pre#log .fold.open {
background: url('data:image/png;base64,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') no-repeat;
cursor: pointer;
}
-/* line 14, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/tools.sass */
+/* line 14, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/tools.sass */
#tools .pane {
display: none;
position: absolute;
@@ -3997,16 +3997,16 @@ pre#log .fold.open {
-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/tools.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/tools.sass */
#tools .pane p {
margin: 10px 0;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/tools.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/tools.sass */
#tools .pane p label {
width: 80px;
display: inline-block;
}
-/* line 32, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/main/tools.sass */
+/* line 32, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/main/tools.sass */
#tools .pane p input {
border: 1px solid #dddddd;
width: 505px;
@@ -4017,189 +4017,189 @@ pre#log .fold.open {
-o-border-radius: 3px;
border-radius: 3px;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile.sass */
#profile #main img {
float: left;
width: 48px;
@@ -4212,26 +4212,26 @@ pre#log .fold.open {
border-radius: 4px;
background-color: #dddddd;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile.sass */
#profile #main dl {
margin: 0 0 20px 18px;
}
-/* line 16, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile.sass */
+/* line 16, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile.sass */
#profile #main dt {
display: block;
float: left;
width: 50px;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile.sass */
#profile #main dd {
clear: right;
}
-/* line 24, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile.sass */
+/* line 24, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile.sass */
#profile #main .tip {
margin-top: -5px;
color: #999999;
}
-/* line 28, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile.sass */
+/* line 28, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile.sass */
#profile #main .message {
margin-top: 20px;
padding: 13px 20px;
@@ -4243,197 +4243,197 @@ pre#log .fold.open {
-o-border-radius: 4px;
border-radius: 4px;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile.sass */
#profile #main .message button.sync_now {
float: right;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks {
margin-top: 10px;
}
-/* line 7, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 7, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li {
position: relative;
height: 19px;
@@ -4442,33 +4442,33 @@ pre#log .fold.open {
overflow: hidden;
border-bottom: 1px solid #dddddd;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li:nth-child(3) {
border-top: 1px solid #dddddd;
}
-/* line 18, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 18, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li:nth-child(odd) {
background-color: #fafbfc;
}
-/* line 20, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 20, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li:nth-child(odd) .controls {
background: #fafbfc;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li:nth-child(even) {
background-color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li:nth-child(even) .controls {
background: white;
}
-/* line 28, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 28, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li > a {
float: left;
font-size: 15px;
text-decoration: none;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li .description {
display: none;
margin-left: 10px;
@@ -4478,19 +4478,19 @@ pre#log .fold.open {
text-overflow: ellipsis;
color: #999999;
}
-/* line 42, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 42, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li .controls {
position: absolute;
top: 10px;
right: 0;
white-space: nowrap;
}
-/* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li .controls a {
float: left;
display: block;
}
-/* line 51, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 51, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li .github-admin {
position: relative;
height: 20px;
@@ -4498,7 +4498,7 @@ pre#log .fold.open {
padding-right: 0;
background: url('data:image/png;base64,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') no-repeat 3px 4px;
}
-/* line 60, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 60, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li .switch {
height: 20px;
width: 80px;
@@ -4506,209 +4506,209 @@ pre#log .fold.open {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAUCAYAAAAwaEt4AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sGEwoDBFgWWZEAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAEcUlEQVRYw81YTUvrTBR+ZjJp2lhjFaF+LESpXKQUxYW4UHBRUBF3gguX/in/hEtXIhQRRANWlIILFXTR+oWKpm1Kkpl38TIhkURvudd6D5TQfMyc88xznnNmSL1eF0dHR3AcB4ZhQAiBdowQEnk/OA4hBEIIOI6DSqWCRqOBVCrV9lzBcSmlkXO1a9J/QgharRbGxsZQLBZB9vb2RCaTgWEY8DwP32mUUiQSCZTLZVBKkU6n/yio7zDLssAYA3t5ecHIyMi3gwIAnHO0Wi3kcjlUq1UMDg7iXzNKKcrlMpiqqiCEgFIKIURsavztyRlj0HX9nwJFCAHGGLq7u8Gko50CRc4nwYnLe86578/HdJOaFbx+fBYM9mNccbEKIaAoClRVBZNOdjLX5ZxBAY1yUAZAKfUD4Zz71+D9YLoGFzoOgCCwQVMU5f9FC6ZRp0w6rChKLDCEELiui+vra5imidfXV2iahkKhgEKhgGQyCdd1cXJygvf39xDDVFXF7OwsTNOEbduhcT3Pw8LCApLJZCSTfDZTSmMd/C6TqxK1YsESenh4CNM00dPTg4mJCTw/P6NUKuHm5gbr6+totVq4urrC09OT32oQQpBIJAAAFxcXsG0buq77i+84DjzP8+eXDJTzhoChlIZe6ARb4mgu7f39HWdnZ+jt7cXm5qafIqVSCaZp4vz8HL9+/YKqqqCUYmNjA4lEwgcnmUxCVVUoioK1tTUYhhHSpDh9kuD4qdQp1ki6BhurKEbd3t6i0WigWCyCMQbOOYQQmJycRKVSQaVSQT6f94Or1Wo+U1KpFIaHhyGEAOcc9/f3aDab4JwjnU4jk8lECnUwxX8klTjn0DQN6XQ6llWO40AIgaGhIaRSKZ/RrutC13VYloV0Ou0L+Pb2ti/sk5OTGB8fB6UU9XodOzs74JzD8zzMz89jaWkpMkM452CMQdO0n6lKkhVR5VpWpO7ubhBC8Pr6itHR0RAwjUYD2Ww2xLzNzU1/vFQq5YOk6zpWVlZ8DZJ6E1cRpV8/UpUURYnVGCmIY2Nj0HUdBwcHGB8fh2EYcF0Xp6ensCwLi4uLvs9CCAwPD/vMkvelLg0MDKC/vz/0flyay1Rnn5XN79SYz5wkhCCTyWB6ehpHR0fY2tpCX18f6vU67u/vkcvlMDU1Bdd1Q0LqeV5k88Y5DwH2VWEIVaWfYkxcZaKUYnV1FV1dXTg+PkatVgMATE1NYXl5GYwxuK4LRVGgaVrkrlvTNP+dr6pgsH+ilILs7++LmZmZjmwipTWbTVSrVeTz+S+PF2QHbFkWEomED4L8SbbLChTcRshnv9uKyG8uLi5+po8JBvOVeZ4HQgi6urpC/+W3ckGj9lXtLnaQdazZbH6q0t8BjOd5fvf7JwdLv3to1i4wjUYDzLZtPDw8IJvNdgQYx3FweXmJfD7fsd18O6Dbto23tzcQ27bF7u4uent7I0/UPtv6f3acGaX2nufh8fERQ0NDMAzjr6xy3H6r3e9lz3R3d4e5uTn8B4YdbMcCfa97AAAAAElFTkSuQmCC') no-repeat;
cursor: pointer;
}
-/* line 66, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 66, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li .switch.active {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAUCAIAAAC/CtwvAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sGEwoEM6/qalkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAFD0lEQVRYw71Xa4+dUxR+nrX2+75nzpw5bV1myrTaaolqiioZSlGtS1IiGpdIRAiCfyA+8EEI0YiEL+IagiC0aVqkbpXekGipuNUoU21ppy3nTM+c27v38uF0BnHOBD3tyv603/0+e69nrfXstfl7sfTI06ufW9F/wBIcGTOE4BLsu+Lc7usWnjRhXAd8gPD/A5JmLJVKkYv6+s7ivY+/+9jb1Xw+QxwpMwtDe++4vHrzFedUTX09JcRghwZKFanV/cDAgHv143TKrLM1NWMAeGQ8yg1/eencznLdmaUAD9kfAOaDj2OX1lOH5Ni4YzytDs+WHjV2bGxNwgAYCBgb8zSCZkZgZNpa8mMhqJfIZSgQaBvJEmGcOKdKEdKUHINXmFgIkYsiAQCkwRCGSUcLwYlYHNKyowQYKSZqviqQpmhB4ERSERG2ITx/qykB6CAEzQLJVsRaKnRMpLxz+ycv14q/WHbcpJnXZLpPNV9Kg68OfFGpHpgwbUGwYCLV37aV9n0zYfL5SMah6ZENMJAQEZi1NUoiIk5IM46FbRALfsd702TNI3cvnjq5d3D/78+/sWLdtm8y065OWLzq1N2d7sDyr1dXJl4qFub07J97yr6Vu4b2Y/wYURCKqloI7XWJpKMKBAhjpABR2X3bItx5w/17Sty4Ncya2vPEw6e9uWrNPSu/nzZ98u23LDlugutZvv7RjQXJjJvXN+v2hfPWLh0YLJo2S70AGCFCpZqyrS5pI1CCYHYwHZoMECfkh266su/X3/yVDxUfXOavf5KrPh9asvii83p31oLU6sHMX3PZnInlt+Ain9qoojQHbPAkDU7baQ1EEVEzgwHGpkcIhjOn57K5jqUry2V0eaaactmnrm7+xksm1WoeMG/4sZA8cOuc4R8/oro/ZbIFT2YmVFXRdhtJ15llR95oJOtN5SEYpvZ2Abpzz56e8bEAQEqtDBX9ib3H5bMUgQ/hxbWVB689864F7xT29gNnZLN2tKTKJukcQojqKiqiysMhD7nYZzMePqXETQUqGINlAJnI/qrrFUm9hVy6I+Om7PSZXFIkBXCfDXDL9uqt187/cOMmAJ2OuUSUoZlLQFyhNs5gbZcHITMqqs6petXwz+Gc/26QQFhyXs8vm1/YvnXDvi2rZuV+znbmP+j3mUhpwQATfWp9zTRz+YL5gIlaK0BVi+AEVCfttYOJ5xKJHBAEbEnYjoKs+6E6v2/2s13Jtz/9OvX42XNOP+mrXfVN/cjFCU28IRv5XQV9ZcPwLRd2ARabRirSDNMICp0kbU+8Rjm5SBkJII0+hy1aGHtmDQsH/MUzZ544Y0ZKt/Z7e2n9MBKRTL3scrk0VZV8HK3dxrkzhmf3Rq77mHgQ0qy/DoQXQExEDkstOYfIEcHQon8BALFAe/1TXb65lOuIa7VyscIoiiKxciVz32s1I4/KCX1qKktXmbd6HLvYNb9GA8WUB0Xc2nsvCUinURyLmHoEGfONA2YMSCpVEFFXZjTYiLMjPzoAiDo4wk6LHi/AK9Wg6sz7tvZ4AOEkrURqdVL/wyPskKgNgarZUK+QoEg7a0mkUqm57tqXwza508VAGO27/3T6sLyXpJrrfn/T1psnHes6j0Ljoj/kJyBgQ0OlYqHAvfsLj768brc/Gdl8QyHMwl96dTu4/J8A/31m9ItPFcO7pucHF80eHyVQ0kaKiiNE2r9QjtHFwVitVguF4gXz5/0BdY9rLIx0cN8AAAAASUVORK5CYII=') no-repeat;
}
-/* line 70, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 70, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li:hover > a {
color: #c7371a;
}
-/* line 73, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/profile/hooks.sass */
+/* line 73, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/profile/hooks.sass */
#hooks li:hover .description {
display: inline;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 4, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right.sass */
+/* line 4, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right.sass */
#right h4 {
margin: 24px 0 0 0;
}
-/* line 7, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right.sass */
+/* line 7, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right.sass */
#right ul {
margin-top: 10px;
}
-/* line 10, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right.sass */
+/* line 10, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right.sass */
#right .box {
margin-top: 25px;
padding: 15px;
@@ -4720,202 +4720,202 @@ pre#log .fold.open {
-o-border-radius: 4px;
border-radius: 4px;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right.sass */
#right .box h4 {
margin: 0;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right.sass */
#right .box a {
text-decoration: underline;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right.sass */
#right .box li {
list-style-type: square;
margin-left: 15px;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/github.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/github.sass */
#github {
display: block;
position: absolute;
@@ -4943,193 +4943,193 @@ pre#log .fold.open {
-moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px, rgba(0, 0, 0, 0.07) 0 0 3px 1px inset;
box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px, rgba(0, 0, 0, 0.07) 0 0 3px 1px inset;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 4, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 4, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #queues {
margin-top: 0;
}
-/* line 7, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 7, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #toggle-workers {
display: inline-block;
float: right;
@@ -5138,15 +5138,15 @@ pre#log .fold.open {
cursor: pointer;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAMAAABLuo1aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZGRkVGNjFGQTE0MTFFMUEzNzhDNjZGM0QyMzVGNUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZGRkVGNjJGQTE0MTFFMUEzNzhDNjZGM0QyMzVGNUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NTk1RDdFMkZBMTQxMUUxQTM3OEM2NkYzRDIzNUY1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkZGRUY2MEZBMTQxMUUxQTM3OEM2NkYzRDIzNUY1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuCIoEwAAAAGUExURcLCwv///7ZovVQAAAACdFJOU/8A5bcwSgAAAB5JREFUeNpiYEAARgSDEcpmBDEZISwwkxHMYgQIMAABgQAVaDDWjAAAAABJRU5ErkJggg==') no-repeat left 5px;
}
-/* line 14, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 14, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #toggle-workers.open {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAMAAABLuo1aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDU5NUQ3RTBGQTE0MTFFMUEzNzhDNjZGM0QyMzVGNUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDU5NUQ3RTFGQTE0MTFFMUEzNzhDNjZGM0QyMzVGNUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NTk1RDdERUZBMTQxMUUxQTM3OEM2NkYzRDIzNUY1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NTk1RDdERkZBMTQxMUUxQTM3OEM2NkYzRDIzNUY1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgZMSV4AAAAGUExURcLCwv///7ZovVQAAAACdFJOU/8A5bcwSgAAACBJREFUeNpiYAQCBgYwCWaB2QwQFojNAGUxIBhAABBgAAM5ABUYaN+yAAAAAElFTkSuQmCC');
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #workers li ul {
display: none;
}
-/* line 20, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 20, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #workers li,
#right #queues ul li {
overflow: hidden;
@@ -5154,7 +5154,7 @@ pre#log .fold.open {
margin: 0;
list-style-type: none;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #workers li h5,
#right #queues ul li h5 {
font-size: 12px;
@@ -5162,14 +5162,14 @@ pre#log .fold.open {
margin: 0px;
cursor: pointer;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #workers li ul,
#right #queues ul li ul {
margin-top: 8px;
margin-bottom: 5px;
padding-left: 1px;
}
-/* line 38, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 38, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #workers li .name,
#right #workers li .slug,
#right #queues ul li .name,
@@ -5179,22 +5179,22 @@ pre#log .fold.open {
white-space: nowrap;
text-overflow: ellipsis;
}
-/* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #workers li .name,
#right #queues ul li .name {
max-width: 140px;
}
-/* line 48, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 48, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #workers li .slug,
#right #queues ul li .slug {
max-width: 150px;
}
-/* line 51, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 51, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #workers li.open ul,
#right #queues ul li.open ul {
display: block;
}
-/* line 54, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/lists.sass */
+/* line 54, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/lists.sass */
#right #workers li .status,
#right #queues ul li .status {
display: inline-block;
@@ -5207,189 +5207,189 @@ pre#log .fold.open {
-o-border-radius: 4px;
border-radius: 4px;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/slider.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/slider.sass */
#slider {
position: absolute;
height: 100%;
@@ -5401,7 +5401,7 @@ pre#log .fold.open {
background-color: #f2f4f9;
cursor: pointer;
}
-/* line 14, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/slider.sass */
+/* line 14, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/slider.sass */
#slider .icon {
width: 5px;
height: 10px;
@@ -5411,223 +5411,223 @@ pre#log .fold.open {
margin-left: 3px;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAMAAABL52QCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTkwNzJBNjVGQTEyMTFFMUEzNzhDNjZGM0QyMzVGNUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTkwNzJBNjZGQTEyMTFFMUEzNzhDNjZGM0QyMzVGNUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBOTA3MkE2M0ZBMTIxMUUxQTM3OEM2NkYzRDIzNUY1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBOTA3MkE2NEZBMTIxMUUxQTM3OEM2NkYzRDIzNUY1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkDbZhoAAAAGUExURZmZmf///4PuMxkAAAACdFJOU/8A5bcwSgAAACBJREFUeNpiYGAEAgYGBgjJACEZICQyQMiCVYJ0AQQYAAKAABX7Qf3pAAAAAElFTkSuQmCC');
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/slider.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/slider.sass */
#slider:hover {
background: #e1e2e6;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/slider.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/slider.sass */
.maximized #main {
margin-right: 55px;
}
-/* line 30, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/slider.sass */
+/* line 30, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/slider.sass */
.maximized #right {
width: 0;
min-width: 0;
padding: 0;
}
-/* line 34, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/slider.sass */
+/* line 34, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/slider.sass */
.maximized #right *:not(#slider):not(.icon):not(.ember-view) {
display: none;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/slider.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/slider.sass */
.maximized #slider {
left: -20px;
width: 20px;
z-index: 50;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/slider.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/slider.sass */
.maximized #slider .icon {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAMAAABL52QCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTkwNzJBNjlGQTEyMTFFMUEzNzhDNjZGM0QyMzVGNUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTkwNzJBNkFGQTEyMTFFMUEzNzhDNjZGM0QyMzVGNUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBOTA3MkE2N0ZBMTIxMUUxQTM3OEM2NkYzRDIzNUY1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBOTA3MkE2OEZBMTIxMUUxQTM3OEM2NkYzRDIzNUY1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg53hAIAAAAGUExURZmZmf///4PuMxkAAAACdFJOU/8A5bcwSgAAACBJREFUeNpiYAQCBgYwwQAmGMAECoCIQGWhKoEUQIABAAKoABVX+f43AAAAAElFTkSuQmCC');
border-width: 5px 5px 5px 0;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors.top {
height: 140px;
}
-/* line 8, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 8, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors.top li {
overflow: hidden;
width: 205px;
@@ -5640,11 +5640,11 @@ pre#log .fold.open {
border-radius: 8px;
list-style-type: none;
}
-/* line 16, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 16, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors.top a {
overflow: hidden;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors.top img {
z-index: 200;
overflow: hidden;
@@ -5655,424 +5655,424 @@ pre#log .fold.open {
-o-border-radius: 8px;
border-radius: 8px;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors .platinum {
height: 130px;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors .platinum img {
height: 130px;
}
-/* line 30, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 30, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors .gold {
height: 60px;
}
-/* line 32, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 32, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors .gold img {
height: 60px;
}
-/* line 36, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 36, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors .silver h5 {
margin: 0;
}
-/* line 38, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 38, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .sponsors .silver p {
margin: 0;
}
-/* line 42, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 42, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .box .sponsors li {
list-style-type: none;
margin-left: 0;
padding-bottom: 12px;
}
-/* line 46, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 46, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .box .sponsors a {
color: #575c7c;
font-weight: bold;
text-decoration: none;
}
-/* line 51, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 51, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .hint {
margin: 0 0 0 2px;
font-size: 11px;
text-align: left;
}
-/* line 55, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/right/sponsors.sass */
+/* line 55, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/right/sponsors.sass */
#right .hint a {
color: #999999;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/stats.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/stats.sass */
#repo_count_container,
#build_count_container {
width: 100%;
height: 300px;
margin: 30px 0;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
.status {
display: inline-block;
width: 10px;
@@ -6085,277 +6085,277 @@ pre#log .fold.open {
border-radius: 5px;
}
-/* line 12, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 12, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#repositories .status,
.number .status {
background-color: #e7d100;
}
-/* line 14, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 14, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#repositories a,
.number a {
color: #666666;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#repositories .green .status,
.green .number .status {
background-color: #3fa632;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#repositories .green a,
.green .number a {
color: #108100;
}
-/* line 26, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 26, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#repositories .red .status,
.red .number .status {
background-color: #cc3d3d;
}
-/* line 28, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 28, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#repositories .red a,
.red .number a {
color: #cc0000;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
table.list tbody td {
cursor: pointer;
background-color: #fffcf4;
}
-/* line 36, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 36, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
table.list tbody tr:hover td {
background-color: #ffffe1;
}
-/* line 40, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 40, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
table.list .green td {
background-color: #fafffa;
}
-/* line 42, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 42, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
table.list .green:hover td {
background-color: #dcffdc;
}
-/* line 44, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 44, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
table.list .green .number a {
color: #108100;
}
-/* line 48, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 48, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
table.list .red td {
background-color: snow;
}
-/* line 50, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 50, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
table.list .red:hover td {
background-color: #ffdcdc;
}
-/* line 52, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 52, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
table.list .red .number a {
color: #cc0000;
}
-/* line 56, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 56, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#workers .status {
background-color: #3fa632;
}
-/* line 59, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 59, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#workers .waiting .status {
background-color: #3fa632;
}
-/* line 62, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 62, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#workers .errored .status {
background-color: #cc3d3d;
}
-/* line 65, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/status.sass */
+/* line 65, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/status.sass */
#workers .stopped .status {
background-color: #999999;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
.tabs {
height: 29px;
border-bottom: 1px solid #cccccc;
}
-/* line 7, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 7, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
.tabs li {
display: inline-block;
height: 28px;
@@ -6371,241 +6371,241 @@ table.list .red .number a {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
.tabs li:hover {
background-color: white;
}
-/* line 20, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 20, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
.tabs .active {
background-color: white;
border-bottom-color: white;
}
-/* line 24, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 24, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
.tabs h5 {
margin: 0;
font-size: 12px;
font-weight: normal;
line-height: 30px;
}
-/* line 30, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 30, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
.tabs h5 a {
display: block;
padding: 0 10px;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
#left .tabs {
margin-top: -29px;
}
-/* line 38, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 38, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
#left .tabs li:first-child {
margin-left: 20px;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
#left #tab_search:not(.active) {
display: none;
}
-/* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
#main .tabs {
margin-top: 35px;
}
-/* line 47, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 47, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
#main .tabs a {
text-decoration: none;
}
-/* line 50, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 50, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
#main .tab {
margin-top: 20px;
}
-/* line 55, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/tabs.sass */
+/* line 55, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/tabs.sass */
#profile #main .tab {
margin: 30px 0 0 12px;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bold {
font-weight: bold;
}
-/* line 5, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 5, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .italic {
font-style: italic;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black {
color: black;
}
-/* line 11, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 11, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .red {
color: red;
}
-/* line 13, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 13, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .green {
color: lime;
}
-/* line 15, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 15, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .yellow {
color: yellow;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .blue {
color: blue;
}
-/* line 19, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 19, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .magenta {
color: magenta;
}
-/* line 21, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 21, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .cyan {
color: cyan;
}
-/* line 23, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 23, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .white {
color: white;
}
-/* line 25, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 25, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .black.bright {
color: #999999;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-black {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-red {
background-color: red;
}
-/* line 31, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 31, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-green {
background-color: lime;
}
-/* line 33, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 33, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-yellow {
background-color: yellow;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-blue {
background-color: blue;
}
-/* line 37, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 37, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-magenta {
background-color: magenta;
}
-/* line 39, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 39, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-cyan {
background-color: cyan;
}
-/* line 41, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/ansi.sass */
+/* line 41, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/ansi.sass */
.ansi .bg-white {
background-color: white;
}
-/* line 104, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 104, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .black {
background-color: black;
}
-/* line 106, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 106, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .white {
background-color: white;
}
-/* line 109, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 109, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green {
background-color: #108100;
}
-/* line 111, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 111, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-1 {
background-color: #dcffdc;
}
-/* line 113, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 113, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .green-light-3 {
background-color: #fafffa;
}
-/* line 115, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 115, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red {
background-color: #cc0000;
}
-/* line 117, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 117, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-medium-1 {
background-color: #c7371a;
}
-/* line 119, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 119, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-1 {
background-color: #ffdcdc;
}
-/* line 121, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 121, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .red-light-3 {
background-color: snow;
}
-/* line 123, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 123, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-1 {
background-color: #ffffe1;
}
-/* line 125, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 125, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .yellow-light-2 {
background-color: #fffcf4;
}
-/* line 128, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 128, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-1 {
background-color: #333333;
}
-/* line 130, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 130, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-2 {
background-color: #444444;
}
-/* line 132, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 132, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-dark-3 {
background-color: #666666;
}
-/* line 134, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 134, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-1 {
background-color: #999999;
}
-/* line 136, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 136, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-2 {
background-color: #aaaaaa;
}
-/* line 138, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 138, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-medium-3 {
background-color: #cccccc;
}
-/* line 140, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 140, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-1 {
background-color: #dddddd;
}
-/* line 142, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 142, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-2 {
background-color: #efefef;
}
-/* line 144, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 144, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .gray-light-3 {
background-color: #f6f6f6;
}
-/* line 147, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 147, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-1 {
background-color: #e1e2e6;
}
-/* line 149, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 149, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-2 {
background-color: #e5e8ee;
}
-/* line 151, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 151, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-3 {
background-color: #f2f4f9;
}
-/* line 153, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 153, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-blue-4 {
background-color: #fafbfc;
}
-/* line 155, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 155, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-1 {
background-color: #7f7f75;
}
-/* line 157, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/_mixins/colors.sass */
+/* line 157, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/_mixins/colors.sass */
#colors .slate-yellow-2 {
background-color: #bab9a7;
}
-/* line 3, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 3, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top {
line-height: 40px;
padding-right: 30px;
@@ -6616,7 +6616,7 @@ table.list .red .number a {
background: linear-gradient(#444444, #111111);
font-size: 13px;
}
-/* line 9, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 9, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top h1 {
float: left;
width: 73px;
@@ -6625,71 +6625,71 @@ table.list .red .number a {
text-indent: -9999px;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAeCAMAAABXJsOhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZGRkVGNjVGQTE0MTFFMUEzNzhDNjZGM0QyMzVGNUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZGRkVGNjZGQTE0MTFFMUEzNzhDNjZGM0QyMzVGNUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkZGRUY2M0ZBMTQxMUUxQTM3OEM2NkYzRDIzNUY1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkZGRUY2NEZBMTQxMUUxQTM3OEM2NkYzRDIzNUY1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqH5DXgAAAMAUExURSQkJOrq6qqqqrs7OXJycnx8fM/Pz6Ojo8NCPLIYF7s3NPLy8oY1LiwsLM7Ozvjy8r80LkJCQtJfVbskHFQdH8k5K785MrlNPeOvrME4MbouLMA0LrwyLuWzsrMnKslmZfT09M5zcoGBgWJiYrIoK/r6+vf392VlZbYqK7YuLc5OPTExMcdjZO7OzcExKN3d3fXm5cAmG8E2MLUoK8U1KfDMybgtLOXl5bgnI7swLsbGxv39/ZKSksA+OtJzb5iYmPHg4F5eXsU6MJSUlFhYWMEtItTU1DU1NcM4MO/v725ubnkkJElJSfDRz81vb7otKcLCwu7IxcIwJVJSUtiGg+m+vbW1tUo6Nfj4+GhoaIk7MsEtLTk5OcQxL+Li4tuJhPnv796TjtCBg/78/DAeHL4tLLsmK5ycnMRDNb8yLvTj49JgVcI9M8o/Mrm5ucdIQLYhHrQiIcc8Ms5WTNWDgn0rKKysrIyMjHUjI+Dg4MU2K89NPLovLdF+fr0oIa4bHszMzNJBM7YwLoqKivbo6L4qLNaEgrgnJlZWVrIgIOvDwtE+M74xK9BNPOGrqbgrK8g/M8ErILIsLLEeILQqK+/JxjspJj4sKbosLMo+MsAzLdFwa85uak5OTtBgWHsoJ889M8o+MDgmJDYjIbwxLs07Mco2MLo1L1YdH70zLr0nK7MkJ0IwLck9MoEvK8IuJEAuK7wqJDMgH/////7+/rcsK+3t7fv4+dfX174zLr6+voWFhbUpK7snLD8/P/Tb2P7///rx8DkxLh0dHbYwMd6PicMyKNlCNO3Dv7syLnlCOdWEhM9va/z6+sA5M8g2L8+BgslhXee+veOtq+SurK0NDMlGPcs4Mfjp5/fu7u/Pzb4xLtycnPXg3q4oKtB1c9d7dbCwsMpra8trbLtAQc1rabclI9jY2MI0Kr8oLMtJPLIjJ8xvcOvOzu/LyPjx8fr29sRRUcJZWc9bUvDU0/PY1kI4NLkoI9eIiLwvKr4tJrgzL/jr6tRzbsg8Mf///5ksZz8AAAEAdFJOU////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wBT9wclAAAEF0lEQVR42pTWC1xTVRwH8IswRIjYENdgQ+bGYDYEHZbx0liTyVwmoOSSh0IxQ4YOK4oyIynEUrClFcZ6YbGslv6Hgg6iLHoZWdHL3mWlvd/vPP3PuRtCLz73d++5957/Z/f72Tm757PLEfLThf8VIiQcee7MLVePzqneljMESU+sarTbp/xL7rHbn75IiPTQKrvdvm41TTTdov2Xqz+ztzUKk2ruaJvyTBb8PZU7Z7c1niZMeriuoWAg/hXZ8LBsWCajJ5ls6w+wc3bdTYKkR2tO1jVs35/jmb8NMzjooafCWU8Jl26rOWlAaU3DOpfL9X2dYY0r2uV6zbMSDg8a7h5H6kgeI0kNhuMoeQpwcprC5pfTSZo7i0m7xpGugJKx0oLjBfvDPGdVbv3jTSq9XDAwd/JK752phl2P/L+UnWcaJe1AKXU7vPNY5dfir6LCtpXDS+/DGz+ugMOFC8aTxs7TDqlenzpc3dRU/WXO0aica8sHPv6zembTzOqEwtjXqZSrJjqrmRCTaJ5N1U/IphD2RXTmTaTIHEk4Tp1t22ihUrher4+VDg1JY28+H6Ul8N5vQ1IMlpkU+ml/PhQTaxJoloEyl4hgI5XMXhXOk4noMiFLCZBNuHsf0Mv18nZ5e3t7QNqD11iRy+9nUllPqMiiS4owEs7sPUB0mjwqFWt0TFKBLZJI8kCCklzMp5dKk5fAtD3+gvjFy6kEBzhCjHPq6f1lZWiAhJBIZS0hE1CaCLlYNxYbqdTbK+7F5v6VSjeixPdHpKLApParvHMISabDs4KVl9SQX9/BZvy+3y9VuBVut1uhQCmYSj/TvkLhFpdS6XQv+1zJvNAk2KdEiQvC4X2Qz1FJR7iQIABlrZFKb3UqOnFXdF5wNCp4LUrn8H3Fs7yUTyWLMuI8tYTrQYnYcFKUE4lfOkQ6Di72QghKnRkYPMS1UukymPZJhj+ld1FpH2E3GenpKipZoF7NhkylIjZ2NYRye6/PuIYlo3ntDCZ9OCnOXxolLQb6FBmBSiSvZ0Ia8Uu1+BviiDXXcXunx/Fp/iX+8RXhKM2I/7aZL5UuHJGyIdNqtSmDltFFq4Kk+oCUDGmiXHMmqKh0NotjM7xwbrhz/TcACQ6+tPyUxBV7AdKKRBBBn2+NtyQgHQopwyUfdJBwF99yezeLY2nWd8ema8OD34YUB19iUiA6SSQeTZH/XHEmC3VRatW2dmND6clJLQ7nq8+j1KrVdndrl18pZAVTiaVlqXf9R4u+WJQQDyktfOkSgZLPp/Vpb/U5N4/8GyQ4fSw3CJMSfbjhvjulouJIBc2RY7uRSU8XKr2bPpUl0bkhkM8T+dIJQRJZeKKKT19V1airvr6qB6cKey8gMTExXV2sdbGwPusIesP4S4ABALuzx/Q14rYaAAAAAElFTkSuQmCC') no-repeat;
}
-/* line 17, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 17, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top ul {
list-style-type: none;
}
-/* line 20, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 20, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top a, #top span {
color: #cccccc;
text-decoration: none;
}
-/* line 24, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 24, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top li {
display: inline-block;
}
-/* line 27, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 27, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top li.active {
background-color: black;
}
-/* line 29, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 29, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top li.active a {
color: white;
}
-/* line 32, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 32, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top li a, #top li span {
display: block;
padding: 0 15px;
}
-/* line 35, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 35, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top li a:hover, #top li span:hover {
color: white;
}
-/* line 38, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 38, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile {
position: relative;
float: right;
}
-/* line 42, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 42, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile .handle {
margin: 0;
}
-/* line 45, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 45, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile .signed-out, #top .profile .signing-in, #top .profile .signed-in {
display: none;
padding: 0 15px 0 45px;
}
-/* line 48, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 48, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile .signed-out, #top .profile .signing-in {
min-width: 110px;
}
-/* line 50, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 50, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile.signed-out .signed-out {
display: block;
}
-/* line 52, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 52, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile.signing-in .signing-in {
display: inline-block;
}
-/* line 54, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 54, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile.signed-in .signed-in {
display: block;
}
-/* line 57, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 57, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile .signing-in {
background: url('data:image/gif;base64,R0lGODlhEAAIAPMHAP///+vr66CgoN7e3rW1tYuLi/X19Wtra3t7e87OzsbGxqGhodfX142NjZaWlqurqyH/C05FVFNDQVBFMi4wAwEAAAAh/hoiQ3JlYXRlZCB3aXRoIENoaW1wbHkuY29tIgAh+QQACgD/ACwAAAAAEAAIAAADKXiq0P7glHmglRSMPUDgBlZUQ/B5ZhBOo2Z2qSqSL2qumaEbwK7PFkgCACH5BAAKAP8ALAAAAAAQAAgAAAQwsKCJwLkH6F2Er0dRZJvWfZaYBUNrnAKoAkEdvF6cjrSNoyGe7QaT8QxIpISyI5UiACH5BAAKAP8ALAAAAAAQAAgAAAQvcIkpALoInL0F+Y41ZUdhHh4oCqRZoB8RIqPmwirN2mcqr61ebFYrnSQUC4b3igAAIfkEAAoA/wAsAAAAABAACAAABDAQyCmqACijQpYnQEMQDWZxSgqKpFmhajiWyEmkyjq7ApzLrdqr8wHSThOKBaMpRAAAIfkEAAoA/wAsAAAAABAACAAABDMQyEmBuGKxxBl4y/IADmEKzKAmwMItpEmg6sC6CVye6dq+MV7tBtzNNp1PaGQUVJ6YTAQAIfkEAAoA/wAsAAAAABAACAAABC8QyEmrBSknQJYnxiAGgCIqnKKCQUuaA0qoCuuWZ7oa7pvPO4PQgNFwPAvCZQmIAAAh+QQACgD/ACwAAAAAEAAIAAAEKRDISau1LGlmhg+A5wGJyAUoOKADaRqpyrremYZzWRs8D/QGQGZzKQIiACH5BAAKAP8ALAAAAAAQAAgAAAMhCLrc/iyMGcCcQNLAueVD1o3eAIpk90koZ7wvABvyDEEJADs=') no-repeat 110px 16px;
}
-/* line 60, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 60, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile img {
position: absolute;
top: 7px;
@@ -6702,11 +6702,11 @@ table.list .red .number a {
-o-border-radius: 3px;
border-radius: 3px;
}
-/* line 68, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 68, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile.signed-in:hover > ul {
display: block;
}
-/* line 71, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 71, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile ul {
display: none;
position: absolute;
@@ -6724,11 +6724,11 @@ table.list .red .number a {
-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
-/* line 81, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 81, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile ul li {
display: block;
}
-/* line 83, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 83, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile ul li:last-child a:hover {
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
@@ -6737,7 +6737,7 @@ table.list .red .number a {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
-/* line 86, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 86, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile ul a {
display: block;
float: none;
@@ -6745,12 +6745,12 @@ table.list .red .number a {
line-height: 24px;
white-space: nowrap;
}
-/* line 92, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 92, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#top .profile ul a:hover {
background-color: #666666;
}
-/* line 96, /Users/sven/Development/projects/travis/travis-ember/assets/stylesheets/top.sass */
+/* line 96, /Users/konstantin/Workspace/travis-ember/assets/stylesheets/top.sass */
#home:not(.maximized) #top {
padding-right: 140px;
}