├── 2013 ├── application.css ├── data │ ├── _site │ │ ├── compile_schedule.rb │ │ ├── sample.json │ │ ├── sample.yaml │ │ ├── schedules.json │ │ └── schedules.yaml │ ├── compile_schedule.rb │ ├── sample.json │ ├── sample.yaml │ ├── schedules.json │ └── schedules.yaml ├── extra1.css ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ └── glyphicons-halflings-regular.woff ├── gallery2012.html ├── img │ ├── appstore.png │ ├── bg_header.png │ ├── logo.png │ ├── the_day.jpg │ └── vimconf-icon.png ├── index.html ├── js │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── jquery-1.10.2.min.js │ ├── less-1.4.2.min.js │ ├── schedules.coffee │ └── schedules.js ├── less │ ├── alerts.less │ ├── badges.less │ ├── bootstrap.less │ ├── breadcrumbs.less │ ├── button-groups.less │ ├── buttons.less │ ├── carousel.less │ ├── close.less │ ├── code.less │ ├── component-animations.less │ ├── dropdowns.less │ ├── forms.less │ ├── glyphicons.less │ ├── grid.less │ ├── input-groups.less │ ├── jumbotron.less │ ├── labels.less │ ├── list-group.less │ ├── media.less │ ├── mixins.less │ ├── modals.less │ ├── navbar.less │ ├── navs.less │ ├── normalize.less │ ├── pager.less │ ├── pagination.less │ ├── panels.less │ ├── popovers.less │ ├── print.less │ ├── progress-bars.less │ ├── responsive-utilities.less │ ├── scaffolding.less │ ├── tables.less │ ├── theme.less │ ├── thumbnails.less │ ├── tooltip.less │ ├── type.less │ ├── utilities.less │ ├── variables.less │ ├── vimconf.less │ └── wells.less ├── live.html ├── location.html ├── registration.html ├── report.html ├── schedule.html ├── vimconf-org.html └── vimconf.css ├── 2014 ├── default.scss ├── details.html ├── img │ └── vimconf2014.jpg ├── index.html ├── info.json ├── live.mkd ├── registration.html ├── reports.mkd ├── slides │ ├── 00_Vim_and_mixi__mixi.pdf │ ├── 01_Identity_of_the_Vim__KoRoN.pdf │ ├── 02_PM2__ujihisa.pdf │ ├── 04_Hey,_Java!_Vim_is_coming__kamichidu.pdf │ ├── 05_auto_closing_parenthesis__cohama.pdf │ ├── 06_怖くないマクロ入門__deris.pdf │ ├── 07_Test_for_Vim_script_themis__thinca.md │ ├── 08_Let's_talk_about_neovim__Shougo.pdf │ ├── 09_かなりすごい発表(かなり)__supermomonga.pdf │ ├── 10_XVim_with_MacVim_and_smartgrep__pebble8888.pdf │ ├── 11_search-improved__haya14busa.pdf │ ├── 12_vim_script初心者に使ってもらいたい、転ばぬ先の杖「Vint」__Kuniwak.pdf │ └── 13_Jenkins_+_vimenv_で_最新のVimを使おう!__raa0121.pdf ├── timetable.html └── vimconfcards.tar.gz ├── 2015 ├── README.md ├── default.scss ├── en.html ├── img │ ├── mixi.jpg │ ├── slide.svg │ ├── video.svg │ ├── vim-jp.jpg │ └── vim.png └── index.html ├── 2016 ├── README.md ├── default.scss ├── en.html └── index.html ├── 2017 ├── akatsuki.png ├── atware.png ├── digitalocean.png ├── fablic.png ├── fixpoint.png ├── index.html ├── logo-white.svg ├── mercari.png └── styles.css ├── 2018 ├── index.html ├── style.css └── vimconf2017-akibaplaza.jpg ├── .gitignore ├── CNAME ├── Gemfile ├── README.md ├── _config.yml ├── _data ├── y2014 │ ├── info.yml │ ├── reports.yml │ ├── root.yml │ ├── speakers.yml │ └── timetable.yml ├── y2015 │ ├── info.yml │ ├── reports.yml │ ├── speakers.yml │ ├── staffs.yml │ └── timetable.yml ├── y2016 │ ├── reports.yml │ ├── staffs.yml │ └── timetable.yml └── y2017 │ ├── articles.yml │ ├── guest_speakers.yml │ └── timetable.yml ├── _includes ├── 2014 │ └── pages.html ├── coc │ ├── en.md │ └── ja.md └── google-analytics.html ├── _layouts ├── 2014 │ ├── default.html │ ├── pages.html │ └── top.html ├── 2015 │ └── default.html ├── 2016 │ └── default.html ├── 2017 │ ├── default.html │ └── landing.html └── default.html ├── _ngingx ├── .gitignore ├── README.md ├── cmd │ └── setup.cmd ├── conf │ ├── mime.types │ └── nginx.conf ├── logs │ └── .gitkeep ├── reload.cmd ├── start.cmd ├── stop.cmd └── temp │ └── .gitkeep ├── _sass ├── 2014 │ ├── const.scss │ ├── css3-mixins.scss │ ├── index.scss │ ├── layout.scss │ └── theme.scss ├── 2015 │ ├── reset.scss │ └── style.scss └── 2016 │ ├── reset.scss │ └── style.scss ├── fonts ├── opensans-bold-webfont.eot ├── opensans-bold-webfont.svg ├── opensans-bold-webfont.ttf ├── opensans-bold-webfont.woff ├── opensans-bolditalic-webfont.eot ├── opensans-bolditalic-webfont.svg ├── opensans-bolditalic-webfont.ttf ├── opensans-bolditalic-webfont.woff ├── opensans-extrabold-webfont.eot ├── opensans-extrabold-webfont.svg ├── opensans-extrabold-webfont.ttf ├── opensans-extrabold-webfont.woff ├── opensans-italic-webfont.eot ├── opensans-italic-webfont.svg ├── opensans-italic-webfont.ttf ├── opensans-italic-webfont.woff ├── opensans-regular-webfont.eot ├── opensans-regular-webfont.svg ├── opensans-regular-webfont.ttf └── opensans-regular-webfont.woff ├── gulpfile.js ├── images ├── bg-ramp.jpg ├── blockquote-gfx-2x.png ├── blockquote-gfx.png ├── chevron-2x.png ├── chevron.png ├── download-fallback-bg.png ├── download-sprite.png ├── footer-ramp.jpg ├── fork-sprite.png ├── hr-2x.jpg ├── hr.jpg ├── octocat-2x.png ├── octocat.png ├── ribbon-tail-sprite-2x.png ├── ribbon-tail-sprite.png ├── shield-fallback.png ├── shield.png ├── site-2.png ├── small-ribbon-tail-sprite-2x.png ├── small-ribbon-tail-sprite.png └── vimconf2017 │ ├── ShougoMatsu.png │ ├── cocopon.png │ ├── deris.png │ ├── dice_zu.png │ ├── fatih.png │ ├── haya14busa.png │ ├── k_takata.png │ ├── kaoriya.png │ ├── lambdalisue.png │ ├── mattn_jp.png │ ├── mopp.png │ ├── p_ck_.png │ ├── ryunix.png │ ├── sandkatt.png │ ├── senooken.png │ ├── senopen.png │ ├── t9md.png │ ├── thinca.png │ └── ujihisa.png ├── index.html ├── info.json ├── javascripts ├── headsmart.min.js ├── main.js └── modernizr.js ├── package.json ├── params.json ├── session-timer ├── all.css ├── app.js ├── apple-touch-icon.png ├── index.html ├── logo-flat.png ├── logo-vimconf.png ├── se.wav └── tos.txt └── stylesheets ├── core.css ├── mobile.css ├── non-screen.css ├── print.css ├── pygment_trac.css └── screen.css /.gitignore: -------------------------------------------------------------------------------- 1 | /.sass-cache/ 2 | /_site/ 3 | /node_modules/ 4 | /Gemfile.lock 5 | .jekyll-metadata 6 | -------------------------------------------------------------------------------- /2013/data/_site/compile_schedule.rb: -------------------------------------------------------------------------------- 1 | require 'yaml' 2 | require 'json' 3 | abort 'no support for legacy ruby' unless __dir__ 4 | y = YAML.load_file "#{__dir__}/schedules.yaml" 5 | y["updated_at"] = Time.new.to_i 6 | scheduled_at = 0 7 | y["schedules"].each do |a| 8 | if scheduled_at == 0 9 | scheduled_at = a["scheduled_at"] 10 | else 11 | a["scheduled_at"] = scheduled_at 12 | end 13 | 14 | a["time"].match /(\d+) minutes/ 15 | min = $1.to_i 16 | scheduled_at += min*60 17 | end 18 | File.open("#{__dir__}/schedules.json", 'w') do |io| 19 | io.write y.to_json 20 | end 21 | -------------------------------------------------------------------------------- /2013/data/_site/sample.json: -------------------------------------------------------------------------------- 1 | { 2 | "updated_at": 1383088475, 3 | "schedules": [ 4 | { 5 | "type": "interval", 6 | "theme": "yellow", 7 | "scheduled_at": 1383088475, 8 | "created_at": 1383088475, 9 | "updated_at": 1383088475, 10 | "title": "Opening", 11 | "title-i18n": "開場", 12 | "description": "Description", 13 | "description-i18n": "説明" 14 | }, 15 | { 16 | "type": "interval", 17 | "theme": "green", 18 | "scheduled_at": 1383088475, 19 | "created_at": 1383088475, 20 | "updated_at": 1383088475, 21 | "title": "Opening", 22 | "title-i18n": "開場", 23 | "description": "Description", 24 | "description-i18n": "説明" 25 | }, 26 | { 27 | "type": "presentation", 28 | "scheduled_at": 1383088475, 29 | "created_at": 1383088475, 30 | "updated_at": 1383088475, 31 | "title": "Title", 32 | "title-i18n": "タイトル", 33 | "summary": "Summary of presentation", 34 | "summary-i18n": "要約", 35 | "details": "Details", 36 | "details-i18n": "詳細", 37 | "language": "English", 38 | "time": "About 10 minutes", 39 | "speakers": [ 40 | { 41 | "name": "ujihisa", 42 | "name-extra": "ujm", 43 | "twitter": "ujm", 44 | "github": "ujihisa", 45 | "avatar": "https://2.gravatar.com/avatar/d9d0ceb387e3b6de5c4562af78e8a910?d=https%3A%2F%2Fidenticons.github.com%2F0fc780bb04e74ce5ed154d2e49cfe2fd.png&r=x&s=140" 46 | } 47 | ] 48 | }, 49 | { 50 | "type": "interval", 51 | "theme": "gray", 52 | "scheduled_at": 1383088475, 53 | "created_at": 1383088475, 54 | "updated_at": 1383088475, 55 | "title": "Lunch time", 56 | "title-i18n": "昼食", 57 | "description": "Description", 58 | "description-i18n": "説明" 59 | } 60 | ] 61 | } 62 | -------------------------------------------------------------------------------- /2013/data/compile_schedule.rb: -------------------------------------------------------------------------------- 1 | require 'yaml' 2 | require 'json' 3 | abort 'no support for legacy ruby' unless __dir__ 4 | y = YAML.load_file "#{__dir__}/schedules.yaml" 5 | y["updated_at"] = Time.new.to_i 6 | scheduled_at = 0 7 | y["schedules"].each do |a| 8 | if scheduled_at == 0 9 | scheduled_at = a["scheduled_at"] 10 | else 11 | a["scheduled_at"] = scheduled_at 12 | end 13 | 14 | a["time"].match /(\d+) minutes/ 15 | min = $1.to_i 16 | scheduled_at += min*60 17 | end 18 | File.open("#{__dir__}/schedules.json", 'w') do |io| 19 | io.write y.to_json 20 | end 21 | -------------------------------------------------------------------------------- /2013/data/sample.json: -------------------------------------------------------------------------------- 1 | { 2 | "updated_at": 1383088475, 3 | "schedules": [ 4 | { 5 | "type": "interval", 6 | "theme": "yellow", 7 | "scheduled_at": 1383088475, 8 | "created_at": 1383088475, 9 | "updated_at": 1383088475, 10 | "title": "Opening", 11 | "title-i18n": "開場", 12 | "description": "Description", 13 | "description-i18n": "説明" 14 | }, 15 | { 16 | "type": "interval", 17 | "theme": "green", 18 | "scheduled_at": 1383088475, 19 | "created_at": 1383088475, 20 | "updated_at": 1383088475, 21 | "title": "Opening", 22 | "title-i18n": "開場", 23 | "description": "Description", 24 | "description-i18n": "説明" 25 | }, 26 | { 27 | "type": "presentation", 28 | "scheduled_at": 1383088475, 29 | "created_at": 1383088475, 30 | "updated_at": 1383088475, 31 | "title": "Title", 32 | "title-i18n": "タイトル", 33 | "summary": "Summary of presentation", 34 | "summary-i18n": "要約", 35 | "details": "Details", 36 | "details-i18n": "詳細", 37 | "language": "English", 38 | "time": "About 10 minutes", 39 | "speakers": [ 40 | { 41 | "name": "ujihisa", 42 | "name-extra": "ujm", 43 | "twitter": "ujm", 44 | "github": "ujihisa", 45 | "avatar": "https://2.gravatar.com/avatar/d9d0ceb387e3b6de5c4562af78e8a910?d=https%3A%2F%2Fidenticons.github.com%2F0fc780bb04e74ce5ed154d2e49cfe2fd.png&r=x&s=140" 46 | } 47 | ] 48 | }, 49 | { 50 | "type": "interval", 51 | "theme": "gray", 52 | "scheduled_at": 1383088475, 53 | "created_at": 1383088475, 54 | "updated_at": 1383088475, 55 | "title": "Lunch time", 56 | "title-i18n": "昼食", 57 | "description": "Description", 58 | "description-i18n": "説明" 59 | } 60 | ] 61 | } 62 | -------------------------------------------------------------------------------- /2013/extra1.css: -------------------------------------------------------------------------------- 1 | .navbar-nav { 2 | width: 100%; 3 | } 4 | 5 | .navbar-nav > li.root { 6 | float: right; 7 | } 8 | -------------------------------------------------------------------------------- /2013/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-jp/vimconf/e8dc2775505262cedc194fa71ef841a60ae37033/2013/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /2013/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-jp/vimconf/e8dc2775505262cedc194fa71ef841a60ae37033/2013/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /2013/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-jp/vimconf/e8dc2775505262cedc194fa71ef841a60ae37033/2013/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /2013/gallery2012.html: -------------------------------------------------------------------------------- 1 | --- 2 | redirect_to: https://vimconf.org/2013/gallery2012.html 3 | --- 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | VimConf2013 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 25 | 26 | 27 | 28 | 29 |
30 |
31 | 50 |
51 |
52 | 53 |
54 | 55 | 58 | 59 |
60 |
61 |

