api/resources/csses/ace_api.css [678:912]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    opacity: 0.8;
    cursor: pointer;
}
.memberContent .title {
    
}
.memberContent .description {
    position:relative;
    /*top: -13px;*/
    display: none;
}
.snip-container .actions .toggle-plaintext label {
    margin-top: 1px;
    padding-top: 0;
    text-align: left;
}
.snip-container .actions .toggle-plaintext input {
    margin-top: 4px !important;
}
.snip-container label {
    color: #ffffff;
}
.description h4 {
    padding-top: 10px;
    font-size: 18px;
    line-height : 18px;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #F9F9F9;
}
.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
    background-color: #fbfbfb;
} 

.argument-list {
    margin-bottom : 13px;
}
.argName {
    font-style: italic;
}


/*
  Everyday I'm togglin'
*/

#documentation i.methodToggle {
    cursor: pointer;
    color: #9f9f9f;
    padding-top: 2px;
    float: left;
}
#documentation i.methodToggle.methodToggleHover {
    text-shadow: 0 0 10px #4699d5;
    color: #4699d5;
}
#documentation i.methodToggle.active {
    text-shadow: 0 0 10px #4699d5;
    color: #4699d5;
    /* Safari */
    -webkit-transform: rotate(45deg);
    
    /* Firefox */
    -moz-transform: rotate(45deg);
    
    /* IE */
    -ms-transform: rotate(45deg);
    
    /* Opera */
    -o-transform: rotate(45deg);
    padding-top: 9px;
}

#documentation h3.sectionHeader {
    line-height : 24px;
}

div.method {
    position: relative;
}

.methodToggle a {
    color: #fff;
    border-bottom: 0px;
    text-decoration: none;
}

h3.methodToggle {
    height               : 13px; 
    width                : 8px; 
    background-position  : 0px 0px; 
    position: absolute;
    top: -20px;
    background-image     : url(../images/member-sprites.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
    overflow: hidden;
    left: 0px;
}

h3.methodToggleHover {
    /* background-position  : 0px -28px; */
}

h3.methodToggle.inactive {
    top: 4px;
}

h3.methodToggle.active {
    top:                  6px;
    height               : 13px; 
    width                : 8px; 
    background-position  : 0px -59px; 
} 

.hidden {
    display: none;
    visibility: hidden;
}

.hiddenSpan {
    display: none;
}

.ellipsis_description, .short_description {
/*    width: 800px;*/
}
.methodToggleOpen .ellipsis_description {
    display: none;
}
.sideToggler .short_description,
.sideToggler .description{
    display: none;
}
.methodToggleOpen .short_description,
.methodToggleOpen .description {
    display: block;
}
.description td p {
    margin: 0;
}
/*
  Footer? I hardly know her
*/

#footer {
    width:100%;
    background: #101010 url(../images/dashed_back.png) repeat 0 0;
    font-size: 12px;
    color: white;
    height: 40px;
}
#footer .footerInner {
    padding-left: 300px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
}
#footer .footer-text {
    display: block;
    font-size: 12px;
    float: right;
}
#footer div.footerInner div.footer-text p {
    font-size: 12px;
    font-family: Arial;
    line-height: 18px;
    margin: 10px 15px 0px 1px;
}

#footer a, #footer a:hover {
    color: #8DD0FF;
}

.logoText, .logoImg {
    /*position: absolute;*/
    margin-bottom: 5px;
}

.logoImg {
    top: 40px;
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
  color: #ffffff;
}

.alert-message.block-message {
    background: #fefaca;
    border-color : #fefaca;
    padding : 8px 14px 8px 14px;
}

body .dsq-reply{
    margin-top : 10px;
}

#disqus_thread{
    border-top : 1px solid #ddd;
    margin-top : 30px;
}

#disqus_thread h3, body #dsq-content h3 {
    font-size : 12px;
    margin : 0 0 20px 0;
    line-height : 12px;
}
body #dsq-reply h3{
    font-size : 18px;
    line-height : 18px;
    margin : 15px 0 20px 0;
}

#disqus_thread select{
    font-size : 11px;
    height : 20px;
    color : #444;
}

#dsq-global-toolbar, #dsq-pagination, .dsq-trackback-url{
    display : none;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



