Last tested using Mac OS X 10.8 Mountain Lion
Copy Dropbox folder from previous drive to user folder
| .sprout-account-picker { | |
| position: relative; | |
| z-index: 5; | |
| display: block; | |
| width: 100%; | |
| min-height: 40px; | |
| color: $gray40; | |
| background-color: $gray90; | |
| border: 0; | |
| border-bottom: 1px solid $gray70; |
| this._$drawerContent.on(transitionEvent, function() { | |
| if (self.props.selected) { | |
| self.isOpening = false; | |
| self._drawerStyles = { | |
| maxHeight: 'none', | |
| WebkitTransition: 'none', | |
| transition: 'none' | |
| }; | |
| self.forceUpdate(); // skips shouldComponentUpdate | |
| } |
| ./srcds_run -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2 -port 27015 -tickrate 128 +exec server1.cfg -ip 10.0.1.150 | |
| ./srcds_run -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2 -port 27016 -tickrate 128 +exec server2.cfg -ip 10.0.1.150 | |
| ./srcds_run -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2 -port 27017 -tickrate 128 +exec server3.cfg -ip 10.0.1.150 | |
| ./srcds_run -game csgo -console -usercon +game_type 1 +game_mode 2 +mapgroup mg_active +map de_dust2 -port 27018 -tickrate 128 +exec server4.cfg | |
| ./srcds_run -game csgo -console -usercon +game_type 1 +game_mode 2 +mapgroup mg_active +map de_dust2 -port 27019 -tickrate 128 +exec server5.cfg |
| &._big { | |
| max-height: 39px; | |
| overflow: hidden; | |
| border-top: 1px solid #fff; | |
| border-bottom: 1px solid #fff; | |
| transition: all 150ms cubic-bezier(.2,1,.2,1); | |
| transform: translatez(0); | |
| .filter-name { | |
| font-size: 17px; | |
| font-weight: 400; |
| benmills [[email protected]] entered the room. (12:37:40 PM) | |
| 12:37:45 PM benmills: Yall on yo yet? | |
| benmills left the room (quit: Quit: leaving). (12:51:08 PM) | |
| benmills [~circuser-@2601:d:6800:4a:5522:8df3:28c6:2f8c] entered the room. (12:55:24 PM) | |
| 12:58:19 PM thanexor: way | |
| 12:58:21 PM thanexor: wat*/** | |
| 12:58:34 PM benmills: way | |
| 12:58:52 PM thanexor: ben you kept your promise | |
| 12:59:03 PM thanexor: i am thoroughly surprised | |
| 1:01:38 PM benmills: me too |
| responsiveVideosSetup: function(){ | |
| var that = this; | |
| var iframeElement = that.ui.heroWrapper.find('iframe'); | |
| var videoRatio = (iframeElement.height() / iframeElement.width()) * 100; | |
| iframeElement.css({ | |
| 'position':'absolute', | |
| 'top':0, | |
| 'left':0, | |
| 'width':'100%', |
| Typing “document.body.contentEditable = true;” into Chrome DevTools makes all of the text on a page editable. |
| rubygems-bundler-uninstaller |
| /* Register Links */ | |
| #ds-header-links{ | |
| } | |
| /* Main Content */ | |
| #ds-content{ | |
| } | |
| #ds-main-content{ | |
| } | |
| #ds-main-content li.ds-entry, |