diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-24 17:49:06 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-24 17:49:06 -0600 |
commit | 043469587ed03a2a4e05aa2fddcebe53f04b0ce4 (patch) | |
tree | 231d14b25d3dc99ae3ba29634b89b38c76ef359e /modules/digibug/css | |
parent | c37fc39152ceeb5f4d51f9b297b313847bb445e5 (diff) | |
parent | f56d372629df5b08a30d0182d4e1e7c97a44d79f (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/digibug/css')
-rw-r--r-- | modules/digibug/css/digibug.css | 91 | ||||
-rw-r--r-- | modules/digibug/css/logo.png | bin | 0 -> 17296 bytes |
2 files changed, 91 insertions, 0 deletions
diff --git a/modules/digibug/css/digibug.css b/modules/digibug/css/digibug.css new file mode 100644 index 00000000..a09e4551 --- /dev/null +++ b/modules/digibug/css/digibug.css @@ -0,0 +1,91 @@ +.gAdminDigibugIntro { + background-image: url(logo.png); + background-repeat: no-repeat; + padding-bottom: 20px; + width: 820px; +} + +.gAdminDigibugIntro p { + font-family: Trebuchet MS,Arial,Verdana,Helvetica,sans-serif; + font-size: 1.3em; + font-weight: bold; + padding-left: 110px; + padding-top: 15px; +} + +.gDigibugTab { + width: 820px; + height: 420px; +} + +.gDigibugTab .gDigibugTitle { + font-family: Georgia; + font-size: 20px; + font-weight: bold; + padding-bottom: 10px; +} + +.gDigibugTab .gDigibugText { + font-size: 12px; + font-weight: bold; + line-height: 17px; + padding-bottom: 15px; +} + +.gDigibugListItems ul { + list-style-type: disc; + padding-left: 20px; + font-size: 12px; + font-weight: bold; + line-height: 15px; +} + +.gDigibugListItems ul li{ + padding-top: 10px; +} + +.gDigibugRounded { + background-color:#5C9CCC; + color: white; + width: 308px; + height: 45px; + text-align: center; + line-height: 15px; + margin-top: 10px; + font-weight: bold; + font-size: 12px; + margin-left: 60px; + margin-right: -50px; + margin-left: 20px; + margin-right: 0px; +} + +.gDigibugRounded a { + color: white !important; + font-weight: bold; + text-decoration: underline; +} + +.gDigibugSignIn { + width: 115px; + float: left; +} + +.gDigibugSignIn a { + color: black; + font-size: 16px; + font-weight: bold; + text-decoration: underline; +} + +.gDigibugAdvancedForm { + float: left; + padding-left: 30px; + width: 180px; +} + +.gDigibugPrintButton { + float: left; +} + + diff --git a/modules/digibug/css/logo.png b/modules/digibug/css/logo.png Binary files differnew file mode 100644 index 00000000..5eac2c7d --- /dev/null +++ b/modules/digibug/css/logo.png |