mirror of https://github.com/perkeep/perkeep.git
8 lines
1.7 KiB
Go
8 lines
1.7 KiB
Go
// THIS FILE IS AUTO-GENERATED FROM camli.css
|
|
// DO NOT EDIT.
|
|
package ui
|
|
import "time"
|
|
func init() {
|
|
Files.Add("camli.css", "/*\nCopyright 2011 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\n/* General CSS */\nbody {\n font: 16px/1.4 normal Arial, sans-serif;\n}\n.camli-nav:before {\n content: \"[\";\n}\n.camli-nav:after {\n content: \"]\";\n}\n.camli-del {\n text-decoration: underline;\n cursor: pointer;\n color: darkred;\n margin-left: .4em;\n font-size: 80%;\n}\n.camli-newp {\n text-decoration: underline;\n cursor: pointer;\n color: darkgreen;\n margin-left: .4em;\n font-size: 80%;\n}\n.camli-tag-c {\n margin-right: .5em;\n}\n.camli-tag {\n font-style: italic;\n}\n.camli-dnd {\n border: 2px dashed black;\n min-height: 250px;\n padding: 10px;\n}\n.camli-dnd-item {\n margin: 0.25em;\n border: 1px solid #888;\n padding: 0.25em;\n}\n.camli-dnd-over {\n background: #eee;\n}\n\n/* Bob info page */\n.camli-ui-blobinfo #blobdata {\n overflow: auto;\n max-width: 800px;\n}\n\n/* Index page */\n.camli-ui-index #btnnew {\n font-size: 45px;\n font-family: sans-serif;\n padding: 0.25em;\n background: #008aff;\n color: #fff;\n}\n\n", time.Unix(0, 1311540591000000000));
|
|
}
|