2011-07-11 12:34:53 -07:00
|
|
|
/**
|
|
|
|
* @provides phriction-document-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phriction-header {
|
2011-07-11 20:14:46 -07:00
|
|
|
background: #eeeeee;
|
|
|
|
border-bottom: 1px solid #dddddd;
|
2011-07-11 12:34:53 -07:00
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-header a.button {
|
|
|
|
float: right;
|
2011-12-15 12:00:17 -08:00
|
|
|
margin: 0em 0em 0em 1%;
|
2011-07-11 12:34:53 -07:00
|
|
|
}
|
2011-07-11 20:14:46 -07:00
|
|
|
|
|
|
|
.phriction-header h1 {
|
2013-09-07 09:13:55 -07:00
|
|
|
margin: 4px 0;
|
2011-07-11 20:14:46 -07:00
|
|
|
}
|
|
|
|
|
2011-07-12 08:08:03 -07:00
|
|
|
.phriction-breadcrumbs {
|
|
|
|
font-size: 12px;
|
2013-09-02 08:08:54 -07:00
|
|
|
color: {$greytext};
|
2011-07-12 08:08:03 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-document-crumbs a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-07-15 14:56:39 -07:00
|
|
|
|
|
|
|
.phriction-children ul {
|
2013-04-11 15:05:50 -07:00
|
|
|
margin-left: 30px;
|
|
|
|
padding-bottom: 10px;
|
2011-07-15 14:56:39 -07:00
|
|
|
list-style: circle;
|
2013-09-02 08:12:18 -07:00
|
|
|
color: {$lightgreytext};
|
2011-07-15 14:56:39 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-children-header {
|
2013-09-07 09:13:55 -07:00
|
|
|
background: {$lightgreybackground};
|
2013-08-28 10:29:02 -07:00
|
|
|
padding: 8px 0 8px 16px;
|
2011-07-15 14:56:39 -07:00
|
|
|
font-weight: bold;
|
2013-04-11 15:05:50 -07:00
|
|
|
margin-bottom: 15px;
|
2013-09-07 09:13:55 -07:00
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
|
|
color: {$bluetext};
|
2013-08-28 10:29:02 -07:00
|
|
|
text-shadow: 0 1px 2px #fff;
|
2013-04-11 15:05:50 -07:00
|
|
|
}
|
|
|
|
|
2011-07-17 11:06:02 -07:00
|
|
|
.phriction-revert-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-revert-table td {
|
|
|
|
text-align: center;
|
|
|
|
width: 50%;
|
2013-10-29 16:06:13 -07:00
|
|
|
padding: 8px 0;
|
|
|
|
margin: 0 16px;
|
|
|
|
background-color: {$lightbluebackground};
|
|
|
|
border-top: 1px solid {$lightblueborder};
|
2011-07-17 11:06:02 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-history-nav-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phriction-history-nav-table td {
|
|
|
|
width: 50%;
|
2013-09-02 13:57:48 -07:00
|
|
|
color: {$darkgreytext};
|
2015-02-27 11:25:44 -08:00
|
|
|
padding: 12px;
|
2014-03-30 11:18:49 -07:00
|
|
|
background-color: #E5E8EE;
|
2013-10-29 16:06:13 -07:00
|
|
|
}
|
|
|
|
|
2011-07-17 11:06:02 -07:00
|
|
|
.phriction-history-nav-table td.nav-next {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2013-04-11 15:05:50 -07:00
|
|
|
|
2013-05-31 15:03:59 -07:00
|
|
|
.phui-document-content .phriction-link {
|
|
|
|
font-weight: bold;
|
2013-05-22 15:35:42 -07:00
|
|
|
}
|