From 3e461590269ad4036b9447cd2205d1898c75a18a Mon Sep 17 00:00:00 2001 From: makkalot Date: Thu, 31 Jul 2008 18:45:06 +0300 Subject: static files for groups api --- funcweb/funcweb/static/css/groupscss.css | 178 +++++++++++++++++++++ funcweb/funcweb/static/images/button_overadd.jpg | Bin 0 -> 1876 bytes funcweb/funcweb/static/images/buttonadd.jpg | Bin 0 -> 1483 bytes funcweb/funcweb/static/images/groupremovebtn.jpg | Bin 0 -> 1322 bytes .../funcweb/static/images/groupremovebtnhover.jpg | Bin 0 -> 1403 bytes funcweb/funcweb/static/images/removebtn.jpg | Bin 0 -> 1527 bytes funcweb/funcweb/static/images/removebtnhover.jpg | Bin 0 -> 1608 bytes 7 files changed, 178 insertions(+) create mode 100644 funcweb/funcweb/static/css/groupscss.css create mode 100644 funcweb/funcweb/static/images/button_overadd.jpg create mode 100644 funcweb/funcweb/static/images/buttonadd.jpg create mode 100644 funcweb/funcweb/static/images/groupremovebtn.jpg create mode 100644 funcweb/funcweb/static/images/groupremovebtnhover.jpg create mode 100644 funcweb/funcweb/static/images/removebtn.jpg create mode 100644 funcweb/funcweb/static/images/removebtnhover.jpg (limited to 'funcweb') diff --git a/funcweb/funcweb/static/css/groupscss.css b/funcweb/funcweb/static/css/groupscss.css new file mode 100644 index 0000000..84e171c --- /dev/null +++ b/funcweb/funcweb/static/css/groupscss.css @@ -0,0 +1,178 @@ +@charset "utf-8"; +/* CSS Document */ + + +#addgroupbigbox { +background-color:#f7f7f7; +height: 100px; +width: 90%; +padding:10px; +border: 2px solid #dddddd; +float:left; +margin-left:30px; +margin-right:30px; +} +#addgroup { +height:50px; +width:400px; +margin-left:auto; +margin-right:auto; +margin-top: 2em; +} +#groupnametext { +height:40px; +width:50px; +float:left; +margin-right:10px; +padding-top:2px; +margin-left:2.2em; +} +#groupsbigbox { +background-color:#f7f7f7; +overflow: auto; +max-height: 250px; +width: 90%; +padding:10px; +border: 2px solid #dddddd; +float:left; +margin-left:30px; +margin-right:30px; +} +#groupstexts { +float:left; +margin-left: 4em; +height:25px; +max-width: 250px; +margin-top: 2em; +} + +#miniongroupsbigbox { +background-color:#f7f7f7; +min-height: 150px; +width: 90%; +padding:10px; +border: 2px solid #dddddd; +float:left; +margin-left:30px; +margin-right:30px; +} + +.addgroupbox { +background-color: #FFFFFF; +border: 2px solid #dddddd; +width:200px; +height:20px; +float:left; +} +.removebtn { +height:25px; +width:25px; +background-image:url(../images/removebtn.jpg); +background-repeat:no-repeat; +display:block; +border: 0px; +margin-top: 2.4em; +float:left; +} +.removebtn:link { +height:25px; +width:25px; +background-image:url(../images/removebtn.jpg); +background-repeat:no-repeat; +display:block; +border: 0px; +margin-top: 2.4em; +float:left; +} +.removebtn:hover { +height:25px; +width:25px; +background-image: url(../images/removebtnhover.jpg); +background-repeat:no-repeat; +display:block; +border: 0px; +margin-top: 2.4em; +float:left; +} + +.removegroupbtn { +height:25px; +width:25px; +background-image:url(../images/groupremovebtn.jpg); +background-repeat:no-repeat; +display:block; +border: 0px; +} +.removegroupbtn:link { +height:25px; +width:25px; +background-image:url(../images/groupremovebtn.jpg); +background-repeat:no-repeat; +display:block; +border: 0px; +} +.removegroupbtn:hover { +height:25px; +width:25px; +background-image: url(../images/groupremovebtnhover.jpg); +background-repeat:no-repeat; +display:block; +border: 0px; +} + +#group { +max-height: 400px; +width: 40%; +padding:10px; +float:left; +margin-left:30px; +margin-right:30px; +} +#groupbox { +background-color:#F1F5F6; +border: 2px solid #dddddd; +overflow: auto; +max-height: 150px; +margin-top: 2em; +} +#grouptextbox { +max-width:100px; +margin-bottom:15px; +margin-top:10px; +margin-left:190px; +} +#minions2 { +max-height: 400px; +width: 40%; +padding:10px; +float:left; +margin-left:30px; +margin-right:30px; +} +#minions2box { +background-color:#F1F5F6; +border: 2px solid #dddddd; +overflow: auto; +max-height: 150px; +margin-top: 2em; +} +#minionstextbox { +margin-left:190px; +max-width:250px; +margin-bottom:15px; +margin-top:10px; +} +#selectallbox { +float:right; +margin-top:10px; +} +#selectallgroupboxes { +float:left; +margin-top:10px; +} +.minionsandgroupsbluetext { +font-family: Arial, Helvetica, sans-serif; +font-size:18px; +color: #5499d4; +text-decoration:none; +} \ No newline at end of file diff --git a/funcweb/funcweb/static/images/button_overadd.jpg b/funcweb/funcweb/static/images/button_overadd.jpg new file mode 100644 index 0000000..32d0e2d Binary files /dev/null and b/funcweb/funcweb/static/images/button_overadd.jpg differ diff --git a/funcweb/funcweb/static/images/buttonadd.jpg b/funcweb/funcweb/static/images/buttonadd.jpg new file mode 100644 index 0000000..5942919 Binary files /dev/null and b/funcweb/funcweb/static/images/buttonadd.jpg differ diff --git a/funcweb/funcweb/static/images/groupremovebtn.jpg b/funcweb/funcweb/static/images/groupremovebtn.jpg new file mode 100644 index 0000000..03adf3f Binary files /dev/null and b/funcweb/funcweb/static/images/groupremovebtn.jpg differ diff --git a/funcweb/funcweb/static/images/groupremovebtnhover.jpg b/funcweb/funcweb/static/images/groupremovebtnhover.jpg new file mode 100644 index 0000000..4c57451 Binary files /dev/null and b/funcweb/funcweb/static/images/groupremovebtnhover.jpg differ diff --git a/funcweb/funcweb/static/images/removebtn.jpg b/funcweb/funcweb/static/images/removebtn.jpg new file mode 100644 index 0000000..f790fc7 Binary files /dev/null and b/funcweb/funcweb/static/images/removebtn.jpg differ diff --git a/funcweb/funcweb/static/images/removebtnhover.jpg b/funcweb/funcweb/static/images/removebtnhover.jpg new file mode 100644 index 0000000..eef98b8 Binary files /dev/null and b/funcweb/funcweb/static/images/removebtnhover.jpg differ -- cgit