2016-12-14 20:35:51 +01:00
|
|
|
/**
|
|
|
|
* @provides phui-oi-big-ui-css
|
|
|
|
* @requires phui-oi-list-view-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phui-oi-list-big ul.phui-oi-list-view {
|
|
|
|
margin: 0;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-oi-list-big .phui-oi-no-bar .phui-oi-frame {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-oi-list-big .phui-oi-image-icon {
|
|
|
|
margin: 8px 2px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-oi-list-big a.phui-oi-link {
|
2017-07-17 20:08:17 +02:00
|
|
|
color: {$blacktext};
|
2016-12-14 20:35:51 +01:00
|
|
|
font-size: {$biggestfontsize};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-oi-list-big .phui-oi-name {
|
|
|
|
padding-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-oi-list-big .phui-oi-launch-button a.button {
|
|
|
|
font-size: {$normalfontsize};
|
|
|
|
padding: 3px 12px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-oi-list-big .phui-oi {
|
2017-09-06 00:21:12 +02:00
|
|
|
margin-bottom: 4px;
|
2016-12-14 20:35:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-oi-list-big .phui-oi-col0 {
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-oi-list-big .phui-oi-status-icon {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-oi-list-big .phui-oi-visited a.phui-oi-link {
|
|
|
|
color: {$violet};
|
|
|
|
}
|
2017-09-06 00:21:12 +02:00
|
|
|
|
|
|
|
.phui-box-white-config .phui-oi-list-big.phui-oi-list-view {
|
|
|
|
padding: 8px 8px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-box-white-config .phui-oi-frame {
|
|
|
|
padding: 4px 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phui-box-white-config .phui-oi:hover .phui-oi-frame {
|
|
|
|
background-color: {$hoverblue};
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|