doc/template/resources/csses/ace_api.css [678:912]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    opacity: 0.8;
    cursor: pointer;
}
.memberContent .title {
    
}
.memberContent .description {
    position:relative;
    /*top: -13px;*/
    display: none;
}
.snip-container .actions .toggle-plaintext label {
    margin-top: 1px;
    padding-top: 0;
    text-align: left;
}
.snip-container .actions .toggle-plaintext input {
    margin-top: 4px !important;
}
.snip-container label {
    color: #ffffff;
}
.description h4 {
    padding-top: 10px;
    font-size: 18px;
    line-height : 18px;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #F9F9F9;
}
.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
    background-color: #fbfbfb;
} 

.argument-list {
    margin-bottom : 13px;
}
.argName {
    font-style: italic;
}


/*
  Everyday I'm togglin'
*/

#documentation i.methodToggle {
    cursor: pointer;
    color: #9f9f9f;
    padding-top: 2px;
    float: left;
}
#documentation i.methodToggle.methodToggleHover {
    text-shadow: 0 0 10px #4699d5;
    color: #4699d5;
}
#documentation i.methodToggle.active {
    text-shadow: 0 0 10px #4699d5;
    color: #4699d5;
    /* Safari */
    -webkit-transform: rotate(45deg);
    
    /* Firefox */
    -moz-transform: rotate(45deg);
    
    /* IE */
    -ms-transform: rotate(45deg);
    
    /* Opera */
    -o-transform: rotate(45deg);
    padding-top: 9px;
}

#documentation h3.sectionHeader {
    line-height : 24px;
}

div.method {
    position: relative;
}

.methodToggle a {
    color: #fff;
    border-bottom: 0px;
    text-decoration: none;
}

h3.methodToggle {
    height               : 13px; 
    width                : 8px; 
    background-position  : 0px 0px; 
    position: absolute;
    top: -20px;
    background-image     : url(../images/member-sprites.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
    overflow: hidden;
    left: 0px;
}

h3.methodToggleHover {
    /* background-position  : 0px -28px; */
}

h3.methodToggle.inactive {
    top: 4px;
}

h3.methodToggle.active {
    top:                  6px;
    height               : 13px; 
    width                : 8px; 
    background-position  : 0px -59px; 
} 

.hidden {
    display: none;
    visibility: hidden;
}

.hiddenSpan {
    display: none;
}

.ellipsis_description, .short_description {
/*    width: 800px;*/
}
.methodToggleOpen .ellipsis_description {
    display: none;
}
.sideToggler .short_description,
.sideToggler .description{
    display: none;
}
.methodToggleOpen .short_description,
.methodToggleOpen .description {
    display: block;
}
.description td p {
    margin: 0;
}
/*
  Footer? I hardly know her
*/

#footer {
    width:100%;
    background: #101010 url(../images/dashed_back.png) repeat 0 0;
    font-size: 12px;
    color: white;
    height: 40px;
}
#footer .footerInner {
    padding-left: 300px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
}
#footer .footer-text {
    display: block;
    font-size: 12px;
    float: right;
}
#footer div.footerInner div.footer-text p {
    font-size: 12px;
    font-family: Arial;
    line-height: 18px;
    margin: 10px 15px 0px 1px;
}

#footer a, #footer a:hover {
    color: #8DD0FF;
}

.logoText, .logoImg {
    /*position: absolute;*/
    margin-bottom: 5px;
}

.logoImg {
    top: 40px;
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
  color: #ffffff;
}

.alert-message.block-message {
    background: #fefaca;
    border-color : #fefaca;
    padding : 8px 14px 8px 14px;
}

body .dsq-reply{
    margin-top : 10px;
}

#disqus_thread{
    border-top : 1px solid #ddd;
    margin-top : 30px;
}

#disqus_thread h3, body #dsq-content h3 {
    font-size : 12px;
    margin : 0 0 20px 0;
    line-height : 12px;
}
body #dsq-reply h3{
    font-size : 18px;
    line-height : 18px;
    margin : 15px 0 20px 0;
}

#disqus_thread select{
    font-size : 11px;
    height : 20px;
    color : #444;
}

#dsq-global-toolbar, #dsq-pagination, .dsq-trackback-url{
    display : none;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



