perkeep/server/camlistored/ui/zembed_pics.css.go

85 lines
1.7 KiB
Go

// THIS FILE IS AUTO-GENERATED FROM pics.css
// DO NOT EDIT.
package ui
import "time"
import "camlistore.org/pkg/fileembed"
func init() {
Files.Add("pics.css", 1057, time.Unix(0, 1331052187000000000), fileembed.String("/* Something arbitrary for testing. */\n"+
"body {\n"+
" font: 13px/1.3 normal Verdana, Geneva, sans-serif;\n"+
" background: #000;\n"+
" color: #aaa;\n"+
" margin: 0;\n"+
" padding: 30px;\n"+
"}\n"+
"a {\n"+
" color: #aaa;\n"+
"}\n"+
"a:hover {\n"+
" color: #bbb;\n"+
"}\n"+
"h1 {\n"+
" border: 3px dashed #aaa;\n"+
" padding: 1em;\n"+
"}\n"+
"ul {\n"+
" list-style: none;\n"+
" background: #262626;\n"+
"\n"+
" margin: 0;\n"+
" padding: 20px;\n"+
" border-radius: 10px;\n"+
"}\n"+
"li {\n"+
" display: inline-block;\n"+
" vertical-align: top;\n"+
" padding: 1em;\n"+
" margin: 1em;\n"+
" text-align: right;\n"+
"}\n"+
"li:hover {\n"+
" background: #000;\n"+
" border-radius: 10px;\n"+
" border-bottom-left-radius: 0;\n"+
" border-bottom-right-radius: 0;\n"+
"}\n"+
"li:hover img {\n"+
" xmax-height: none;\n"+
" xmax-width: none;\n"+
"}\n"+
"li a {\n"+
" font-weight: bold;\n"+
"}\n"+
"li img {\n"+
" border: 0;\n"+
" border-radius: 6px;\n"+
" display: block;\n"+
" max-height: 200px;\n"+
" max-width: 200px;\n"+
" margin-bottom: 1em;\n"+
"}\n"+
"li .camlifile {\n"+
" display: none;\n"+
"}\n"+
"li a span {\n"+
" padding: 2px;\n"+
" border: 1px solid transparent;\n"+
"}\n"+
"li input {\n"+
" text-align: right;\n"+
"}\n"+
"\n"+
"a.pics-edit,\n"+
"a.pics-edit:hover {\n"+
" font-size: 70%;\n"+
" color: #f00;\n"+
" margin-right: .5em;\n"+
" font-weight: normal;\n"+
"}\n"+
""))
}