From da74cf2a314a0dfaa719380380da48048105d61b Mon Sep 17 00:00:00 2001 From: Byron Date: Sat, 3 Dec 2011 15:01:41 -0600 Subject: little style change --- askbot/skins/default/media/style/style.css | 2 +- askbot/skins/default/media/style/style.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index dac36645..639fd5c4 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -32,7 +32,7 @@ body.user-messages{margin-top:2.4em;} .notify{position:fixed;top:0px;left:0px;width:100%;z-index:100;padding:0;text-align:center;background-color:#f5dd69;border-top:#fff 1px solid;font-family:'Yanone Kaffeesatz',sans-serif;}.notify p.notification{margin-top:6px;margin-bottom:6px;font-size:16px;color:#424242;} #closeNotify{position:absolute;right:5px;top:7px;color:#735005;text-decoration:none;line-height:18px;background:-6px -5px url(../images/sprites.png) no-repeat;cursor:pointer;width:20px;height:20px;} #closeNotify:hover{background:-26px -5px url(../images/sprites.png) no-repeat;} -#header{margin-top:0px;background:#16160f;font-family:'Yanone Kaffeesatz',sans-serif;} +#header{margin-top:0px;background:#16160f;font-family:'Yanone Kaffeesatz',sans-serif;min-height:70px;} .content-wrapper{width:960px;margin:auto;position:relative;} #logo img{padding:5px 0px 5px 0px;height:75px;width:auto;float:left;} #userToolsNav{height:20px;padding-bottom:5px;}#userToolsNav a{height:35px;text-align:right;margin-left:20px;text-decoration:underline;color:#d0e296;font-size:16px;} diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index 0457102b..d2a153c7 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -212,6 +212,7 @@ body.user-messages { margin-top: 0px; background: @header-color; font-family:@main-font; + min-height:70px; } .content-wrapper {/* wrapper positioning class */ -- cgit v1.2.3-1-g7c22 From 7bccda444820b856f6d313cc1b39c0d43fdf0036 Mon Sep 17 00:00:00 2001 From: Byron Date: Sat, 3 Dec 2011 15:28:18 -0600 Subject: fixing search input style on question, someone add .searchInputAuth class to the element --- askbot/skins/default/media/style/style.css | 4 ++-- askbot/skins/default/media/style/style.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index 904067e9..4a7b9ae8 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -58,8 +58,8 @@ body.user-messages{margin-top:2.4em;} #secondaryHeader #scopeWrapper .scope-selector{font-size:21px;color:#5a5a4b;height:55px;line-height:55px;margin-left:24px;} #secondaryHeader #scopeWrapper .on{background:url(../images/scopearrow.png) no-repeat center bottom;} #secondaryHeader #scopeWrapper .ask-message{font-size:24px;} -#searchBar{display:inline-block;background-color:#fff;width:412px;border:1px solid #c9c9b5;float:right;height:42px;margin:6px 0px 0px 15px;}#searchBar .searchInput,#searchBar .searchInputCancelable{font-size:30px;height:40px;font-weight:300;background:#FFF;border:0px;color:#484848;padding-left:10px;font-family:Arial;vertical-align:middle;} -#searchBar .searchInput{width:352px;} +#searchBar{display:inline-block;background-color:#fff;width:412px;border:1px solid #c9c9b5;float:right;height:42px;margin:6px 0px 0px 15px;}#searchBar .searchInput,#searchBar .searchInputCancelable,#searchBar .searchInputAuth{font-size:30px;height:40px;font-weight:300;background:#FFF;border:0px;color:#484848;padding-left:10px;font-family:Arial;vertical-align:middle;} +#searchBar .searchInput,#searchBar .searchInputAuth{width:352px;} #searchBar .searchInputCancelable{width:317px;} #searchBar .logoutsearch{width:337px;} #searchBar .searchBtn{font-size:10px;color:#666;background-color:#eee;height:42px;border:#FFF 1px solid;line-height:22px;text-align:center;float:right;margin:0px;width:48px;background:-98px -36px url(../images/sprites.png) no-repeat;cursor:pointer;} diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index b291c7de..200240ba 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -385,7 +385,7 @@ body.user-messages { height:42px; margin:6px 0px 0px 15px; - .searchInput, .searchInputCancelable { + .searchInput, .searchInputCancelable,.searchInputAuth { font-size: 30px; height: 40px; font-weight:300; @@ -397,7 +397,7 @@ body.user-messages { vertical-align: middle; } - .searchInput { + .searchInput,.searchInputAuth { width: 352px; } -- cgit v1.2.3-1-g7c22 From 57434f562a22299ce6797025948119b46fdde46f Mon Sep 17 00:00:00 2001 From: Byron Date: Sun, 4 Dec 2011 11:40:54 -0600 Subject: fixing offensive flags count position --- askbot/skins/common/templates/question/answer_controls.html | 3 ++- askbot/skins/common/templates/question/question_controls.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/askbot/skins/common/templates/question/answer_controls.html b/askbot/skins/common/templates/question/answer_controls.html index 4d26ffb9..bbb08d59 100644 --- a/askbot/skins/common/templates/question/answer_controls.html +++ b/askbot/skins/common/templates/question/answer_controls.html @@ -12,10 +12,11 @@ {% if request.user|can_flag_offensive(answer) %}{{ pipe() }} - {% trans %}flag offensive{% endtrans %} + {% trans %}flag offensive{% endtrans %} {% if request.user|can_see_offensive_flags(answer) %} {% if answer.offensive_flag_count > 0 %}({{ answer.offensive_flag_count }}){% endif %} {% endif %} + {% endif %} {% if request.user|can_delete_post(answer) %}{{ pipe() }} diff --git a/askbot/skins/common/templates/question/question_controls.html b/askbot/skins/common/templates/question/question_controls.html index 9de54526..3d08b284 100644 --- a/askbot/skins/common/templates/question/question_controls.html +++ b/askbot/skins/common/templates/question/question_controls.html @@ -20,10 +20,11 @@ {% if request.user|can_flag_offensive(question) %}{{ pipe() }} - {% trans %}flag offensive{% endtrans %} + {% trans %}flag offensive{% endtrans %} {% if request.user|can_see_offensive_flags(question) %} {% if question.offensive_flag_count > 0 %}({{ question.offensive_flag_count }}){% endif %} {% endif %} + {% endif %} {% if request.user|can_delete_post(question) %}{{ pipe() }} -- cgit v1.2.3-1-g7c22 From 982f71064db358436650e4a6679cc9fbcae993f5 Mon Sep 17 00:00:00 2001 From: Byron Date: Sun, 4 Dec 2011 12:15:13 -0600 Subject: border of hover background in question controls --- askbot/skins/default/media/style/style.css | 2 +- askbot/skins/default/media/style/style.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index 4a7b9ae8..8cc31af9 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -234,7 +234,7 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep .question-page .post-update-info .gravatar{float:left;margin-right:4px;} .question-page .post-update-info p.tip{color:#444;line-height:13px;font-size:10px;} .question-page .post-controls{font-size:11px;line-height:12px;min-width:200px;padding-left:5px;text-align:right;clear:left;float:right;margin-top:10px;}.question-page .post-controls a{color:#777;padding:0px 3px 3px 22px;cursor:pointer;border:none;font-size:12px;font-family:Arial;text-decoration:none;height:18px;display:block;float:right;line-height:18px;margin-top:-2px;margin-left:4px;} -.question-page .post-controls a:hover{background-color:#f5f0c9;} +.question-page .post-controls a:hover{background-color:#f5f0c9;border-radius:3px;-ms-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;} .question-page .post-controls .sep{color:#ccc;float:right;height:18px;font-size:18px;} .question-page .post-controls .question-delete,.question-page .answer-controls .question-delete{background:url(../images/delete.png) no-repeat center left;padding-left:16px;} .question-page .post-controls .question-flag,.question-page .answer-controls .question-flag{background:url(../images/flag.png) no-repeat center left;} diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index 200240ba..1896a037 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -1626,6 +1626,7 @@ span.delete-icon:hover { a:hover { background-color: #f5f0c9; + .rounded-corners(3px); } .sep { -- cgit v1.2.3-1-g7c22 From 782d7835082d7920d0813c054674ac147882955b Mon Sep 17 00:00:00 2001 From: Byron Date: Sun, 4 Dec 2011 19:53:09 -0600 Subject: Eliminate two styles unneeded --- askbot/skins/default/media/style/style.css | 6 +++--- askbot/skins/default/media/style/style.less | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index 8cc31af9..71653444 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -32,7 +32,7 @@ body.user-messages{margin-top:2.4em;} .notify{position:fixed;top:0px;left:0px;width:100%;z-index:100;padding:0;text-align:center;background-color:#f5dd69;border-top:#fff 1px solid;font-family:'Yanone Kaffeesatz',sans-serif;}.notify p.notification{margin-top:6px;margin-bottom:6px;font-size:16px;color:#424242;} #closeNotify{position:absolute;right:5px;top:7px;color:#735005;text-decoration:none;line-height:18px;background:-6px -5px url(../images/sprites.png) no-repeat;cursor:pointer;width:20px;height:20px;} #closeNotify:hover{background:-26px -5px url(../images/sprites.png) no-repeat;} -#header{margin-top:0px;background:#16160f;font-family:'Yanone Kaffeesatz',sans-serif;min-height:70px;} +#header{margin-top:0px;background:#16160f;font-family:'Yanone Kaffeesatz',sans-serif;} .content-wrapper{width:960px;margin:auto;position:relative;} #logo img{padding:5px 0px 5px 0px;height:75px;width:auto;float:left;} #userToolsNav{height:20px;padding-bottom:5px;}#userToolsNav a{height:35px;text-align:right;margin-left:20px;text-decoration:underline;color:#d0e296;font-size:16px;} @@ -58,8 +58,8 @@ body.user-messages{margin-top:2.4em;} #secondaryHeader #scopeWrapper .scope-selector{font-size:21px;color:#5a5a4b;height:55px;line-height:55px;margin-left:24px;} #secondaryHeader #scopeWrapper .on{background:url(../images/scopearrow.png) no-repeat center bottom;} #secondaryHeader #scopeWrapper .ask-message{font-size:24px;} -#searchBar{display:inline-block;background-color:#fff;width:412px;border:1px solid #c9c9b5;float:right;height:42px;margin:6px 0px 0px 15px;}#searchBar .searchInput,#searchBar .searchInputCancelable,#searchBar .searchInputAuth{font-size:30px;height:40px;font-weight:300;background:#FFF;border:0px;color:#484848;padding-left:10px;font-family:Arial;vertical-align:middle;} -#searchBar .searchInput,#searchBar .searchInputAuth{width:352px;} +#searchBar{display:inline-block;background-color:#fff;width:412px;border:1px solid #c9c9b5;float:right;height:42px;margin:6px 0px 0px 15px;}#searchBar .searchInput,#searchBar .searchInputCancelable{font-size:30px;height:40px;font-weight:300;background:#FFF;border:0px;color:#484848;padding-left:10px;font-family:Arial;vertical-align:middle;} +#searchBar .searchInput{width:352px;} #searchBar .searchInputCancelable{width:317px;} #searchBar .logoutsearch{width:337px;} #searchBar .searchBtn{font-size:10px;color:#666;background-color:#eee;height:42px;border:#FFF 1px solid;line-height:22px;text-align:center;float:right;margin:0px;width:48px;background:-98px -36px url(../images/sprites.png) no-repeat;cursor:pointer;} diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index 1896a037..1a83c754 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -212,7 +212,6 @@ body.user-messages { margin-top: 0px; background: @header-color; font-family:@main-font; - min-height:70px; } .content-wrapper {/* wrapper positioning class */ @@ -385,7 +384,7 @@ body.user-messages { height:42px; margin:6px 0px 0px 15px; - .searchInput, .searchInputCancelable,.searchInputAuth { + .searchInput, .searchInputCancelable{ font-size: 30px; height: 40px; font-weight:300; @@ -397,7 +396,7 @@ body.user-messages { vertical-align: middle; } - .searchInput,.searchInputAuth { + .searchInput,{ width: 352px; } -- cgit v1.2.3-1-g7c22 From 9b3f82aee55306ca864c2c533d13fc3223e6eadf Mon Sep 17 00:00:00 2001 From: Byron Date: Thu, 8 Dec 2011 15:31:26 -0600 Subject: font size of some buttons in questions and login --- askbot/skins/common/media/jquery-openid/openid.css | 3 ++- askbot/skins/default/media/style/style.css | 9 ++++---- askbot/skins/default/media/style/style.less | 27 +++++++++++++++------- 3 files changed, 26 insertions(+), 13 deletions(-) diff --git a/askbot/skins/common/media/jquery-openid/openid.css b/askbot/skins/common/media/jquery-openid/openid.css index e44e5478..00287224 100644 --- a/askbot/skins/common/media/jquery-openid/openid.css +++ b/askbot/skins/common/media/jquery-openid/openid.css @@ -4,7 +4,8 @@ ul.login-icons li {display:inline;} ul.large input {height: 40px; width: 90px;border:1px solid #ccc;margin:0 5px 5px 0;} .openid-signin h2 {margin-top:15px;} .openid-signin h2#account-recovery-heading {margin-bottom:2px;} -#account-recovery-form p.hint a {color:blue; text-decoration: underline;} +#account-recovery-form p.hint a {color:#1b79bd; text-decoration: none;} +#account-recovery-form p.hint a:hover {text-decoration: underline;} .openid-signin fieldset { border-style:none;margin:0;padding:0;} .openid-signin p {margin:0;padding:0}; .openid-signin p.hint {color: #555;} diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index 71653444..b7a9fde5 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -206,7 +206,7 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep .wmd-preview IMG{max-width:600px;} .preview-toggle{width:100%;color:#b6a475;text-align:left;} .preview-toggle span:hover{cursor:pointer;} -.after-editor{margin-top:10px;} +.after-editor{margin-top:15px;margin-bottom:15px;} .checkbox{margin-left:5px;font-weight:normal;cursor:help;} .question-options{margin-top:1px;color:#666;line-height:13px;margin-bottom:5px;} .question-options label{vertical-align:text-bottom;} @@ -249,6 +249,7 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep .question-page .question-img-downvote,.question-page .answer-img-downvote{background:url(../images/vote-arrow-down-new.png) no-repeat;} .question-page .question-img-upvote:hover,.question-page .question-img-upvote.on,.question-page .answer-img-upvote:hover,.question-page .answer-img-upvote.on{background:url(../images/vote-arrow-up-on-new.png) no-repeat;} .question-page .question-img-downvote:hover,.question-page .question-img-downvote.on,.question-page .answer-img-downvote:hover,.question-page .answer-img-downvote.on{background:url(../images/vote-arrow-down-on-new.png) no-repeat;} +.question-page #fmanswer_button{margin:8px 0px ;} .question-page .question-img-favorite:hover{background:url(../images/vote-favorite-on.png);} .question-page div.comments{padding:0;} .question-page #comment-title{font-weight:bold;font-size:23px;color:#7ea9b3;width:200px;float:left;font-family:'Yanone Kaffeesatz',sans-serif;} @@ -260,7 +261,7 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep .question-page .comments form.post-comments{margin:3px 30px 4px 5px;} .question-page .comments textarea{height:42px;width:100%;margin:12px 0 5px 1px;font-family:Arial;outline:none;overflow:auto;font-size:12px;line-height:140%;padding-left:2px;padding-top:4px;border:#cce6ec 3px solid;} .question-page .comments input{margin-left:10px;margin-top:1px;vertical-align:top;width:100px;} -.question-page .comments button{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-size:12px;width:95px;font-weight:bold;height:24px;margin-top:-2px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;float:left;} +.question-page .comments button{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-family:Arial;font-size:13px;width:100px;font-weight:bold;height:27px;line-height:25px;margin-top:-2px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;float:left;} .question-page .comments button:hover{background:url(../images/small-button-blue.png) bottom repeat-x;text-shadow:0px 1px 0px #c6d9dd;-moz-text-shadow:0px 1px 0px #c6d9dd;-webkit-text-shadow:0px 1px 0px #c6d9dd;} .question-page .comments .counter{display:inline-block;width:245px;float:right;color:#b6a475 !important;vertical-align:top;font-family:Arial;float:right;text-align:right;} .question-page .comments .comment{border-bottom:1px solid #edeeeb;margin:0;margin-top:8px;padding-bottom:4px;overflow:auto;font-family:Arial;font-size:11px;min-height:25px;background:#ffffff url(../images/comment-background.png) bottom repeat-x;border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;} @@ -314,12 +315,12 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep .openid-signin input[type="text"],.meta input[type="text"],.users-page input[type="text"],.user-profile-edit-page input[type="text"],.openid-signin input[type="password"],.meta input[type="password"],.users-page input[type="password"],.user-profile-edit-page input[type="password"],.openid-signin select,.meta select,.users-page select,.user-profile-edit-page select{border:#cce6ec 3px solid;height:25px;padding-left:5px;width:395px;font-size:14px;} .openid-signin select,.meta select,.users-page select,.user-profile-edit-page select{width:405px;height:30px;} .openid-signin textarea,.meta textarea,.users-page textarea,.user-profile-edit-page textarea{border:#cce6ec 3px solid;padding-left:5px;padding-top:5px;width:395px;font-size:14px;} -.openid-signin input.submit,.meta input.submit,.users-page input.submit,.user-profile-edit-page input.submit{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:16px;height:24px;margin-top:-2px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;} +.openid-signin input.submit,.meta input.submit,.users-page input.submit,.user-profile-edit-page input.submit{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:13px;font-family:Arial;height:26px;margin:5px 0px;width:100px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;} .openid-signin input.submit:hover,.meta input.submit:hover,.users-page input.submit:hover,.user-profile-edit-page input.submit:hover{background:url(../images/small-button-blue.png) repeat-x bottom;text-decoration:none;} .openid-signin .cancel,.meta .cancel,.users-page .cancel,.user-profile-edit-page .cancel{background:url(../images/small-button-cancel.png) repeat-x top !important;color:#525252 !important;} .openid-signin .cancel:hover,.meta .cancel:hover,.users-page .cancel:hover,.user-profile-edit-page .cancel:hover{background:url(../images/small-button-cancel.png) repeat-x bottom !important;} #email-input-fs,#local_login_buttons,#password-fs,#openid-fs{margin-top:10px;}#email-input-fs #id_email,#local_login_buttons #id_email,#password-fs #id_email,#openid-fs #id_email,#email-input-fs #id_username,#local_login_buttons #id_username,#password-fs #id_username,#openid-fs #id_username,#email-input-fs #id_password,#local_login_buttons #id_password,#password-fs #id_password,#openid-fs #id_password,#email-input-fs input,#local_login_buttons input,#password-fs input,#openid-fs input{font-size:12px;line-height:20px;height:20px;margin:0px;padding:0px 0 0 5px;border:#cce6ec 3px solid;width:200px;} -#email-input-fs .submit-b,#local_login_buttons .submit-b,#password-fs .submit-b,#openid-fs .submit-b{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:12px;height:24px;margin-top:-2px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;} +#email-input-fs .submit-b,#local_login_buttons .submit-b,#password-fs .submit-b,#openid-fs .submit-b{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:13px;font-family:Arial;height:24px;margin-top:-2px;padding-left:10px;padding-right:10px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;} #email-input-fs .submit-b:hover,#local_login_buttons .submit-b:hover,#password-fs .submit-b:hover,#openid-fs .submit-b:hover{background:url(../images/small-button-blue.png) repeat-x bottom;} .openid-input{background:url(../images/openid.gif) no-repeat;padding-left:15px;cursor:pointer;} .openid-login-input{background-position:center left;background:url(../images/openid.gif) no-repeat 0% 50%;padding:5px 5px 5px 15px;cursor:pointer;font-family:Trebuchet MS;font-weight:300;font-size:150%;width:500px;} diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index 1a83c754..d14024ff 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -1417,7 +1417,8 @@ span.delete-icon:hover { } .after-editor { - margin-top: 10px; + margin-top: 15px; + margin-bottom: 15px; } .checkbox { @@ -1691,6 +1692,9 @@ span.delete-icon:hover { background: url(../images/vote-arrow-down-on-new.png) no-repeat; } + #fmanswer_button{ + margin:8px 0px ; + } .question-img-favorite:hover { background: url(../images/vote-favorite-on.png) } @@ -1769,10 +1773,12 @@ span.delete-icon:hover { background:url(../images/small-button-blue.png) repeat-x top; border:0; color:@button-label; - font-size:12px; - width:95px; + font-family:@body-font; + font-size:13px; + width:100px; font-weight:bold; - height:24px; + height:27px; + line-height:25px; margin-top:-2px; cursor:pointer; .rounded-corners(4px); @@ -2102,9 +2108,11 @@ span.delete-icon:hover { border:0; color:@button-label; font-weight:bold; - font-size:16px; - height:24px; - margin-top:-2px; + font-size:13px; + font-family:@body-font; + height:26px; + margin:5px 0px; + width:100px; cursor:pointer; .rounded-corners(4px); .text-shadow(0px,1px,0px,#E6F6FA); @@ -2139,9 +2147,12 @@ span.delete-icon:hover { border:0; color:@button-label; font-weight:bold; - font-size:12px; + font-size:13px; + font-family:@body-font; height:24px; margin-top:-2px; + padding-left:10px; + padding-right:10px; cursor:pointer; .rounded-corners(4px); .text-shadow(0px,1px,0px,#E6F6FA); -- cgit v1.2.3-1-g7c22 From 628deac9e2f2f637182b3f13d535047ee93acb6c Mon Sep 17 00:00:00 2001 From: Byron Date: Thu, 8 Dec 2011 17:14:59 -0600 Subject: Improving some aligments --- askbot/skins/default/media/style/style.css | 10 +++++----- askbot/skins/default/media/style/style.less | 14 +++++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index b7a9fde5..5b853715 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -78,7 +78,7 @@ body.anon #searchBar .searchInputCancelable{width:405px;} .box h2{padding-left:0;background:#eceeeb;height:30px;line-height:30px;text-align:right;font-size:18px !important;font-weight:normal;color:#656565;padding-right:10px;margin-bottom:10px;font-family:'Yanone Kaffeesatz',sans-serif;} .box h3{color:#4a757f;font-size:18px;text-align:left;font-weight:normal;font-family:'Yanone Kaffeesatz',sans-serif;} .box .contributorback{background:#eceeeb url(../images/contributorsback.png) no-repeat center left;} -.box label{color:#707070;font-size:15px;display:block;float:right;width:177px;font-family:'Yanone Kaffeesatz',sans-serif;} +.box label{color:#707070;font-size:15px;display:block;float:right;text-align:left;font-family:'Yanone Kaffeesatz',sans-serif;width:80px;margin-right:18px;} .box ul{margin-left:22px;} .box li{list-style-type:disc;font-size:13px;line-height:20px;margin-bottom:10px;color:#707070;} .box ul.tags{list-style:none;margin:0;padding:0;line-height:170%;display:block;} @@ -219,10 +219,10 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep .question-page h1 a{color:#464646;font-size:30px;font-weight:normal;line-height:1;} .question-page p.rss{float:none;clear:both;padding:3px 0 0 23px;font-size:15px;width:110px;background-position:center left;margin-left:0px !important;} .question-page p.rss a{font-family:'Yanone Kaffeesatz',sans-serif;vertical-align:top;} -.question-page .question-content{float:right;width:690px;margin-bottom:10px;} +.question-page .question-content{float:right;width:682px;margin-bottom:10px;} .question-page #question-table{float:left;border-top:#f0f0f0 1px solid;} -.question-page #question-table,.question-page .answer-table{margin:6px 0 6px 0;border-spacing:0px;width:680px;padding-right:3px;} -.question-page .answer-table{margin-top:0px;border-bottom:1px solid #D4D4D4;float:left;} +.question-page #question-table,.question-page .answer-table{margin:6px 0 6px 0;border-spacing:0px;width:670px;padding-right:10px;} +.question-page .answer-table{margin-top:0px;border-bottom:1px solid #D4D4D4;float:right;} .question-page .answer-table td,.question-page #question-table td{width:20px;vertical-align:top;} .question-page .question-body,.question-page .answer-body{overflow:auto;margin-top:10px;font-family:Arial;color:#4b4b4b;}.question-page .question-body p,.question-page .answer-body p{margin-bottom:14px;line-height:1.4;font-size:14px;padding:0px 5px 5px 0px;} .question-page .question-body a,.question-page .answer-body a{color:#1b79bd;} @@ -286,7 +286,7 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep .question-page .vote-buttons{float:left;text-align:center;padding-top:2px;margin:3px 10px 0px 3px;} .question-page .vote-buttons IMG{cursor:pointer;} .question-page .vote-number{font-family:'Yanone Kaffeesatz',sans-serif;padding:0px 0 5px 0;font-size:25px;font-weight:bold;color:#777;} -.question-page .vote-buttons .notify-sidebar{text-align:left;} +.question-page .vote-buttons .notify-sidebar{text-align:left;width:120px;} .question-page .vote-buttons .notify-sidebar label{vertical-align:top;} .question-page .tabBar-answer{margin-bottom:15px;padding-left:7px;width:723px;margin-top:10px;} .question-page .answer .vote-buttons{float:left;} diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index d14024ff..cfad7684 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -544,8 +544,10 @@ body.anon { font-size:15px; display: block; float: right; - width: 177px; + text-align:left; font-family:@main-font; + width:80px; + margin-right:18px; } ul { @@ -615,6 +617,7 @@ body.anon { font-weight:normal; font-size:21px; margin-top:3px; + display:block; width:120px; text-decoration:none; @@ -1506,7 +1509,7 @@ span.delete-icon:hover { .question-content{ float:right; - width:690px; + width:682px; margin-bottom:10px; } @@ -1519,14 +1522,14 @@ span.delete-icon:hover { .answer-table { margin: 6px 0 6px 0; border-spacing: 0px; - width: 680px; - padding-right:3px; + width: 670px; + padding-right:10px; } .answer-table { margin-top:0px; border-bottom: 1px solid #D4D4D4; - float:left; + float:right; } .answer-table td, @@ -1941,6 +1944,7 @@ span.delete-icon:hover { .vote-buttons .notify-sidebar { text-align: left; + width:120px; } .vote-buttons .notify-sidebar label { vertical-align: top; -- cgit v1.2.3-1-g7c22 From 3017fd38f6965cbc41714a678a8df29f5e97e2f2 Mon Sep 17 00:00:00 2001 From: Byron Date: Thu, 8 Dec 2011 17:28:58 -0600 Subject: style for user moderation form --- askbot/skins/default/media/style/style.css | 15 ++++++++------- askbot/skins/default/media/style/style.less | 11 +++++++++++ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index 5b853715..8a156493 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -312,13 +312,14 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep .linkedin-share.icon{background-position:-52px 0px;} .openid-signin,.meta,.users-page,.user-profile-edit-page{font-size:13px;line-height:1.3;color:#525252;}.openid-signin p,.meta p,.users-page p,.user-profile-edit-page p{font-size:13px;color:#707070;line-height:1.3;font-family:Arial;color:#525252;margin-bottom:12px;} .openid-signin h2,.meta h2,.users-page h2,.user-profile-edit-page h2{color:#525252;padding-left:0px;font-size:16px;} -.openid-signin input[type="text"],.meta input[type="text"],.users-page input[type="text"],.user-profile-edit-page input[type="text"],.openid-signin input[type="password"],.meta input[type="password"],.users-page input[type="password"],.user-profile-edit-page input[type="password"],.openid-signin select,.meta select,.users-page select,.user-profile-edit-page select{border:#cce6ec 3px solid;height:25px;padding-left:5px;width:395px;font-size:14px;} -.openid-signin select,.meta select,.users-page select,.user-profile-edit-page select{width:405px;height:30px;} -.openid-signin textarea,.meta textarea,.users-page textarea,.user-profile-edit-page textarea{border:#cce6ec 3px solid;padding-left:5px;padding-top:5px;width:395px;font-size:14px;} -.openid-signin input.submit,.meta input.submit,.users-page input.submit,.user-profile-edit-page input.submit{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:13px;font-family:Arial;height:26px;margin:5px 0px;width:100px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;} -.openid-signin input.submit:hover,.meta input.submit:hover,.users-page input.submit:hover,.user-profile-edit-page input.submit:hover{background:url(../images/small-button-blue.png) repeat-x bottom;text-decoration:none;} -.openid-signin .cancel,.meta .cancel,.users-page .cancel,.user-profile-edit-page .cancel{background:url(../images/small-button-cancel.png) repeat-x top !important;color:#525252 !important;} -.openid-signin .cancel:hover,.meta .cancel:hover,.users-page .cancel:hover,.user-profile-edit-page .cancel:hover{background:url(../images/small-button-cancel.png) repeat-x bottom !important;} +.openid-signin form,.meta form,.users-page form,.user-profile-edit-page form,.user-profile-page form{margin-bottom:15px;} +.openid-signin input[type="text"],.meta input[type="text"],.users-page input[type="text"],.user-profile-edit-page input[type="text"],.user-profile-page input[type="text"],.openid-signin input[type="password"],.meta input[type="password"],.users-page input[type="password"],.user-profile-edit-page input[type="password"],.user-profile-page input[type="password"],.openid-signin select,.meta select,.users-page select,.user-profile-edit-page select,.user-profile-page select{border:#cce6ec 3px solid;height:25px;padding-left:5px;width:395px;font-size:14px;} +.openid-signin select,.meta select,.users-page select,.user-profile-edit-page select,.user-profile-page select{width:405px;height:30px;} +.openid-signin textarea,.meta textarea,.users-page textarea,.user-profile-edit-page textarea,.user-profile-page textarea{border:#cce6ec 3px solid;padding-left:5px;padding-top:5px;width:395px;font-size:14px;} +.openid-signin input.submit,.meta input.submit,.users-page input.submit,.user-profile-edit-page input.submit,.user-profile-page input.submit{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:13px;font-family:Arial;height:26px;margin:5px 0px;width:100px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;} +.openid-signin input.submit:hover,.meta input.submit:hover,.users-page input.submit:hover,.user-profile-edit-page input.submit:hover,.user-profile-page input.submit:hover{background:url(../images/small-button-blue.png) repeat-x bottom;text-decoration:none;} +.openid-signin .cancel,.meta .cancel,.users-page .cancel,.user-profile-edit-page .cancel,.user-profile-page .cancel{background:url(../images/small-button-cancel.png) repeat-x top !important;color:#525252 !important;} +.openid-signin .cancel:hover,.meta .cancel:hover,.users-page .cancel:hover,.user-profile-edit-page .cancel:hover,.user-profile-page .cancel:hover{background:url(../images/small-button-cancel.png) repeat-x bottom !important;} #email-input-fs,#local_login_buttons,#password-fs,#openid-fs{margin-top:10px;}#email-input-fs #id_email,#local_login_buttons #id_email,#password-fs #id_email,#openid-fs #id_email,#email-input-fs #id_username,#local_login_buttons #id_username,#password-fs #id_username,#openid-fs #id_username,#email-input-fs #id_password,#local_login_buttons #id_password,#password-fs #id_password,#openid-fs #id_password,#email-input-fs input,#local_login_buttons input,#password-fs input,#openid-fs input{font-size:12px;line-height:20px;height:20px;margin:0px;padding:0px 0 0 5px;border:#cce6ec 3px solid;width:200px;} #email-input-fs .submit-b,#local_login_buttons .submit-b,#password-fs .submit-b,#openid-fs .submit-b{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-weight:bold;font-size:13px;font-family:Arial;height:24px;margin-top:-2px;padding-left:10px;padding-right:10px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;} #email-input-fs .submit-b:hover,#local_login_buttons .submit-b:hover,#password-fs .submit-b:hover,#openid-fs .submit-b:hover{background:url(../images/small-button-blue.png) repeat-x bottom;} diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index cfad7684..5d54d8a2 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -2089,6 +2089,17 @@ span.delete-icon:hover { padding-left:0px; font-size:16px; } +} + +.openid-signin, +.meta, +.users-page, +.user-profile-edit-page, +.user-profile-page, +{ + form{ + margin-bottom:15px; + } input[type="text"],input[type="password"],select{ border:#cce6ec 3px solid; height:25px; -- cgit v1.2.3-1-g7c22 From 25e678ab5f36a28db5e7061d0038001649463942 Mon Sep 17 00:00:00 2001 From: Byron Date: Thu, 8 Dec 2011 21:29:46 -0600 Subject: user profile navbar and comment form aligment --- askbot/skins/default/media/style/style.css | 4 +++- askbot/skins/default/media/style/style.less | 10 +++++++++- askbot/skins/default/templates/user_profile/user_moderate.html | 1 - askbot/skins/default/templates/user_profile/user_tabs.html | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css index 8a156493..088eb7a8 100644 --- a/askbot/skins/default/media/style/style.css +++ b/askbot/skins/default/media/style/style.css @@ -5,6 +5,7 @@ h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{margin:0;padding:0;border:none;} label{vertical-align:middle;} hr{border:none;border-top:1px dashed #ccccce;} input,select{vertical-align:middle;font-family:Trebuchet MS,"segoe ui",Helvetica,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;margin-left:0px;} +textarea:focus,input:focus{outline:none;} iframe{border:none;} p{font-size:14px;line-height:140%;margin-bottom:6px;} a{color:#1b79bd;text-decoration:none;cursor:pointer;} @@ -111,6 +112,7 @@ body.anon #searchBar .searchInputCancelable{width:405px;} .tabsA .label,.tabsC .label{float:left;color:#646464;margin-top:4px;margin-right:5px;} .main-page .tabsA .label{margin-left:8px;} .tabsB a{background:#eee;border:1px solid #eee;color:#777;display:block;float:left;height:22px;line-height:28px;margin:5px 0px 0 4px;padding:0 11px 0 11px;text-decoration:none;} +.tabsC .first{border:none;} .rss{float:right;font-size:16px;color:#f57900;margin:5px 0px 3px 7px;width:52px;padding-left:2px;padding-top:3px;background:#ffffff url(../images/feed-icon-small.png) no-repeat center right;float:right;font-family:Georgia,serif;font-size:16px;} .rss:hover{color:#F4A731 !important;} #questionCount{font-weight:bold;font-size:23px;color:#7ea9b3;width:200px;float:left;margin-bottom:8px;padding-top:6px;font-family:'Yanone Kaffeesatz',sans-serif;} @@ -258,7 +260,7 @@ span.delete-icon:hover{background:url(../images/close-small-dark.png) top no-rep .question-page .comments .controls a:hover{background-color:#f5f0c9;text-decoration:none;} .question-page .comments .button{color:#988e4c;font-size:11px;padding:3px;cursor:pointer;} .question-page .comments a{background-color:inherit;color:#1b79bd;padding:0;} -.question-page .comments form.post-comments{margin:3px 30px 4px 5px;} +.question-page .comments form.post-comments{margin:3px 10px 7px 0px;} .question-page .comments textarea{height:42px;width:100%;margin:12px 0 5px 1px;font-family:Arial;outline:none;overflow:auto;font-size:12px;line-height:140%;padding-left:2px;padding-top:4px;border:#cce6ec 3px solid;} .question-page .comments input{margin-left:10px;margin-top:1px;vertical-align:top;width:100px;} .question-page .comments button{background:url(../images/small-button-blue.png) repeat-x top;border:0;color:#4a757f;font-family:Arial;font-size:13px;width:100px;font-weight:bold;height:27px;line-height:25px;margin-top:-2px;cursor:pointer;border-radius:4px;-ms-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;text-shadow:0px 1px 0px #e6f6fa;-moz-text-shadow:0px 1px 0px #e6f6fa;-webkit-text-shadow:0px 1px 0px #e6f6fa;-webkit-box-shadow:1px 1px 2px #808080;-moz-box-shadow:1px 1px 2px #808080;box-shadow:1px 1px 2px #808080;float:left;} diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less index 5d54d8a2..965d7408 100644 --- a/askbot/skins/default/media/style/style.less +++ b/askbot/skins/default/media/style/style.less @@ -39,6 +39,10 @@ input, select { margin-left:0px; } +textarea:focus, input:focus{ + outline: none; +} + iframe { border: none; } @@ -779,6 +783,10 @@ body.anon { text-decoration: none; } +.tabsC .first{ + border:none; +} + .rss { float: right; font-size: 16px; @@ -1749,7 +1757,7 @@ span.delete-icon:hover { } form.post-comments { - margin: 3px 30px 4px 5px; + margin: 3px 10px 7px 0px; } textarea { diff --git a/askbot/skins/default/templates/user_profile/user_moderate.html b/askbot/skins/default/templates/user_profile/user_moderate.html index b2f350df..048f35b4 100644 --- a/askbot/skins/default/templates/user_profile/user_moderate.html +++ b/askbot/skins/default/templates/user_profile/user_moderate.html @@ -20,7 +20,6 @@ {% endif %} -

{% if request.user == view_user %} {% trans reputation=view_user.reputation %}Your current reputation is {{reputation}} points{% endtrans %} diff --git a/askbot/skins/default/templates/user_profile/user_tabs.html b/askbot/skins/default/templates/user_profile/user_tabs.html index 0c7c4599..1468a19a 100644 --- a/askbot/skins/default/templates/user_profile/user_tabs.html +++ b/askbot/skins/default/templates/user_profile/user_tabs.html @@ -1,7 +1,7 @@
- {% trans %}overview{% endtrans %} -- cgit v1.2.3-1-g7c22 From 23728d65ac220631a0f361d09f3af92ed1c3afe2 Mon Sep 17 00:00:00 2001 From: Byron Date: Sun, 11 Dec 2011 13:15:51 -0600 Subject: changing sprites to transparent background and uploading svg graphics sources --- askbot/skins/common/media/images/sprites.png | Bin 13173 -> 12545 bytes askbot/skins/default/media/images/sprites.png | Bin 13173 -> 12545 bytes .../media/images/sprites_source/graphics.svg | 1291 ++++++++++++++++++++ .../media/images/sprites_source/sprites.svg | 587 ++------- 4 files changed, 1408 insertions(+), 470 deletions(-) create mode 100644 askbot/skins/default/media/images/sprites_source/graphics.svg diff --git a/askbot/skins/common/media/images/sprites.png b/askbot/skins/common/media/images/sprites.png index dcc1bdc3..e7244673 100644 Binary files a/askbot/skins/common/media/images/sprites.png and b/askbot/skins/common/media/images/sprites.png differ diff --git a/askbot/skins/default/media/images/sprites.png b/askbot/skins/default/media/images/sprites.png index dcc1bdc3..e7244673 100644 Binary files a/askbot/skins/default/media/images/sprites.png and b/askbot/skins/default/media/images/sprites.png differ diff --git a/askbot/skins/default/media/images/sprites_source/graphics.svg b/askbot/skins/default/media/images/sprites_source/graphics.svg new file mode 100644 index 00000000..72e1d2aa --- /dev/null +++ b/askbot/skins/default/media/images/sprites_source/graphics.svg @@ -0,0 +1,1291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + ASK A QUESTION + ASK A QUESTION + + + + + + + + + + + + + + + cancel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + x + + example + + + + x + + x + + + + + + + + + + + + + + + + + + + + diff --git a/askbot/skins/default/media/images/sprites_source/sprites.svg b/askbot/skins/default/media/images/sprites_source/sprites.svg index 34898e30..4ff861de 100644 --- a/askbot/skins/default/media/images/sprites_source/sprites.svg +++ b/askbot/skins/default/media/images/sprites_source/sprites.svg @@ -10,75 +10,111 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="210mm" - height="297mm" - id="svg5653" + width="600" + height="207" + id="svg3448" version="1.1" inkscape:version="0.48.1 r9760" - sodipodi:docname="sprites.svg"> + sodipodi:docname="sprites.svg" + inkscape:export-filename="/home/bcorrales/personal/askbot/sprites.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + id="defs3450"> + + + + inkscape:collect="always" + id="linearGradient5675-9"> + id="stop5677-8" /> + id="stop5679-0" /> + y2="3887.7998" /> + id="linearGradient7944-2"> + id="stop7946-0" /> + id="stop7948-2" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + inkscape:window-maximized="1" /> + id="metadata3453"> @@ -293,40 +163,10 @@ - - - - + id="layer1" + transform="translate(0,-845.36218)"> + transform="matrix(1.0191083,0,0,0.98765432,1703.772,-2966.2384)" /> X + transform="matrix(1.0191083,0,0,0.98765432,1704.4089,-2965.0039)" /> X + transform="matrix(1.0191083,0,0,0.98765432,1723.772,-2966.2384)" /> X @@ -437,7 +277,7 @@ inkscape:connector-curvature="0" style="fill:#16160f;fill-opacity:1;fill-rule:evenodd" clip-rule="evenodd" - d="m 118.54252,95.166497 c -0.92055,-0.758108 -2.28652,-0.618962 -3.04183,0.304482 -0.75951,0.922345 -0.62036,2.289418 0.30498,3.045526 0.92224,0.759507 2.28822,0.620461 3.04513,-0.305082 0.75321,-0.925943 0.61866,-2.289018 -0.30479,-3.045326 z m 5.77547,15.775213 -11.47288,-9.38528 c -0.39445,-0.32067 -0.58837,-0.79999 -0.56038,-1.27301 -0.047,-0.097 -0.084,-0.21191 -0.11056,-0.345863 l -1.50572,-7.398547 c -0.16224,-0.795193 0.36786,-1.442844 1.18105,-1.440845 l 7.54948,0.01 c 0.32578,3.99e-4 1.28701,0.357962 1.53911,0.560484 l 11.47158,9.385081 c 0.65525,0.53279 0.75211,1.50442 0.21612,2.15966 l -6.14833,7.51601 c -0.5325,0.65474 -1.50312,0.75031 -2.15627,0.21591 z" + d="m 60.685375,857.34507 c -0.92055,-0.75811 -2.28652,-0.61896 -3.04183,0.30448 -0.75951,0.92235 -0.62036,2.28942 0.30498,3.04553 0.92224,0.7595 2.28822,0.62046 3.04513,-0.30508 0.75321,-0.92595 0.61866,-2.28902 -0.30479,-3.04533 z m 5.77547,15.77522 -11.47288,-9.38529 c -0.39445,-0.32067 -0.58837,-0.79999 -0.56038,-1.27301 -0.047,-0.097 -0.084,-0.21191 -0.11056,-0.34586 l -1.50572,-7.39855 c -0.16224,-0.79519 0.36786,-1.44284 1.18105,-1.44084 l 7.54948,0.01 c 0.32578,4e-4 1.28701,0.35796 1.53911,0.56048 l 11.47158,9.38508 c 0.65525,0.53279 0.75211,1.50442 0.21612,2.15966 l -6.14833,7.51602 c -0.5325,0.65474 -1.50312,0.75031 -2.15627,0.21591 z" id="path5445" inkscape:export-filename="/home/bcorrales/personal/oxfam/arte/disenoindex.png" inkscape:export-xdpi="90" @@ -447,7 +287,7 @@ + transform="matrix(0.23246322,0,0,0.23246322,554.98367,575.74893)" /> - - - + d="m 54.735425,922.45495 c -0.094,-0.046 -0.2146,-0.1465 -0.2675,-0.2235 -0.092,-0.1328 -0.097,-0.507 -0.1104,-7.2852 l -0.014,-7.1451 5.5933,-4.8985 c 3.0763,-2.6941 5.6262,-4.9108 5.6664,-4.9262 0.044,-0.017 2.2915,1.9154 5.6947,4.8961 l 5.6214,4.9239 -0.014,7.1474 c -0.013,6.7953 -0.019,7.1546 -0.1108,7.2883 -0.2172,0.3162 -0.1184,0.3086 -4.0168,0.3086 l -3.5623,0 -6e-4,-3.0266 c -6e-4,-1.6648 -0.016,-3.1187 -0.035,-3.2313 -0.022,-0.1319 -0.098,-0.2677 -0.2151,-0.3832 l -0.1811,-0.1789 -3.1523,0 -3.1523,0 -0.181,0.1789 c -0.1168,0.1155 -0.1931,0.2513 -0.2152,0.3832 -0.019,0.1126 -0.034,1.5665 -0.035,3.2313 l -5e-4,3.0266 -3.5704,0 c -3.1432,0 -3.591,-0.012 -3.7418,-0.085 z m -4.3178,-15.0177 c -0.4595,-0.5139 -0.817,-0.9502 -0.7943,-0.9695 0.023,-0.019 3.6131,-3.1609 7.9784,-6.9811 4.3654,-3.82019 7.9797,-6.94589 8.0317,-6.94589 0.052,0 3.6512,3.11599 7.9984,6.92429 4.3473,3.8085 7.9377,6.949 7.9789,6.9791 0.059,0.043 -0.096,0.24591 -0.764,0.9929 -0.7293,0.8159 -0.8498,0.9293 -0.9245,0.8704 -0.047,-0.038 -3.2709,-2.8571 -7.1641,-6.26639 -3.8931,-3.40961 -7.0985,-6.1989 -7.1231,-6.1989 -0.025,0 -3.2475,2.8051 -7.1619,6.23339 -3.9144,3.4285 -7.1401,6.2475 -7.1685,6.2648 -0.028,0.018 -0.4273,-0.3892 -0.887,-0.9031 z m 3.9274,-9.9518 0,-2.96499 2.0326,0 2.0326,0 0,0.9707 c 0,1.5539 0.2495,1.16 -2.0161,3.1826 -1.0729,0.95779 -1.9729,1.74949 -1.9999,1.75909 -0.03,0.011 -0.048,-1.1677 -0.048,-2.9474 z" + style="fill:url(#radialGradient3822-9);fill-opacity:1" /> + x="97.232117" + y="882.21423" /> + x="104.19107" + y="884.89355" /> - - - - - - - ASK A QUESTION - ASK A QUESTION - - - - - - - - - - - + transform="matrix(1.2054549,0,0,1.1341085,-99.070196,741.00595)" /> -- cgit v1.2.3-1-g7c22