62 | Previously, "ujihisa.vim" convenced with ujihisa came to Japan. This event restarted as "VimConf 2013" for contributtion to further Vim growth. 63 |

64 |

65 | ujihisa.vim #3 was taken at mixi inc. 66 |

67 | The flickr photo set of #ujihisa.vim #3 by sora_h 68 |
69 |
70 | 71 |
72 |
73 | 74 |
75 | 76 | 81 | 82 | 83 | 85 | 86 | 87 | 88 | 89 | 90 | -------------------------------------------------------------------------------- /2013/img/appstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-jp/vimconf/e8dc2775505262cedc194fa71ef841a60ae37033/2013/img/appstore.png -------------------------------------------------------------------------------- /2013/img/bg_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-jp/vimconf/e8dc2775505262cedc194fa71ef841a60ae37033/2013/img/bg_header.png -------------------------------------------------------------------------------- /2013/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-jp/vimconf/e8dc2775505262cedc194fa71ef841a60ae37033/2013/img/logo.png -------------------------------------------------------------------------------- /2013/img/the_day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-jp/vimconf/e8dc2775505262cedc194fa71ef841a60ae37033/2013/img/the_day.jpg -------------------------------------------------------------------------------- /2013/img/vimconf-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-jp/vimconf/e8dc2775505262cedc194fa71ef841a60ae37033/2013/img/vimconf-icon.png -------------------------------------------------------------------------------- /2013/js/schedules.coffee: -------------------------------------------------------------------------------- 1 | 2 | $ -> 3 | table = $('.timetable') 4 | $.getJSON './data/schedules.json', (data)-> 5 | ((s)-> 6 | t = new Date() 7 | time = new Date((s['scheduled_at'] + t.getTimezoneOffset()*60) * 1000) 8 | title = s['title'] 9 | speakers = ( 10 | ( 11 | (if speaker['avatar'] then ' ' else '') + 12 | speaker['name'] + 13 | (if speaker['twitter'] then 'twitter' else '' ) + 14 | (if speaker['github'] then 'github' else '' ) 15 | ) for speaker in s['speakers'] ?= [] 16 | ).join ' / ' 17 | theme = s['theme'] ?= 'default' 18 | 19 | 20 | hour = time.getHours() + 9 21 | min = time.getMinutes() 22 | min = '00' if min == 0 23 | th = hour + ':' + min + ' JST' 24 | if s['type'] is 'presentation' 25 | td = '' + title + '' 26 | td += '' + s['title-i18n'] + '' if s['title-i18n'] && s['title-i18n'] != s['title'] 27 | td += '' + speakers + '' 28 | if s['summary'] 29 | td += '
' 30 | td += s['summary'] 31 | td += '
' + s['summary-i18n'] + '
' if s['summary-i18n'] && s['summary-i18n'] != s['summary'] 32 | td += '
' 33 | if s['details'] 34 | td += '
' 35 | td += s['details'] 36 | td += '
' + s['details-i18n'] if s['details-i18n'] && s['details-i18n'] != s['details'] 37 | td += '
' 38 | if s['type'] is 'interval' 39 | td = title 40 | td += ' ( ' + s['title-i18n'] + ' )' if s['title-i18n'] 41 | if s['description'] 42 | td += '
' 43 | td += s['description'] 44 | td += '
' + s['description-i18n'] if s['description-i18n'] 45 | td += '
' 46 | 47 | th = '' + th + '' 48 | td = '' + td + '' 49 | row = '' + th + td + '' 50 | table.append row 51 | ) s for s in data['schedules'] 52 | hide_details() 53 | 54 | hide_details = -> 55 | $('.show-details').show() 56 | $('.hide-details').hide() 57 | $('table .panel').hide() 58 | # $('table .summary').show() 59 | 60 | show_details = -> 61 | $('.show-details').hide() 62 | $('.hide-details').show() 63 | $('table .panel').show() 64 | # $('table .summary').hide() 65 | 66 | $('.show-details').click show_details 67 | $('.hide-details').click hide_details 68 | 69 | -------------------------------------------------------------------------------- /2013/js/schedules.js: -------------------------------------------------------------------------------- 1 | // Generated by CoffeeScript 1.6.3 2 | (function() { 3 | $(function() { 4 | var hide_details, show_details, table; 5 | table = $('.timetable'); 6 | $.getJSON('./data/schedules.json', function(data) { 7 | var s, _fn, _i, _len, _ref; 8 | _ref = data['schedules']; 9 | _fn = function(s) { 10 | var hour, min, row, speaker, speakers, t, td, th, theme, time, title; 11 | t = new Date(); 12 | time = new Date((s['scheduled_at'] + t.getTimezoneOffset() * 60) * 1000); 13 | title = s['title']; 14 | speakers = ((function() { 15 | var _j, _len1, _ref1, _results; 16 | _ref1 = s['speakers'] != null ? s['speakers'] : s['speakers'] = []; 17 | _results = []; 18 | for (_j = 0, _len1 = _ref1.length; _j < _len1; _j++) { 19 | speaker = _ref1[_j]; 20 | _results.push((speaker['avatar'] ? ' ' : '') + speaker['name'] + (speaker['twitter'] ? 'twitter' : '') + (speaker['github'] ? 'github' : '')); 21 | } 22 | return _results; 23 | })()).join(' / '); 24 | theme = s['theme'] != null ? s['theme'] : s['theme'] = 'default'; 25 | hour = time.getHours() + 9; 26 | min = time.getMinutes(); 27 | if (min === 0) { 28 | min = '00'; 29 | } 30 | th = hour + ':' + min + ' JST'; 31 | if (s['type'] === 'presentation') { 32 | td = '' + title + ''; 33 | if (s['title-i18n'] && s['title-i18n'] !== s['title']) { 34 | td += '' + s['title-i18n'] + ''; 35 | } 36 | td += '' + speakers + ''; 37 | if (s['summary']) { 38 | td += '
'; 39 | td += s['summary']; 40 | if (s['summary-i18n'] && s['summary-i18n'] !== s['summary']) { 41 | td += '
' + s['summary-i18n'] + '
'; 42 | } 43 | td += '
'; 44 | } 45 | if (s['details']) { 46 | td += '
'; 47 | td += s['details']; 48 | if (s['details-i18n'] && s['details-i18n'] !== s['details']) { 49 | td += '
' + s['details-i18n']; 50 | } 51 | td += '
'; 52 | } 53 | } 54 | if (s['type'] === 'interval') { 55 | td = title; 56 | if (s['title-i18n']) { 57 | td += ' ( ' + s['title-i18n'] + ' )'; 58 | } 59 | if (s['description']) { 60 | td += '
'; 61 | td += s['description']; 62 | if (s['description-i18n']) { 63 | td += '
' + s['description-i18n']; 64 | } 65 | td += '
'; 66 | } 67 | } 68 | th = '' + th + ''; 69 | td = '' + td + ''; 70 | row = '' + th + td + ''; 71 | return table.append(row); 72 | }; 73 | for (_i = 0, _len = _ref.length; _i < _len; _i++) { 74 | s = _ref[_i]; 75 | _fn(s); 76 | } 77 | return hide_details(); 78 | }); 79 | hide_details = function() { 80 | $('.show-details').show(); 81 | $('.hide-details').hide(); 82 | return $('table .panel').hide(); 83 | }; 84 | show_details = function() { 85 | $('.show-details').hide(); 86 | $('.hide-details').show(); 87 | return $('table .panel').show(); 88 | }; 89 | $('.show-details').click(show_details); 90 | return $('.hide-details').click(hide_details); 91 | }); 92 | 93 | }).call(this); 94 | -------------------------------------------------------------------------------- /2013/less/alerts.less: -------------------------------------------------------------------------------- 1 | // 2 | // Alerts 3 | // -------------------------------------------------- 4 | 5 | 6 | // Base styles 7 | // ------------------------- 8 | 9 | .alert { 10 | padding: @alert-padding; 11 | margin-bottom: @line-height-computed; 12 | border: 1px solid transparent; 13 | border-radius: @alert-border-radius; 14 | 15 | // Headings for larger alerts 16 | h4 { 17 | margin-top: 0; 18 | // Specified for the h4 to prevent conflicts of changing @headingsColor 19 | color: inherit; 20 | } 21 | // Provide class for links that match alerts 22 | .alert-link { 23 | font-weight: @alert-link-font-weight; 24 | } 25 | 26 | // Improve alignment and spacing of inner content 27 | > p, 28 | > ul { 29 | margin-bottom: 0; 30 | } 31 | > p + p { 32 | margin-top: 5px; 33 | } 34 | } 35 | 36 | // Dismissable alerts 37 | // 38 | // Expand the right padding and account for the close button's positioning. 39 | 40 | .alert-dismissable { 41 | padding-right: (@alert-padding + 20); 42 | 43 | // Adjust close link position 44 | .close { 45 | position: relative; 46 | top: -2px; 47 | right: -21px; 48 | color: inherit; 49 | } 50 | } 51 | 52 | // Alternate styles 53 | // 54 | // Generate contextual modifier classes for colorizing the alert. 55 | 56 | .alert-success { 57 | .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text); 58 | } 59 | .alert-info { 60 | .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text); 61 | } 62 | .alert-warning { 63 | .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text); 64 | } 65 | .alert-danger { 66 | .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text); 67 | } 68 | -------------------------------------------------------------------------------- /2013/less/badges.less: -------------------------------------------------------------------------------- 1 | // 2 | // Badges 3 | // -------------------------------------------------- 4 | 5 | 6 | // Base classes 7 | .badge { 8 | display: inline-block; 9 | min-width: 10px; 10 | padding: 3px 7px; 11 | font-size: @font-size-small; 12 | font-weight: @badge-font-weight; 13 | color: @badge-color; 14 | line-height: @badge-line-height; 15 | vertical-align: baseline; 16 | white-space: nowrap; 17 | text-align: center; 18 | background-color: @badge-bg; 19 | border-radius: @badge-border-radius; 20 | 21 | // Empty badges collapse automatically (not available in IE8) 22 | &:empty { 23 | display: none; 24 | } 25 | } 26 | 27 | // Hover state, but only for links 28 | a.badge { 29 | &:hover, 30 | &:focus { 31 | color: @badge-link-hover-color; 32 | text-decoration: none; 33 | cursor: pointer; 34 | } 35 | } 36 | 37 | // Quick fix for labels/badges in buttons 38 | .btn .badge { 39 | position: relative; 40 | top: -1px; 41 | } 42 | 43 | // Account for counters in navs 44 | a.list-group-item.active > .badge, 45 | .nav-pills > .active > a > .badge { 46 | color: @badge-active-color; 47 | background-color: @badge-active-bg; 48 | } 49 | .nav-pills > li > a > .badge { 50 | margin-left: 3px; 51 | } 52 | -------------------------------------------------------------------------------- /2013/less/bootstrap.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v3.0.0 3 | * 4 | * Copyright 2013 Twitter, Inc 5 | * Licensed under the Apache License v2.0 6 | * http://www.apache.org/licenses/LICENSE-2.0 7 | * 8 | * Designed and built with all the love in the world by @mdo and @fat. 9 | */ 10 | 11 | // Core variables and mixins 12 | @import "variables.less"; 13 | @import "mixins.less"; 14 | 15 | // Reset 16 | @import "normalize.less"; 17 | @import "print.less"; 18 | 19 | // Core CSS 20 | @import "scaffolding.less"; 21 | @import "type.less"; 22 | @import "code.less"; 23 | @import "grid.less"; 24 | @import "tables.less"; 25 | @import "forms.less"; 26 | @import "buttons.less"; 27 | 28 | // Components 29 | @import "component-animations.less"; 30 | @import "glyphicons.less"; 31 | @import "dropdowns.less"; 32 | @import "button-groups.less"; 33 | @import "input-groups.less"; 34 | @import "navs.less"; 35 | @import "navbar.less"; 36 | @import "breadcrumbs.less"; 37 | @import "pagination.less"; 38 | @import "pager.less"; 39 | @import "labels.less"; 40 | @import "badges.less"; 41 | @import "jumbotron.less"; 42 | @import "thumbnails.less"; 43 | @import "alerts.less"; 44 | @import "progress-bars.less"; 45 | @import "media.less"; 46 | @import "list-group.less"; 47 | @import "panels.less"; 48 | @import "wells.less"; 49 | @import "close.less"; 50 | 51 | // Components w/ JavaScript 52 | @import "modals.less"; 53 | @import "tooltip.less"; 54 | @import "popovers.less"; 55 | @import "carousel.less"; 56 | 57 | // Utility classes 58 | @import "utilities.less"; 59 | @import "responsive-utilities.less"; 60 | 61 | // themed 62 | @import "vimconf.less"; 63 | -------------------------------------------------------------------------------- /2013/less/breadcrumbs.less: -------------------------------------------------------------------------------- 1 | // 2 | // Breadcrumbs 3 | // -------------------------------------------------- 4 | 5 | 6 | .breadcrumb { 7 | padding: 8px 15px; 8 | margin-bottom: @line-height-computed; 9 | list-style: none; 10 | background-color: @breadcrumb-bg; 11 | border-radius: @border-radius-base; 12 | > li { 13 | display: inline-block; 14 | &+li:before { 15 | content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space 16 | padding: 0 5px; 17 | color: @breadcrumb-color; 18 | } 19 | } 20 | > .active { 21 | color: @breadcrumb-active-color; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /2013/less/buttons.less: -------------------------------------------------------------------------------- 1 | // 2 | // Buttons 3 | // -------------------------------------------------- 4 | 5 | 6 | // Base styles 7 | // -------------------------------------------------- 8 | 9 | // Core styles 10 | .btn { 11 | display: inline-block; 12 | padding: @padding-base-vertical @padding-base-horizontal; 13 | margin-bottom: 0; // For input.btn 14 | font-size: @font-size-base; 15 | font-weight: @btn-font-weight; 16 | line-height: @line-height-base; 17 | text-align: center; 18 | vertical-align: middle; 19 | cursor: pointer; 20 | border: 1px solid transparent; 21 | border-radius: @border-radius-base; 22 | white-space: nowrap; 23 | .user-select(none); 24 | 25 | &:focus { 26 | .tab-focus(); 27 | } 28 | 29 | &:hover, 30 | &:focus { 31 | color: @btn-default-color; 32 | text-decoration: none; 33 | } 34 | 35 | &:active, 36 | &.active { 37 | outline: 0; 38 | background-image: none; 39 | .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); 40 | } 41 | 42 | &.disabled, 43 | &[disabled], 44 | fieldset[disabled] & { 45 | cursor: not-allowed; 46 | pointer-events: none; // Future-proof disabling of clicks 47 | .opacity(.65); 48 | .box-shadow(none); 49 | } 50 | 51 | } 52 | 53 | 54 | // Alternate buttons 55 | // -------------------------------------------------- 56 | 57 | .btn-default { 58 | .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border); 59 | } 60 | .btn-primary { 61 | .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border); 62 | } 63 | // Warning appears as orange 64 | .btn-warning { 65 | .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border); 66 | } 67 | // Danger and error appear as red 68 | .btn-danger { 69 | .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border); 70 | } 71 | // Success appears as green 72 | .btn-success { 73 | .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border); 74 | } 75 | // Info appears as blue-green 76 | .btn-info { 77 | .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border); 78 | } 79 | 80 | 81 | // Link buttons 82 | // ------------------------- 83 | 84 | // Make a button look and behave like a link 85 | .btn-link { 86 | color: @link-color; 87 | font-weight: normal; 88 | cursor: pointer; 89 | border-radius: 0; 90 | 91 | &, 92 | &:active, 93 | &[disabled], 94 | fieldset[disabled] & { 95 | background-color: transparent; 96 | .box-shadow(none); 97 | } 98 | &, 99 | &:hover, 100 | &:focus, 101 | &:active { 102 | border-color: transparent; 103 | } 104 | &:hover, 105 | &:focus { 106 | color: @link-hover-color; 107 | text-decoration: underline; 108 | background-color: transparent; 109 | } 110 | &[disabled], 111 | fieldset[disabled] & { 112 | &:hover, 113 | &:focus { 114 | color: @btn-link-disabled-color; 115 | text-decoration: none; 116 | } 117 | } 118 | } 119 | 120 | 121 | // Button Sizes 122 | // -------------------------------------------------- 123 | 124 | .btn-lg { 125 | // line-height: ensure even-numbered height of button next to large input 126 | .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large); 127 | } 128 | .btn-sm, 129 | .btn-xs { 130 | // line-height: ensure proper height of button next to small input 131 | .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); 132 | } 133 | .btn-xs { 134 | padding: 1px 5px; 135 | } 136 | 137 | 138 | // Block button 139 | // -------------------------------------------------- 140 | 141 | .btn-block { 142 | display: block; 143 | width: 100%; 144 | padding-left: 0; 145 | padding-right: 0; 146 | } 147 | 148 | // Vertically space out multiple block buttons 149 | .btn-block + .btn-block { 150 | margin-top: 5px; 151 | } 152 | 153 | // Specificity overrides 154 | input[type="submit"], 155 | input[type="reset"], 156 | input[type="button"] { 157 | &.btn-block { 158 | width: 100%; 159 | } 160 | } 161 | -------------------------------------------------------------------------------- /2013/less/carousel.less: -------------------------------------------------------------------------------- 1 | // 2 | // Carousel 3 | // -------------------------------------------------- 4 | 5 | 6 | // Wrapper for the slide container and indicators 7 | .carousel { 8 | position: relative; 9 | } 10 | 11 | .carousel-inner { 12 | position: relative; 13 | overflow: hidden; 14 | width: 100%; 15 | 16 | > .item { 17 | display: none; 18 | position: relative; 19 | .transition(.6s ease-in-out left); 20 | 21 | // Account for jankitude on images 22 | > img, 23 | > a > img { 24 | .img-responsive(); 25 | line-height: 1; 26 | } 27 | } 28 | 29 | > .active, 30 | > .next, 31 | > .prev { display: block; } 32 | 33 | > .active { 34 | left: 0; 35 | } 36 | 37 | > .next, 38 | > .prev { 39 | position: absolute; 40 | top: 0; 41 | width: 100%; 42 | } 43 | 44 | > .next { 45 | left: 100%; 46 | } 47 | > .prev { 48 | left: -100%; 49 | } 50 | > .next.left, 51 | > .prev.right { 52 | left: 0; 53 | } 54 | 55 | > .active.left { 56 | left: -100%; 57 | } 58 | > .active.right { 59 | left: 100%; 60 | } 61 | 62 | } 63 | 64 | // Left/right controls for nav 65 | // --------------------------- 66 | 67 | .carousel-control { 68 | position: absolute; 69 | top: 0; 70 | left: 0; 71 | bottom: 0; 72 | width: @carousel-control-width; 73 | .opacity(@carousel-control-opacity); 74 | font-size: @carousel-control-font-size; 75 | color: @carousel-control-color; 76 | text-align: center; 77 | text-shadow: @carousel-text-shadow; 78 | // We can't have this transition here because webkit cancels the carousel 79 | // animation if you trip this while in the middle of another animation. 80 | 81 | // Set gradients for backgrounds 82 | &.left { 83 | #gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001)); 84 | } 85 | &.right { 86 | left: auto; 87 | right: 0; 88 | #gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5)); 89 | } 90 | 91 | // Hover/focus state 92 | &:hover, 93 | &:focus { 94 | color: @carousel-control-color; 95 | text-decoration: none; 96 | .opacity(.9); 97 | } 98 | 99 | // Toggles 100 | .icon-prev, 101 | .icon-next, 102 | .glyphicon-chevron-left, 103 | .glyphicon-chevron-right { 104 | position: absolute; 105 | top: 50%; 106 | left: 50%; 107 | z-index: 5; 108 | display: inline-block; 109 | } 110 | .icon-prev, 111 | .icon-next { 112 | width: 20px; 113 | height: 20px; 114 | margin-top: -10px; 115 | margin-left: -10px; 116 | font-family: serif; 117 | } 118 | 119 | .icon-prev { 120 | &:before { 121 | content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039) 122 | } 123 | } 124 | .icon-next { 125 | &:before { 126 | content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A) 127 | } 128 | } 129 | } 130 | 131 | // Optional indicator pips 132 | // 133 | // Add an unordered list with the following class and add a list item for each 134 | // slide your carousel holds. 135 | 136 | .carousel-indicators { 137 | position: absolute; 138 | bottom: 10px; 139 | left: 50%; 140 | z-index: 15; 141 | width: 60%; 142 | margin-left: -30%; 143 | padding-left: 0; 144 | list-style: none; 145 | text-align: center; 146 | 147 | li { 148 | display: inline-block; 149 | width: 10px; 150 | height: 10px; 151 | margin: 1px; 152 | text-indent: -999px; 153 | border: 1px solid @carousel-indicator-border-color; 154 | border-radius: 10px; 155 | cursor: pointer; 156 | } 157 | .active { 158 | margin: 0; 159 | width: 12px; 160 | height: 12px; 161 | background-color: @carousel-indicator-active-bg; 162 | } 163 | } 164 | 165 | // Optional captions 166 | // ----------------------------- 167 | // Hidden by default for smaller viewports 168 | .carousel-caption { 169 | position: absolute; 170 | left: 15%; 171 | right: 15%; 172 | bottom: 20px; 173 | z-index: 10; 174 | padding-top: 20px; 175 | padding-bottom: 20px; 176 | color: @carousel-caption-color; 177 | text-align: center; 178 | text-shadow: @carousel-text-shadow; 179 | & .btn { 180 | text-shadow: none; // No shadow for button elements in carousel-caption 181 | } 182 | } 183 | 184 | 185 | // Scale up controls for tablets and up 186 | @media screen and (min-width: @screen-tablet) { 187 | 188 | // Scale up the controls a smidge 189 | .carousel-control .icon-prev, 190 | .carousel-control .icon-next { 191 | width: 30px; 192 | height: 30px; 193 | margin-top: -15px; 194 | margin-left: -15px; 195 | font-size: 30px; 196 | } 197 | 198 | // Show and left align the captions 199 | .carousel-caption { 200 | left: 20%; 201 | right: 20%; 202 | padding-bottom: 30px; 203 | } 204 | 205 | // Move up the indicators 206 | .carousel-indicators { 207 | bottom: 20px; 208 | } 209 | } 210 | -------------------------------------------------------------------------------- /2013/less/close.less: -------------------------------------------------------------------------------- 1 | // 2 | // Close icons 3 | // -------------------------------------------------- 4 | 5 | 6 | .close { 7 | float: right; 8 | font-size: (@font-size-base * 1.5); 9 | font-weight: @close-font-weight; 10 | line-height: 1; 11 | color: @close-color; 12 | text-shadow: @close-text-shadow; 13 | .opacity(.2); 14 | 15 | &:hover, 16 | &:focus { 17 | color: @close-color; 18 | text-decoration: none; 19 | cursor: pointer; 20 | .opacity(.5); 21 | } 22 | 23 | // Additional properties for button version 24 | // iOS requires the button element instead of an anchor tag. 25 | // If you want the anchor version, it requires `href="#"`. 26 | button& { 27 | padding: 0; 28 | cursor: pointer; 29 | background: transparent; 30 | border: 0; 31 | -webkit-appearance: none; 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /2013/less/code.less: -------------------------------------------------------------------------------- 1 | // 2 | // Code (inline and blocK) 3 | // -------------------------------------------------- 4 | 5 | 6 | // Inline and block code styles 7 | code, 8 | pre { 9 | font-family: @font-family-monospace; 10 | } 11 | 12 | // Inline code 13 | code { 14 | padding: 2px 4px; 15 | font-size: 90%; 16 | color: @code-color; 17 | background-color: @code-bg; 18 | white-space: nowrap; 19 | border-radius: @border-radius-base; 20 | } 21 | 22 | // Blocks of code 23 | pre { 24 | display: block; 25 | padding: ((@line-height-computed - 1) / 2); 26 | margin: 0 0 (@line-height-computed / 2); 27 | font-size: (@font-size-base - 1); // 14px to 13px 28 | line-height: @line-height-base; 29 | word-break: break-all; 30 | word-wrap: break-word; 31 | color: @pre-color; 32 | background-color: @pre-bg; 33 | border: 1px solid @pre-border-color; 34 | border-radius: @border-radius-base; 35 | 36 | // Make prettyprint styles more spaced out for readability 37 | &.prettyprint { 38 | margin-bottom: @line-height-computed; 39 | } 40 | 41 | // Account for some code outputs that place code tags in pre tags 42 | code { 43 | padding: 0; 44 | font-size: inherit; 45 | color: inherit; 46 | white-space: pre-wrap; 47 | background-color: transparent; 48 | border: 0; 49 | } 50 | } 51 | 52 | // Enable scrollable blocks of code 53 | .pre-scrollable { 54 | max-height: @pre-scrollable-max-height; 55 | overflow-y: scroll; 56 | } 57 | -------------------------------------------------------------------------------- /2013/less/component-animations.less: -------------------------------------------------------------------------------- 1 | // 2 | // Component animations 3 | // -------------------------------------------------- 4 | 5 | // Heads up! 6 | // 7 | // We don't use the `.opacity()` mixin here since it causes a bug with text 8 | // fields in IE7-8. Source: https://github.com/twitter/bootstrap/pull/3552. 9 | 10 | .fade { 11 | opacity: 0; 12 | .transition(opacity .15s linear); 13 | &.in { 14 | opacity: 1; 15 | } 16 | } 17 | 18 | .collapse { 19 | display: none; 20 | &.in { 21 | display: block; 22 | } 23 | } 24 | .collapsing { 25 | position: relative; 26 | height: 0; 27 | overflow: hidden; 28 | .transition(height .35s ease); 29 | } 30 | -------------------------------------------------------------------------------- /2013/less/input-groups.less: -------------------------------------------------------------------------------- 1 | // 2 | // Input groups 3 | // -------------------------------------------------- 4 | 5 | // Base styles 6 | // ------------------------- 7 | .input-group { 8 | position: relative; // For dropdowns 9 | display: table; 10 | border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table 11 | 12 | // Undo padding and float of grid classes 13 | &.col { 14 | float: none; 15 | padding-left: 0; 16 | padding-right: 0; 17 | } 18 | 19 | .form-control { 20 | width: 100%; 21 | margin-bottom: 0; 22 | } 23 | } 24 | 25 | // Sizing options 26 | // 27 | // Remix the default form control sizing classes into new ones for easier 28 | // manipulation. 29 | 30 | .input-group-lg > .form-control, 31 | .input-group-lg > .input-group-addon, 32 | .input-group-lg > .input-group-btn > .btn { .input-lg(); } 33 | .input-group-sm > .form-control, 34 | .input-group-sm > .input-group-addon, 35 | .input-group-sm > .input-group-btn > .btn { .input-sm(); } 36 | 37 | 38 | // Display as table-cell 39 | // ------------------------- 40 | .input-group-addon, 41 | .input-group-btn, 42 | .input-group .form-control { 43 | display: table-cell; 44 | 45 | &:not(:first-child):not(:last-child) { 46 | border-radius: 0; 47 | } 48 | } 49 | // Addon and addon wrapper for buttons 50 | .input-group-addon, 51 | .input-group-btn { 52 | width: 1%; 53 | white-space: nowrap; 54 | vertical-align: middle; // Match the inputs 55 | } 56 | 57 | // Text input groups 58 | // ------------------------- 59 | .input-group-addon { 60 | padding: @padding-base-vertical @padding-base-horizontal; 61 | font-size: @font-size-base; 62 | font-weight: normal; 63 | line-height: 1; 64 | text-align: center; 65 | background-color: @input-group-addon-bg; 66 | border: 1px solid @input-group-addon-border-color; 67 | border-radius: @border-radius-base; 68 | 69 | // Sizing 70 | &.input-sm { 71 | padding: @padding-small-vertical @padding-small-horizontal; 72 | font-size: @font-size-small; 73 | border-radius: @border-radius-small; 74 | } 75 | &.input-lg { 76 | padding: @padding-large-vertical @padding-large-horizontal; 77 | font-size: @font-size-large; 78 | border-radius: @border-radius-large; 79 | } 80 | 81 | // Nuke default margins from checkboxes and radios to vertically center within. 82 | input[type="radio"], 83 | input[type="checkbox"] { 84 | margin-top: 0; 85 | } 86 | } 87 | 88 | // Reset rounded corners 89 | .input-group .form-control:first-child, 90 | .input-group-addon:first-child, 91 | .input-group-btn:first-child > .btn, 92 | .input-group-btn:first-child > .dropdown-toggle, 93 | .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { 94 | .border-right-radius(0); 95 | } 96 | .input-group-addon:first-child { 97 | border-right: 0; 98 | } 99 | .input-group .form-control:last-child, 100 | .input-group-addon:last-child, 101 | .input-group-btn:last-child > .btn, 102 | .input-group-btn:last-child > .dropdown-toggle, 103 | .input-group-btn:first-child > .btn:not(:first-child) { 104 | .border-left-radius(0); 105 | } 106 | .input-group-addon:last-child { 107 | border-left: 0; 108 | } 109 | 110 | // Button input groups 111 | // ------------------------- 112 | .input-group-btn { 113 | position: relative; 114 | white-space: nowrap; 115 | } 116 | .input-group-btn > .btn { 117 | position: relative; 118 | // Jankily prevent input button groups from wrapping 119 | + .btn { 120 | margin-left: -4px; 121 | } 122 | // Bring the "active" button to the front 123 | &:hover, 124 | &:active { 125 | z-index: 2; 126 | } 127 | } 128 | -------------------------------------------------------------------------------- /2013/less/jumbotron.less: -------------------------------------------------------------------------------- 1 | // 2 | // Jumbotron 3 | // -------------------------------------------------- 4 | 5 | 6 | .jumbotron { 7 | padding: @jumbotron-padding; 8 | margin-bottom: @jumbotron-padding; 9 | font-size: (@font-size-base * 1.5); 10 | font-weight: 200; 11 | line-height: (@line-height-base * 1.5); 12 | color: @jumbotron-color; 13 | background-color: @jumbotron-bg; 14 | 15 | h1 { 16 | line-height: 1; 17 | color: @jumbotron-heading-color; 18 | } 19 | p { 20 | line-height: 1.4; 21 | } 22 | 23 | .container & { 24 | border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container 25 | } 26 | 27 | @media screen and (min-width: @screen-tablet) { 28 | padding-top: (@jumbotron-padding * 1.6); 29 | padding-bottom: (@jumbotron-padding * 1.6); 30 | 31 | .container & { 32 | padding-left: (@jumbotron-padding * 2); 33 | padding-right: (@jumbotron-padding * 2); 34 | } 35 | 36 | h1 { 37 | font-size: (@font-size-base * 4.5); 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /2013/less/labels.less: -------------------------------------------------------------------------------- 1 | // 2 | // Labels 3 | // -------------------------------------------------- 4 | 5 | .label { 6 | display: inline; 7 | padding: .2em .6em .3em; 8 | font-size: 75%; 9 | font-weight: bold; 10 | line-height: 1; 11 | color: @label-color; 12 | text-align: center; 13 | white-space: nowrap; 14 | vertical-align: baseline; 15 | border-radius: .25em; 16 | 17 | // Add hover effects, but only for links 18 | &[href] { 19 | &:hover, 20 | &:focus { 21 | color: @label-link-hover-color; 22 | text-decoration: none; 23 | cursor: pointer; 24 | } 25 | } 26 | 27 | // Empty labels collapse automatically (not available in IE8) 28 | &:empty { 29 | display: none; 30 | } 31 | } 32 | 33 | // Colors 34 | // Contextual variations (linked labels get darker on :hover) 35 | 36 | .label-default { 37 | .label-variant(@label-default-bg); 38 | } 39 | 40 | .label-primary { 41 | .label-variant(@label-primary-bg); 42 | } 43 | 44 | .label-success { 45 | .label-variant(@label-success-bg); 46 | } 47 | 48 | .label-info { 49 | .label-variant(@label-info-bg); 50 | } 51 | 52 | .label-warning { 53 | .label-variant(@label-warning-bg); 54 | } 55 | 56 | .label-danger { 57 | .label-variant(@label-danger-bg); 58 | } 59 | -------------------------------------------------------------------------------- /2013/less/list-group.less: -------------------------------------------------------------------------------- 1 | // 2 | // List groups 3 | // -------------------------------------------------- 4 | 5 | // Base class 6 | // 7 | // Easily usable on