Back to home page

EIC code displayed by LXR

 
 

    


Warning, /east/docs/assets/custom/css/custom.css is written in an unsupported language. File is not indexed.

0001 /* ---------------------------- */
0002 /* BLOCKQUOTES */
0003 blockquote{
0004     padding: .5em .5em .5em .75em;
0005     color: #000;
0006     background-color: #EEEEEE; /*  background: #FFEBCD; color: #8B4513; */
0007     word-wrap: normal;
0008     border-left: 0.5em solid #AAA;
0009     border-right: 0.5em solid #AAA;
0010     border-radius: 6px;
0011 }
0012 
0013 /*
0014 blockquote::before {
0015   display: block;
0016   height: 0;
0017   content: "“";
0018   margin-left: -.95em;
0019   font: italic 400%/1 Open Serif,Georgia,"Times New Roman", serif;
0020   color: #999;
0021 }
0022 */
0023 
0024 /* for nested paragraphs in block quotes */
0025 blockquote p {
0026   display: inline;
0027 }
0028 
0029 /* OTHER STUFF */
0030 .bd-placeholder-img {
0031     font-size: 1.125rem;
0032     text-anchor: middle;
0033     -webkit-user-select: none;
0034     -moz-user-select: none;
0035     -ms-user-select: none;
0036     user-select: none;
0037 }
0038 
0039 
0040 /* ---------------------------- */
0041 /* TABLE */
0042 th {
0043     text-align: center;
0044     color: #fff;
0045     background-color: #888;
0046 }
0047 
0048 td {
0049     text-align: left;
0050     vertical-align: top;
0051     padding: 8px;
0052 }
0053 
0054 tr:nth-child(odd) {background-color: #f2f2f2;}
0055 
0056 tr.bland {
0057     background: none !important;
0058 }
0059 
0060 div.txt {
0061     max-width: 85%;
0062     text-overflow: ellipsis;
0063     word-wrap: break-word;     
0064 }
0065 
0066 /* ---------------------------- */
0067 @media (min-width: 768px) {
0068     .bd-placeholder-img-lg {
0069         font-size: 3.5rem;
0070     }
0071 }
0072       
0073 .dropdown-submenu {
0074     position: relative;
0075 }
0076 
0077 .dropdown-submenu>.dropdown-menu {
0078     top: 0;
0079     left: 100%;
0080     margin-top: -6px;
0081     margin-left: -1px;
0082     -webkit-border-radius: 0 6px 6px 6px;
0083     -moz-border-radius: 0 6px 6px;
0084     border-radius: 0 6px 6px 6px;
0085 }
0086 
0087 .dropdown-submenu:hover>.dropdown-menu {
0088     display: block;
0089 }
0090 
0091 .dropdown-submenu>a:after {
0092     display: block;
0093     content: " ";
0094     float: right;
0095     width: 0;
0096     height: 0;
0097     border-color: transparent;
0098     border-style: solid;
0099     border-width: 5px 0 5px 5px;
0100     border-left-color: #ccc;
0101     margin-top: 5px;
0102     margin-right: -10px;
0103 }
0104 
0105 .dropdown-submenu:hover>a:after {
0106     border-left-color: #fff;
0107 }
0108 
0109 .dropdown-submenu.pull-left {
0110     float: none;
0111 }
0112 
0113 .dropdown-submenu.pull-left>.dropdown-menu {
0114     left: -100%;
0115     margin-left: 10px;
0116     -webkit-border-radius: 6px 0 6px 6px;
0117     -moz-border-radius: 6px 0 6px 6px;
0118     border-radius: 6px 0 6px 6px;
0119 }