Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Как не прячь конфиги, фанаты Оперы всё равно найдут :)
Надеюсь в ближайших версиях мы сделаем этот процесс проще.
«SelectPreviouslyActiveTab»: [«Ctrl+Grave»],


"CycleBackwardInActivationList": ["Ctrl-F2", "Ctrl+Shift+Tab"],
"CycleForwardInActivationList": ["Ctrl-F1", "Ctrl+Tab"],
Можно сохранить в черновиках письмо в формате html с iframe'ом ;)Так ссылки из писем-то всё равно не будут открываться в новой вкладке.
c:\Users\{username}\AppData\Roaming\Opera\Opera Next\data\Preferences){
"Keybindings": {
"Basic": {
"SelectTabToTheRight": ["Ctrl+Tab", "2"],
"SelectTabToTheLeft": ["Ctrl+Shift+Tab", "1"]
},
"Settings": {
"AdvancedEnabled": true
}
},
...





diff --git a/opera/39011.html b/opera/39011.html
index 4e85306..1e564bc 100644
--- a/opera/39011.html
+++ b/opera/39011.html
@@ -127,6 +127,7 @@
.scroll-container
{
overflow: auto;
+ height: auto !important;
}
.text-input
@@ -140,18 +141,20 @@
.speeddial-container
{
- padding: 28px 80px;
+ padding: 0px 40px;
position: relative;
transition: left 0.3s, height 0.3s;
}
.speeddial
{
- position: absolute;
- top: 0;
- left: 0;
- width: 230px;
- height: 170px;
+ position: relative;
+ float: left;
+ margin: 10px;
+ top: auto !important;
+ left: auto !important;
+ width: 180px;
+ height: 133px;
background-color: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(0, 0, 0, 0.4);
transition: top 0.3s, left 0.3s, box-shadow 0.3s, opacity 0.3s;
@@ -162,6 +165,7 @@
background-origin: border-box;
box-sizing: border-box;
cursor: pointer;
+ background-size: 100%;
}
.speeddial progress
@@ -284,14 +288,18 @@
.dial-thumbnail
{
display: inline-block;
- width: 97px;
- height: 71px;
- margin: 4px 6px;
+ width: 81px;
+ height: 59px;
+ margin: 2px;
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 3px;
background-size: 100%;
background-origin: border-box;
box-sizing: border-box;
+ top: auto !important;
+ left: auto !important;
+ position: relative !important;
+ float: left !important;
}
.folder
display: none;
Настраиваем Opera 15 методом «напильника»