{"sections":[{"urls":[],"urlPrefixes":[],"domains":["drupal.org"],"regexps":[],"code":"@namespace url(http://www.w3.org/1999/xhtml);\n/**\r\n * TextMate style for Dreditor: http://drupal.org/proejct/dreditor\r\n * Written by Jacine: http://drupal.org/user/88931\r\n */\r\n\r\n/* @group fonts\r\n------------------------------------------------------------------------------*/\r\n#dreditor, #dreditor #bar,\r\n#dreditor input, #dreditor textarea {\r\n  font-size: 12px !important;\r\n  line-height: 1.5em !important;\r\n  color: #000 !important;\r\n}\r\n#dreditor,\r\n#dreditor input {\r\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif !important;\r\n}\r\n#dreditor #diffstat,\r\n#dreditor textarea {\r\n  font-family: \"Lucida Grande\", \"Lucida Sans Unicode\", Verdana, sans-serif !important;\r\n  margin: 0 !important;\r\n  padding: 4px !important;\r\n}\r\n#dreditor pre {  \r\n  font: normal 11px/14px \"Monaco\", \"Bitstream Vera Sans Mono\", \"Courier New\", monospace !important;\r\n}\r\n/* @end */\r\n\r\n\r\n/* @group containers\r\n------------------------------------------------------------------------------*/\r\n#dreditor #bar {\r\n  border-right: 1px solid #555 !important;\r\n  width: 249px !important; \r\n  /* background */\r\n  -webkit-background-size: 100% 100% !important;\r\n  -moz-background-size: 100% 100% !important;\r\n  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#777)) !important;\r\n  background-image: -moz-linear-gradient(top, #ccc, #999) !important;\r\n}\r\n#dreditor-content {\r\n  border: none !important;\r\n}\r\n#dreditor-content #code {\r\n  background: #fff none !important;\r\n  padding-left: 4px !important;\r\n  border-left: none !important;\r\n  margin-left: 0 !important;\r\n}\r\n/* @end */\r\n\r\n\r\n/* @group file menu\r\n------------------------------------------------------------------------------*/\r\n#dreditor ul#menu {\r\n  background: #fff !important;\r\n  font-size: 1.1em !important;\r\n}\r\n#dreditor ul#menu a {\r\n  color: #000 !important;\r\n}\r\n#dreditor ul#menu a:hover {\r\n  text-decoration: underline !important;\r\n}\r\n#dreditor ul#menu li {\r\n  border-bottom: solid 1px #eee !important;\r\n  font-weight: bold !important;\r\n  padding: 3px !important;\r\n}\r\n#dreditor ul#menu \u003e li a {\r\n  background-color: transparent !important;\r\n  display: inline;\r\n  padding: 0 !important;\r\n}\r\n#dreditor ul#menu \u003e li li {\r\n  border: none !important;\r\n  font-weight: 300 !important;\r\n  font-size: 0.9em !important;\r\n  padding: 0 0 0 1.8em !important;\r\n}\r\n#dreditor ul#menu li li a {\r\n  color: #777 !important;\r\n}\r\n/* @end */\r\n\r\n\r\n/* @group form / buttons\r\n------------------------------------------------------------------------------*/\r\n#dreditor #pastie {\r\n  border-bottom: solid 1px rgba(0,0,0,0.2) !important;\r\n}\r\n#dreditor .resizable-textarea {\r\n  width: 239px !important;\r\n  margin: 0 1px!important;\r\n}\r\n#dreditor .resizable-textarea .grippie {\r\n  border: none !important;\r\n  background: #555 url('http://dl.dropbox.com/u/912092/userscripts/dreditor/grippie.png') no-repeat 50% 50% !important;\r\n}\r\n#dreditor #bar, #dreditor-action {\r\n  padding: 0 !important;\r\n}\r\n#dreditor-actions {\r\n  background: transparent !important;\r\n  width: 249px !important;\r\n  padding: 0 !important;\r\n}\r\n#dreditor a.dreditor-application-toggle,\r\n#dreditor input.dreditor-button,\r\n#dreditor a.dreditor-button {\r\n  border-right: solid 1px #999 !important;\r\n  border-color: rgba(0,0,0,0.2) !important;\r\n  border-width: 0 1px 0 0 !important;\r\n  color: #333 !important;\r\n  display: inline-block !important;\r\n  text-shadow: 1px 1px 1px #dedede !important;\r\n  line-height: 3em !important;\r\n  margin: 0 !important;\r\n  padding: 0 !important;\r\n  /* background */\r\n  -moz-background-size: 100% 100% !important;\r\n  -webkit-background-size: 100% 100% !important;\r\n  background-image: none !important;\r\n  background-position: 0 0 !important;\r\n  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999)) !important;\r\n  background: -moz-linear-gradient(top, #ccc, #999) !important;\r\n  /* border-radius */\r\n  -moz-border-radius: 0 !important;\r\n  -webkit-border-radius: 0 !important;\r\n  width: 33% !important;\r\n  border-style: none;\r\n}\r\n#dreditor .dreditor-button:hover,\r\n#dreditor a.dreditor-application-toggle:hover {\r\n  color: #000 !important;\r\n  background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#999)) !important;\r\n  background: -moz-linear-gradient(top, #bbb, #999) !important;\r\n}\r\n#dreditor #pastie .dreditor-button {\r\n  width: 50% !important;\r\n}\r\n#dreditor-actions .dreditor-button:last-child {\r\n  width: 34% !important;\r\n}\r\n#pastie .dreditor-button:last-child,\r\n#dreditor-actions .dreditor-button:last-child {\r\n  border-right: none !important;\r\n}\r\n/* @end */\r\n\r\n/* @group code\r\n------------------------------------------------------------------------------*/\r\n#dreditor #code {\r\n  background: #fff url('http://dl.dropbox.com/u/912092/userscripts/dreditor/px.png') repeat-y -3.4em 0!important;\r\n}\r\n#dreditor #code pre {\r\n  background: none !important; \r\n  border-bottom: solid 1px transparent!important;\r\n}\r\n#dreditor #code .file {\r\n  background-color: rgba(42,121,222,0.8) !important;\r\n  color: #fff!important;\r\n}\r\n/* function name */\r\n#dreditor #code .file a {\r\n  background-color: transparent !important;\r\n  color: #fff!important;\r\n}\r\n#dreditor #code .new {\r\n  background-color: rgba(20,247,37,0.6) !important;\r\n  color: #000!important;\r\n}\r\n#dreditor #code .old {\r\n  background-color: rgba(253,29,19,0.75) !important;\r\n  color: #fff!important;\r\n}\r\n#dreditor #code pre span[class=\"\"] {\r\n  background: url('http://dl.dropbox.com/u/912092/userscripts/dreditor/br.png') no-repeat!important;\r\n  height: 3px!important;\r\n  margin-left: 0!important;\r\n  width: 6px!important;\r\n}\r\n#dreditor #code pre span.error {\r\n  background-color: #000 !important;\r\n  color: #fff !important;\r\n}\r\n#dreditor #code pre span.eof {\r\n  display: inline-block !important;\r\n  line-height: 2em !important;\r\n  padding-right: 0.4em !important;\r\n}\r\n#dreditor #code .selected {\r\n  opacity: 0.75!important;\r\n}\r\n#dreditor #code .hunk.selected {\r\n  font-weight: bold;\r\n  opacity: 1!important;\r\n  padding: 0 10px;\r\n  -moz-border-radius: 10px;\r\n  -webkit-border-radius: 10px;\r\n}\r\n #dreditor #code pre.element-invisible {\r\n  position: absolute !important;\r\n  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */\r\n  clip: rect(1px, 1px, 1px, 1px);\r\n}\r\n/* @end */\r\n\r\n/* @group stats\r\n------------------------------------------------------------------------------*/\r\n#dreditor #diffstat {\r\n  background: #666 !important;\r\n  color: #eee !important;\r\n  font-size: 11px;\r\n  height: 36px;\r\n  padding: 32px 3px 3px 3px!important;\r\n}\r\n#dreditor a.dreditor-application-toggle {\r\n  background: transparent;\r\n  border-bottom: solid 1px rgba(0,0,0,0.2) !important;\r\n  display: block;\r\n  font-weight: bold !important;\r\n  left: 0 !important;\r\n  line-height: 1.3em !important;\r\n  margin: -70px 0 0 0 !important;\r\n  padding: 5px 0 !important;\r\n  position: absolute !important;\r\n  text-align: center;\r\n  text-transform: uppercase;\r\n  width: 249px !important;\r\n}\r\n/* @end */"}],"url":"http://userstyles.org/styles/21102","updateUrl":"https://userstyles.org/styles/chrome/21102.json","md5Url":"https://update.userstyles.org/21102.md5","originalMd5":"6a26904b254aeba52e3d27457cc64bae","name":"Dreditor - TextMate Style for Drupal","thumbnail":"https://userstyles.org/style_screenshots/21102_after.png?r=1781089235"}