@ -86,6 +86,13 @@
.row {
position: relative;
width: 100%;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid transparent;
border-radius: 3px;
transition: 0.2s;
}
.row [class^="col"] {
@ -148,9 +155,12 @@
clear: both;
}
.widths, .heights, .positions {
.widths, .heights {
width: 100px;
}
.positions {
width: 46px;
}
button {
background-color: #E1E1E2;
@ -168,6 +178,19 @@
background-color: #B1B1B2;
}
.move-up, .move-down {
min-width: 32px;
height: 32px;
display: inline-block;
margin-left: 3px;
}
.move-up::before{
content: "▲";
}
.move-down::before {
content: "▼";
}
input[type=url], input[type=number] {
border-radius: 3px;
border: 1px solid #B5B5B5;
@ -185,8 +208,12 @@
border: 1px solid #0A84FF;
}
.hr
{
.row_focus {
box-shadow: 0px 0px 0px 1px #0A84FF, 0px 0px 0px 4px #B1D6FC;
border: 1px solid #0A84FF;
}
.hr {
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid #D7D7DB;
@ -223,9 +250,9 @@
< h5 > Position< / h5 >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "facebook" > Facebook< / label >
< label class = "browser-style" > < input type = "checkbox" id = "facebook" > Facebook< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "facebook-width" value = "575" class = "widths" > < / label >
@ -234,12 +261,12 @@
< label > < input type = "number" id = "facebook-height" value = "800" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "facebook-priority" value = "1" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "facebook-priority" value = "1" min = "1" step = "1" class = "positions" > < button type = "button" id = "facebook-move-up" class = "move-up" > < / button > < button type = "button" id = "facebook-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "twitter" > Twitter< / label >
< label class = "browser-style" > < input type = "checkbox" id = "twitter" > Twitter< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "twitter-width" value = "700" class = "widths" > < / label >
@ -248,12 +275,12 @@
< label > < input type = "number" id = "twitter-height" value = "300" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "twitter-priority" value = "2" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "twitter-priority" value = "2" min = "1" step = "1" class = "positions" > < button type = "button" id = "twitter-move-up" class = "move-up" > < / button > < button type = "button" id = "twitter-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "linkedin" > LinkedIn< / label >
< label class = "browser-style" > < input type = "checkbox" id = "linkedin" > LinkedIn< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "linkedin-width" value = "700" class = "widths" > < / label >
@ -262,12 +289,12 @@
< label > < input type = "number" id = "linkedin-height" value = "500" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "linkedin-priority" value = "3" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "linkedin-priority" value = "3" min = "1" step = "1" class = "positions" > < button type = "button" id = "linkedin-move-up" class = "move-up" > < / button > < button type = "button" id = "linkedin-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "tumblr" > Tumblr< / label >
< label class = "browser-style" > < input type = "checkbox" id = "tumblr" > Tumblr< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "tumblr-width" value = "600" class = "widths" > < / label >
@ -276,12 +303,12 @@
< label > < input type = "number" id = "tumblr-height" value = "400" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "tumblr-priority" value = "4" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "tumblr-priority" value = "4" min = "1" step = "1" class = "positions" > < button type = "button" id = "tumblr-move-up" class = "move-up" > < / button > < button type = "button" id = "tumblr-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "reddit" > Reddit< / label >
< label class = "browser-style" > < input type = "checkbox" id = "reddit" > Reddit< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "reddit-width" value = "950" class = "widths" > < / label >
@ -290,12 +317,12 @@
< label > < input type = "number" id = "reddit-height" value = "915" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "reddit-priority" value = "5" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "reddit-priority" value = "5" min = "1" step = "1" class = "positions" > < button type = "button" id = "reddit-move-up" class = "move-up" > < / button > < button type = "button" id = "reddit-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "telegram" > Telegram< / label >
< label class = "browser-style" > < input type = "checkbox" id = "telegram" > Telegram< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "telegram-width" value = "600" class = "widths" > < / label >
@ -304,12 +331,12 @@
< label > < input type = "number" id = "telegram-height" value = "400" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "telegram-priority" value = "6" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "telegram-priority" value = "6" min = "1" step = "1" class = "positions" > < button type = "button" id = "telegram-move-up" class = "move-up" > < / button > < button type = "button" id = "telegram-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "gmail" > GMail< / label >
< label class = "browser-style" > < input type = "checkbox" id = "gmail" > GMail< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "gmail-width" value = "700" class = "widths" > < / label >
@ -318,12 +345,12 @@
< label > < input type = "number" id = "gmail-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "gmail-priority" value = "7" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "gmail-priority" value = "7" min = "1" step = "1" class = "positions" > < button type = "button" id = "gmail-move-up" class = "move-up" > < / button > < button type = "button" id = "gmail-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "diaspora" > Diaspora< / label >
< label class = "browser-style" > < input type = "checkbox" id = "diaspora" > Diaspora< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "diaspora-width" value = "700" class = "widths" > < / label >
@ -332,12 +359,12 @@
< label > < input type = "number" id = "diaspora-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "diaspora-priority" value = "8" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "diaspora-priority" value = "8" min = "1" step = "1" class = "positions" > < button type = "button" id = "diaspora-move-up" class = "move-up" > < / button > < button type = "button" id = "diaspora-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "vkontakte" > VKontakte< / label >
< label class = "browser-style" > < input type = "checkbox" id = "vkontakte" > VKontakte< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "vkontakte-width" value = "700" class = "widths" > < / label >
@ -346,26 +373,26 @@
< label > < input type = "number" id = "vkontakte-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "vkontakte-priority" value = "9" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "vkontakte-priority" value = "9" min = "1" step = "1" class = "positions" > < button type = "button" id = "vkontakte-move-up" class = "move-up" > < / button > < button type = "button" id = "vkontakte-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "yahoo" > Yahoo! Mail< / label >
< label class = "browser-style" > < input type = "checkbox" id = "yahoo" > Yahoo! Mail< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "yahoo-width" value = " 70 0" class = "widths" > < / label >
< label > < input type = "number" id = "yahoo-width" value = " 105 0" class = "widths" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "yahoo-height" value = " 34 0" class = "heights" > < / label >
< label > < input type = "number" id = "yahoo-height" value = " 50 0" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "yahoo-priority" value = "10" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "yahoo-priority" value = "10" min = "1" step = "1" class = "positions" > < button type = "button" id = "yahoo-move-up" class = "move-up" > < / button > < button type = "button" id = "yahoo-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "pinboard" > Pinboard.in< / label >
< label class = "browser-style" > < input type = "checkbox" id = "pinboard" > Pinboard.in< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "pinboard-width" value = "700" class = "widths" > < / label >
@ -374,12 +401,12 @@
< label > < input type = "number" id = "pinboard-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "pinboard-priority" value = "11" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "pinboard-priority" value = "11" min = "1" step = "1" class = "positions" > < button type = "button" id = "pinboard-move-up" class = "move-up" > < / button > < button type = "button" id = "pinboard-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "mewe" > MeWe< / label >
< label class = "browser-style" > < input type = "checkbox" id = "mewe" > MeWe< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "mewe-width" value = "700" class = "widths" > < / label >
@ -388,12 +415,12 @@
< label > < input type = "number" id = "mewe-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "mewe-priority" value = "12" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "mewe-priority" value = "12" min = "1" step = "1" class = "positions" > < button type = "button" id = "mewe-move-up" class = "move-up" > < / button > < button type = "button" id = "mewe-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "outlook" > Outlook< / label >
< label class = "browser-style" > < input type = "checkbox" id = "outlook" > Outlook< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "outlook-width" value = "700" class = "widths" > < / label >
@ -402,12 +429,12 @@
< label > < input type = "number" id = "outlook-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "outlook-priority" value = "13" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "outlook-priority" value = "13" min = "1" step = "1" class = "positions" > < button type = "button" id = "outlook-move-up" class = "move-up" > < / button > < button type = "button" id = "outlook-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "weibo" > Weibo< / label >
< label class = "browser-style" > < input type = "checkbox" id = "weibo" > Weibo< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "weibo-width" value = "700" class = "widths" > < / label >
@ -416,12 +443,12 @@
< label > < input type = "number" id = "weibo-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "weibo-priority" value = "14" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "weibo-priority" value = "14" min = "1" step = "1" class = "positions" > < button type = "button" id = "weibo-move-up" class = "move-up" > < / button > < button type = "button" id = "weibo-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "skype" > Skype< / label >
< label class = "browser-style" > < input type = "checkbox" id = "skype" > Skype< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "skype-width" value = "700" class = "widths" > < / label >
@ -430,12 +457,12 @@
< label > < input type = "number" id = "skype-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "skype-priority" value = "15" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "skype-priority" value = "15" min = "1" step = "1" class = "positions" > < button type = "button" id = "skype-move-up" class = "move-up" > < / button > < button type = "button" id = "skype-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "wayback" > Wayback< / label >
< label class = "browser-style" > < input type = "checkbox" id = "wayback" > Wayback< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "wayback-width" value = "700" class = "widths" > < / label >
@ -444,12 +471,12 @@
< label > < input type = "number" id = "wayback-height" value = "700" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "wayback-priority" value = "16" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "wayback-priority" value = "16" min = "1" step = "1" class = "positions" > < button type = "button" id = "wayback-move-up" class = "move-up" > < / button > < button type = "button" id = "wayback-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "whatsapp" > WhatsApp< / label >
< label class = "browser-style" > < input type = "checkbox" id = "whatsapp" > WhatsApp< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "whatsapp-width" value = "700" class = "widths" > < / label >
@ -458,12 +485,12 @@
< label > < input type = "number" id = "whatsapp-height" value = "700" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "whatsapp-priority" value = "17" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "whatsapp-priority" value = "17" min = "1" step = "1" class = "positions" > < button type = "button" id = "whatsapp-move-up" class = "move-up" > < / button > < button type = "button" id = "whatsapp-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "pinterest" > Pinterest< / label >
< label class = "browser-style" > < input type = "checkbox" id = "pinterest" > Pinterest< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "pinterest-width" value = "700" class = "widths" > < / label >
@ -472,12 +499,12 @@
< label > < input type = "number" id = "pinterest-height" value = "700" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "pinterest-priority" value = "18" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "pinterest-priority" value = "18" min = "1" step = "1" class = "positions" > < button type = "button" id = "pinterest-move-up" class = "move-up" > < / button > < button type = "button" id = "pinterest-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "evernote" > Evernote< / label >
< label class = "browser-style" > < input type = "checkbox" id = "evernote" > Evernote< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "evernote-width" value = "700" class = "widths" > < / label >
@ -486,12 +513,12 @@
< label > < input type = "number" id = "evernote-height" value = "700" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "evernote-priority" value = "19" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "evernote-priority" value = "19" min = "1" step = "1" class = "positions" > < button type = "button" id = "evernote-move-up" class = "move-up" > < / button > < button type = "button" id = "evernote-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "instapaper" > Instapaper< / label >
< label class = "browser-style" > < input type = "checkbox" id = "instapaper" > Instapaper< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "instapaper-width" value = "700" class = "widths" > < / label >
@ -500,12 +527,12 @@
< label > < input type = "number" id = "instapaper-height" value = "700" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "instapaper-priority" value = "20" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "instapaper-priority" value = "20" min = "1" step = "1" class = "positions" > < button type = "button" id = "instapaper-move-up" class = "move-up" > < / button > < button type = "button" id = "instapaper-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "scoopit" > Scoop.it< / label >
< label class = "browser-style" > < input type = "checkbox" id = "scoopit" > Scoop.it< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "scoopit-width" value = "700" class = "widths" > < / label >
@ -514,12 +541,12 @@
< label > < input type = "number" id = "scoopit-height" value = "700" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "scoopit-priority" value = "21" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "scoopit-priority" value = "21" min = "1" step = "1" class = "positions" > < button type = "button" id = "scoopit-move-up" class = "move-up" > < / button > < button type = "button" id = "scoopit-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > < input type = "checkbox" id = "googletranslate" > Google Translate< / label >
< label class = "browser-style" > < input type = "checkbox" id = "googletranslate" > Google Translate< / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "googletranslate-width" value = "700" class = "widths" > < / label >
@ -528,10 +555,10 @@
< label > < input type = "number" id = "googletranslate-height" value = "700" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "googletranslate-priority" value = "22" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "googletranslate-priority" value = "22" min = "1" step = "1" class = "positions" > < button type = "button" id = "googletranslate-move-up" class = "move-up" > < / button > < button type = "button" id = "googletranslate-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > Shaarli< / label >
< / div >
@ -542,10 +569,10 @@
< label > < input type = "number" id = "shaarli-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "shaarli-priority" value = "23" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "shaarli-priority" value = "23" min = "1" step = "1" class = "positions" > < button type = "button" id = "shaarli-move-up" class = "move-up" > < / button > < button type = "button" id = "shaarli-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row ">
< div class = "row service ">
< div class = "col-3" >
< label > Mastodon< / label >
< / div >
@ -556,7 +583,7 @@
< label > < input type = "number" id = "mastodon-height" value = "340" class = "heights" > < / label >
< / div >
< div class = "col-3" >
< label > < input type = "number" id = "mastodon-priority" value = "24" min = "1" step = "1" class = "positions" > < / label >
< label > < input type = "number" id = "mastodon-priority" value = "24" min = "1" step = "1" class = "positions" > < button type = "button" id = "mastodon-move-up" class = "move-up" > < / button > < button type = "button" id = "mastodon-move-down" class = "move-down" > < / button > < / label >
< / div >
< / div >
< div class = "row hr" >
@ -571,7 +598,7 @@
< div class = "col-12" >
< h1 > PageAction< / h1 >
< h4 > You can hide the < i > PageAction< / i > icon (so the shortcut shown in the address bar) - just put a check in the following field, and the press "Save"< / h4 >
< label > < input type = "checkbox" id = "pageaction" > Disable< / label >
< label class = "browser-style" > < input type = "checkbox" id = "pageaction" > Disable< / label >
< / div >
< / div >
< div class = "row hr" >