| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441 |
- body {
- padding-bottom: 0px;
- color: #000;
- }
- body a {
- color: #3b73af;
- }
- p {
- max-width: 1100px
- }
- /* AVDW: Updated style for notes */
- blockquote {
- padding: 12.5px 25px;
- margin: 0 0 25px;
- font-size: 16px;
- border: 3px solid #4060c0;
- }
- /* Updated style for footer */
- footer {
- position: static;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: auto;
- }
- footer .inner-footer p {
- max-width: none;
- }
- /* Updated style for menu items */
- .toc .level1>li {
- font-weight: normal;
- }
- /* Updated style for images in list */
- ul li img,
- ol li img {
- display: inline;
- }
- /********************************************/
- .comment-section {
- margin-top: 20px;
- }
- .sidefilter {
- position: inherit;
- }
- .sidetoc {
- top: 156px;
- width: 100%;
- }
- .breadcrumb {
- padding: 6px 0 0 0;
- margin: 0;
- }
- .row {
- margin-left: 0px;
- margin-right: 0px;
- }
- th,
- td {
- padding-left: 5px;
- padding-right: 10px;
- vertical-align: top;
- border: solid 1px #ccc;
- text-align: left;
- padding-left: 5px;
- padding-right: 10px;
- vertical-align: middle;
- }
- th,
- td img {
- text-align: center;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .search-list {
- padding-top: 25px;
- }
- .video_container {
- float: left;
- width: 780px;
- margin-top: 30px;
- }
- .video_container_left {
- float: left;
- width: 360px;
- margin-right: 10px;
- }
- .video_container_right {
- float: left;
- width: 360px;
- margin-left: 30px;
- }
- .video_container_content {
- float: left;
- width: 100%;
- text-align: center;
- }
- @media only screen and (max-width: 768px) {
- .toc-toggle {
- display: inherit;
- }
- /* Our site.css override btn.display */
- .mobile-hide {
- display: none !important;
- }
- .article {
- margin-top: 10px !important;
- }
- .sidenav #sidetoggle.stride-page-Manual #sidetoc,
- .sidenav #sidetoggle.stride-page-ReleaseNotes #sidetoc {
- height: auto;
- margin-bottom: -50px;
- }
- .toc .level1>li {
- text-align: left;
- }
- }
- /* Already defined on navbar, but since we have conflict with current Stride navbar we redefine them on breadcrumb */
- .navbar {
- z-index: 50;
- margin-bottom: 0px;
- background-color: #f8f8f8;
- border-color: #e7e7e7;
- min-height: 36px;
- }
- /* Don't try to make a collapsable navbar, even on smaller devices */
- .navbar-nav {
- margin-top: 0;
- margin-bottom: 0;
- }
- .navbar-right {
- float: right !important;
- }
- .navbar-default .navbar-nav {
- /*border-left: 1px solid #e7e7e7;*/
- width: 530px;
- margin-top: 0 !important;
- }
- .navbar-default .navbar-nav>li {
- height: 50px;
- border-right: 1px solid #e7e7e7;
- float: left;
- }
- .navbar-default .navbar-nav>li>a {
- color: #111111;
- padding-top: 0;
- padding-bottom: 0;
- line-height: 50px;
- }
- .navbar-default .navbar-nav>li>a:hover {
- background: #f0f0f0;
- }
- .navbar-default .navbar-nav>.active>a,
- .navbar-default .navbar-nav>.active>a:hover,
- .navbar-default .navbar-nav>.active>a:focus {
- background-color: #666;
- }
- /* make container auto adjust up to 1370px */
- .container {
- width: initial;
- }
- @media only screen and (max-width: 768px) {
- .container {
- padding-top: 20px;
- }
- }
- .toc .nav>li>a {
- margin-left: 5px;
- }
- .toc .level1>li {
- margin-top: 5px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- padding-left: 10px;
- }
- .toc .level3 {
- font-weight: normal;
- margin-left: 15px;
- font-size: 14px;
- }
- .toc .level1,
- .toc .level2,
- .toc .level3,
- .toc .level4,
- .toc .level5 {
- margin-top: 0px;
- }
- .nav.level2 li .expand-stub+a,
- .nav.level2 li .expand-stub {
- margin-top: 5px;
- }
- .toc .level4 {
- font-weight: normal;
- margin-left: 15px;
- font-size: 12px;
- }
- .toc .level5 {
- font-weight: normal;
- margin-left: 15px;
- font-size: 12px;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- span.xref {
- word-wrap: normal;
- word-break: normal;
- }
- /* adjust before size so that anchor (#title) makes text scroll to proper location without hiding it under title bar */
- h1:before,
- h2:before,
- h3:before,
- h4:before {
- height: 106px;
- margin-top: -106px;
- }
- footer {
- text-align: center;
- }
- article ul li,
- article ol li {
- list-style: inherit;
- margin-left: 1em;
- }
- article .img-caption {
- display: block;
- font-style: italic;
- font-size: small;
- color: #555;
- }
- article table {
- margin-bottom: 10px;
- }
- /* Tip, Note and Warning
- TODO: Perform some HTML or CSS transform to directly map boostrap instead?
- */
- .TIP,
- .NOTE,
- .WARNING,
- .doc-incomplete,
- .doc-no-translated {
- border: 1px solid #fff;
- border-radius: 4px;
- padding: 10px 10px 10px 36px;
- margin-top: 10px;
- margin-bottom: 10px;
- position: relative;
- max-width: 1100px;
- }
- .TIP {
- background-color: #f3f9f4;
- border-color: #91c89c;
- }
- .NOTE,
- .doc-no-translated {
- background-color: #e5ebf6;
- border-color: #7d9fc1;
- }
- .WARNING,
- .doc-incomplete {
- background: #fff8f7;
- border-color: #d04437;
- }
- .TIP> :first-child,
- .NOTE> :first-child,
- .WARNING> :first-child,
- .doc-no-translated> :first-child {
- font-size: 0;
- margin: 0;
- padding: 0;
- }
- .TIP> :first-child::before,
- .NOTE> :first-child::before,
- .WARNING> :first-child::before,
- .doc-incomplete::before,
- .doc-no-translated::before {
- position: absolute;
- display: inline-block;
- font-family: 'Glyphicons Halflings';
- font-size: initial;
- margin-left: -22px;
- margin-top: 15px;
- }
- .TIP> :first-child::before {
- color: #14892c;
- content: "\e089";
- }
- .NOTE> :first-child::before,
- .doc-no-translated::before {
- color: #4a6785;
- content: "\e086";
- }
- .WARNING> :first-child::before {
- color: #cf4336;
- content: "\e101";
- }
- .doc-incomplete::before {
- color: #cf4336;
- content: "\e136";
- }
- .doc-no-translated:before {
- margin-top: 0;
- }
- .doc-no-translated,
- .doc-no-translated:after {
- color: #4a6785
- }
- .TIP> :last-child,
- .NOTE> :last-child,
- .WARNING> :last-child,
- .doc-incomplete> :last-child,
- .doc-no-translated> :last-child {
- margin-bottom: 0;
- }
- /* Labels
- TODO: Perform some HTML or CSS transform to directly map boostrap instead?
- */
- .label-doc-level {
- background-color: #337ab7;
- }
- .label-doc-audience {
- background-color: #5cb85c;
- }
- .doc-incomplete {
- margin-bottom: 10px;
- }
- .doc-incomplete::before {
- margin-top: 0;
- }
- .doc-incomplete::after {
- content: "This documentation is under construction";
- }
- .doc-no-translated::after {
- content: "申し訳ありません。このページの日本語訳はございません。英語で表示いたします。";
- }
- .label-doc-highlight {
- background-color: #5cb85c;
- }
- /* Set new font-sizes for heading */
- h1 {
- font-size: 35px;
- }
- h2 {
- font-size: 28px;
- }
- h3 {
- font-size: 22px;
- }
- h4 {
- font-size: 18px;
- }
- h5 {
- font-size: 16px;
- }
- .stride-documentation-table {
- font-size: 16px;
- margin-top: 15px;
- margin-bottom: 15px;
- }
- .article.grid-right {
- padding-left: 15px;
- }
- @media only screen and (max-width: 1625px) {
- .sidefilter,
- .sidetoc {
- margin-left: 0;
- }
- }
- @media only screen and (max-width: 1275px) {
- .sidefilter,
- .sidetoc {
- margin-left: 0;
- /*width: 260px;*/
- }
- }
- @media only screen and (max-width: 768px) {
- .article.grid-right {
- margin-left: 0;
- }
- .sidefilter,
- .sidetoc {
- width: 100%;
- }
- }
- /* Redesign Documentation main page (05.12.2016) */
- .submenu-navbar {
- margin: 5px 0 5px 50px;
- }
- .submenu-navbar li {
- display: inline-block;
- border-right: 1px solid #e7e7e7;
- }
- .submenu-navbar li:last-child {
- border-right: none;
- }
- .submenu-navbar li a {
- display: inline-block;
- color: #111111;
- font-size: 1.4rem;
- padding-left: 20px;
- padding-right: 20px;
- }
- .stride-documentation-list {
- display: contents;
- list-style: none;
- margin: 0;
- padding: 0;
- margin-left: 35px;
- }
- .stride-documentation-list li {
- margin-left: 0;
- position: relative;
- margin-bottom: 15px;
- min-height: 140px;
- border-radius: 5px;
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- justify-content: flex-start;
- align-items: stretch;
- }
- .stride-documentation-list li>a {
- display: block;
- width: 100%;
- height: 100%;
- padding: 10px 0 10px 20px;
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- justify-content: flex-start;
- align-items: stretch;
- }
- .stride-documentation-list li>a>h2 {
- margin-left: -3px;
- }
- .stride-documentation-list li a p {
- margin-right: 60px;
- padding-right: 50px;
- }
- .stride-documentation-list li a h2,
- .stride-documentation-list li a p {
- color: #000;
- position: relative;
- }
- .stride-documentation-list li a h2:before {
- display: none;
- }
- .stride-documentation-list li .xi_arrowLink {
- width: 48px;
- height: 78px;
- float: right;
- position: relative;
- top: -28px;
- right: 40px;
- display: block;
- overflow: hidden;
- background: url(http://stride3d.net/media/api-icons/svg/arrow.svg) no-repeat -26px 50%;
- background-size: 140px 200px;
- }
- .stride-documentation-list li:hover .xi_arrowLink {
- background-position: 100% 50%;
- }
- .stride-documentation-list li:hover {
- background-color: #E8E8E8;
- }
- .stride-custom-breadcrumb {
- padding: 0;
- }
- .stride-custom-breadcrumb ul {
- padding: 5px 0 0 0;
- margin: 0;
- background: transparent;
- }
- .stride-custom-breadcrumb+article.content h1 {
- margin-top: 36px;
- margin-bottom: 10px;
- max-width: calc(100% - 5px);
- }
- .stride-custom-breadcrumb+article.content h2 {
- margin-top: 16px;
- }
- .stride-custom-breadcrumb+article.content h3,
- .stride-custom-breadcrumb+article.content h4 {
- margin-top: 28px;
- margin-bottom: 10px;
- }
- #_content h1:first-child,
- .stride-margin-default {
- margin-top: 10px !important;
- }
- @media screen and (max-width: 768px) {
- .stride-documentation-list li a p:after {
- display: none;
- }
- .stride-custom-breadcrumb+article.content h1,
- .stride-custom-breadcrumb+article.content h2 {
- margin-top: 6px;
- margin-bottom: 10px;
- max-width: 100%;
- padding-right: 58px;
- }
- }
- @media screen and (max-width: 480px) {
- .submenu-navbar li a {
- font-size: 1.2rem;
- padding-left: 10px;
- padding-right: 10px;
- }
- .stride-documentation-list li a p {
- padding-right: 10px;
- }
- .stride-documentation-list li .xi_arrowLink {
- top: 12px;
- right: 10px;
- }
- }
- @media only screen and (max-width: 1625px) {
- .sidefilter,
- .sidetoc {
- margin-left: 0;
- }
- }
- @media only screen and (max-width: 1275px) {
- .sidefilter,
- .sidetoc {
- margin-left: 0;
- /*width: 260px;*/
- }
- }
- @media only screen and (max-width: 768px) {
- .article.grid-right {
- margin-left: 0;
- }
- .sidefilter,
- .sidetoc {
- width: 100%;
- }
- .toc .level2>li {
- display: block;
- text-align: left;
- margin-top: 5px;
- }
- .toc .level2>li:after {
- display: none;
- }
- article h1,
- article h2,
- article h3,
- article h4 {
- word-break: break-word;
- word-wrap: break-word;
- }
- }
- .stride-documentation-image {
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- justify-content: center;
- align-items: center;
- min-width: 128px;
- }
- .stride-documentation-list .stride-documentation-image img {
- max-width: 128px;
- }
- .stride-documentation-list li:nth-child(1) .stride-documentation-chapter,
- .stride-documentation-list li:nth-child(4) .stride-documentation-chapter {
- padding-left: 20px;
- }
- .stride-documentation-list li:nth-child(2) .stride-documentation-image img,
- .stride-documentation-list li:nth-child(3) .stride-documentation-image img {
- max-width: 165px;
- margin-left: -20px;
- }
- @media only screen and (max-width: 768px) {
- .stride-documentation-list {
- margin-left: -15px;
- margin-right: -15px;
- margin-top: -70px;
- margin-bottom: -80px;
- }
- .stride-documentation-list li {
- min-height: auto;
- }
- .stride-documentation-image {
- min-width: 0;
- padding-right: 15px;
- }
- .stride-documentation-image img {
- width: 100%;
- }
- .stride-documentation-list li {
- margin: 10px 0 20px 0;
- padding: 20px 0;
- }
- .stride-documentation-list li>a {
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- align-items: center;
- height: auto;
- position: relative;
- }
- .stride-documentation-list li .xi_arrowLink {
- position: absolute;
- top: calc(50% - 25px);
- right: 38px;
- width: 40px;
- height: 50px;
- background-size: 92px 200px;
- background-position: -7px 50%;
- }
- .stride-documentation-list li:hover .xi_arrowLink {
- background-size: 92px 200px;
- }
- .stride-documentation-list li>a>h2 {
- padding-right: 65px;
- margin: 0 !important;
- }
- .stride-documentation-list li:first-child .stride-documentation-image img,
- .stride-documentation-list li:nth-child(2) .stride-documentation-image img,
- .stride-documentation-list li:last-child .stride-documentation-image img {
- margin-top: 0 !important;
- }
- }
- /* Class page fixes */
- .stride-bordered-title {
- border-bottom: 1px solid #ccc;
- }
- .stride-methods-wrapper .stride-hidden-table.stride-returns-table,
- .stride-hidden-table {
- display: none;
- }
- .stride-methods-wrapper .stride-hidden-table {
- display: table;
- }
- h6,
- .h6 {
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
- }
- h6 strong,
- .h6 strong {
- font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
- }
- article h4 {
- border: none;
- }
- article h1,
- article h2,
- article h3,
- article h4 {
- margin-top: 36px;
- }
- .alert a {
- color: #ef5f18;
- text-decoration: underline;
- }
- .toc .nav>li>.expand-stub+a {
- padding-left: 10px;
- }
- .expand-stub+.stride-custom-icon {
- display: none;
- }
- .expand-stub {
- left: 0;
- }
- .stride-Class:before,
- .stride-class-icon {
- content: " ";
- display: inline-block;
- width: 25px;
- height: 25px;
- background: url("../media/api-icons/stride-Class-icon.png");
- margin-right: 5px;
- background-size: 100% 100%;
- position: relative;
- top: 8px;
- }
- .stride-Delegate:before {
- content: " ";
- display: inline-block;
- width: 25px;
- height: 25px;
- background: url("../media/api-icons/stride-Delegate-icon.png");
- margin-right: 5px;
- background-size: 100% 100%;
- position: relative;
- top: 8px;
- }
- .stride-Enum:before,
- .stride-enum-icon {
- content: " ";
- display: inline-block;
- width: 25px;
- height: 25px;
- background: url("../media/api-icons/stride-Enum-icon.png");
- margin-right: 5px;
- background-size: 100% 100%;
- position: relative;
- top: 8px;
- }
- .stride-method-icon {
- content: " ";
- display: inline-block;
- width: 30px;
- height: 30px;
- background: url("../media/api-icons/stride-Method-icon.png");
- margin-right: 5px;
- position: absolute;
- top: 4px;
- background-size: 100% 100%
- }
- .stride-Interface:before,
- .stride-interface-icon {
- content: " ";
- display: inline-block;
- width: 25px;
- height: 25px;
- background: url("../media/api-icons/stride-Interface-icon.png");
- margin-right: 5px;
- background-size: 100% 100%;
- position: relative;
- top: 8px;
- }
- .stride-field-icon {
- content: " ";
- display: inline-block;
- width: 30px;
- height: 30px;
- background: url("../media/api-icons/stride-Field-icon.png");
- margin-right: 5px;
- position: absolute;
- top: 4px;
- background-size: 100% 100%
- }
- .stride-Struct:before,
- .stride-struct-icon {
- content: " ";
- display: inline-block;
- width: 25px;
- height: 25px;
- background: url("../media/api-icons/stride-Struct-icon.png");
- margin-right: 5px;
- background-size: 100% 100%;
- position: relative;
- top: 8px;
- }
- .stride-property-icon {
- content: " ";
- display: inline-block;
- width: 30px;
- height: 30px;
- background: url("../media/api-icons/stride-Property-icon.png");
- margin-right: 5px;
- position: absolute;
- top: 4px;
- background-size: 100% 100%
- }
- .stride-constructor-icon {
- content: " ";
- display: inline-block;
- width: 30px;
- height: 30px;
- background: url("../media/api-icons/stride-Construct-icon.png");
- margin-right: 5px;
- position: absolute;
- top: 4px;
- background-size: 100% 100%
- }
- .stride-events-icon {
- content: " ";
- display: inline-block;
- width: 30px;
- height: 30px;
- background: url("../media/api-icons/stride-Events-icon.png");
- margin-right: 5px;
- position: absolute;
- top: 4px;
- background-size: 100% 100%
- }
- .stride-icon-column {
- width: 45px;
- position: relative;
- min-width: 40px;
- }
- .stride-icon-column .stride-struct-icon,
- .stride-icon-column .stride-interface-icon,
- .stride-icon-column .stride-enum-icon,
- .stride-icon-column .stride-class-icon {
- width: 30px;
- height: 30px;
- position: absolute;
- top: 3px;
- }
- @media only screen and (min-width: 767px) {
- /* Create resizable TOC section (issue #138) */
- /*Hide elements while script doesn't set the sizes to it*/
- .container.body-content.hide-when-search {
- display: none;
- }
- #sidetoggle {
- position: fixed;
- top: 105px;
- z-index: 999;
- width: 280px;
- min-height: 100vh;
- background-color: #f1f1f1;
- }
- .sidefilter+.sidetoc {
- position: static;
- /*margin-top: 65px;*/
- }
- .ui-resizable-handle.ui-resizable-e {
- width: 4px;
- user-select: none;
- background: #d0d0d0;
- box-shadow: -1px 0px 1px 0px #CCC;
- right: -2px;
- }
- .ui-resizable-handle.ui-resizable-e:after {
- content: "::::::::";
- display: inline-block;
- font-size: 7px;
- color: #1d1b1b;
- position: absolute;
- top: 50%;
- transform: rotate(90deg);
- left: -7px;
- line-height: 0.2;
- font-weight: 700;
- letter-spacing: 0px;
- margin-top: -9px;
- }
- #sidetoc {
- height: calc(100vh - 166px);
- overflow: auto;
- background-color: #f1f1f1;
- }
- .toc .level1>li {
- text-align: left;
- }
- }
- /*Hide filter area at the Manual amd ReleaseNotes pages*/
- #sidetoggle.stride-page-Manual #sidetoc,
- #sidetoggle.stride-page-ReleaseNotes #sidetoc {
- height: calc(100vh - 105px);
- margin-top: 0;
- }
- #sidetoggle.stride-page-Api .sidefilter,
- #sidetoggle.stride-page-Default .sidefilter {
- display: block !important;
- }
- /*Preloader*/
- #floatingBarsG {
- position: relative;
- width: 60px;
- height: 60px;
- margin: 40px auto -40px auto;
- }
- .blockG {
- position: absolute;
- background-color: rgb(255, 255, 255);
- width: 10px;
- height: 5px;
- transform: scale(0.4);
- -o-transform: scale(0.4);
- -ms-transform: scale(0.4);
- -webkit-transform: scale(0.4);
- -moz-transform: scale(0.4);
- animation-name: fadeG;
- -o-animation-name: fadeG;
- -ms-animation-name: fadeG;
- -webkit-animation-name: fadeG;
- -moz-animation-name: fadeG;
- animation-duration: 1.2s;
- -o-animation-duration: 1.2s;
- -ms-animation-duration: 1.2s;
- -webkit-animation-duration: 1.2s;
- -moz-animation-duration: 1.2s;
- animation-iteration-count: infinite;
- -o-animation-iteration-count: infinite;
- -ms-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- -moz-animation-iteration-count: infinite;
- animation-direction: normal;
- -o-animation-direction: normal;
- -ms-animation-direction: normal;
- -webkit-animation-direction: normal;
- -moz-animation-direction: normal;
- }
- #rotateG_01 {
- left: 0;
- top: 27px;
- animation-delay: 0.45s;
- -o-animation-delay: 0.45s;
- -ms-animation-delay: 0.45s;
- -webkit-animation-delay: 0.45s;
- -moz-animation-delay: 0.45s;
- transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- }
- #rotateG_02 {
- left: 8px;
- top: 10px;
- animation-delay: 0.6s;
- -o-animation-delay: 0.6s;
- -ms-animation-delay: 0.6s;
- -webkit-animation-delay: 0.6s;
- -moz-animation-delay: 0.6s;
- transform: rotate(-45deg);
- -o-transform: rotate(-45deg);
- -ms-transform: rotate(-45deg);
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(-45deg);
- }
- #rotateG_03 {
- left: 25px;
- top: 3px;
- animation-delay: 0.75s;
- -o-animation-delay: 0.75s;
- -ms-animation-delay: 0.75s;
- -webkit-animation-delay: 0.75s;
- -moz-animation-delay: 0.75s;
- transform: rotate(0deg);
- -o-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- -moz-transform: rotate(0deg);
- }
- #rotateG_04 {
- right: 8px;
- top: 10px;
- animation-delay: 0.9s;
- -o-animation-delay: 0.9s;
- -ms-animation-delay: 0.9s;
- -webkit-animation-delay: 0.9s;
- -moz-animation-delay: 0.9s;
- transform: rotate(45deg);
- -o-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- }
- #rotateG_05 {
- right: 0;
- top: 27px;
- animation-delay: 1.05s;
- -o-animation-delay: 1.05s;
- -ms-animation-delay: 1.05s;
- -webkit-animation-delay: 1.05s;
- -moz-animation-delay: 1.05s;
- transform: rotate(90deg);
- -o-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- }
- #rotateG_06 {
- right: 8px;
- bottom: 7px;
- animation-delay: 1.2s;
- -o-animation-delay: 1.2s;
- -ms-animation-delay: 1.2s;
- -webkit-animation-delay: 1.2s;
- -moz-animation-delay: 1.2s;
- transform: rotate(135deg);
- -o-transform: rotate(135deg);
- -ms-transform: rotate(135deg);
- -webkit-transform: rotate(135deg);
- -moz-transform: rotate(135deg);
- }
- #rotateG_07 {
- bottom: 0;
- left: 25px;
- animation-delay: 1.35s;
- -o-animation-delay: 1.35s;
- -ms-animation-delay: 1.35s;
- -webkit-animation-delay: 1.35s;
- -moz-animation-delay: 1.35s;
- transform: rotate(180deg);
- -o-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- -moz-transform: rotate(180deg);
- }
- #rotateG_08 {
- left: 8px;
- bottom: 7px;
- animation-delay: 1.5s;
- -o-animation-delay: 1.5s;
- -ms-animation-delay: 1.5s;
- -webkit-animation-delay: 1.5s;
- -moz-animation-delay: 1.5s;
- transform: rotate(-135deg);
- -o-transform: rotate(-135deg);
- -ms-transform: rotate(-135deg);
- -webkit-transform: rotate(-135deg);
- -moz-transform: rotate(-135deg);
- }
- @keyframes fadeG {
- 0% {
- background-color: rgb(0, 0, 0);
- }
- 100% {
- background-color: rgb(255, 255, 255);
- }
- }
- @-o-keyframes fadeG {
- 0% {
- background-color: rgb(0, 0, 0);
- }
- 100% {
- background-color: rgb(255, 255, 255);
- }
- }
- @-ms-keyframes fadeG {
- 0% {
- background-color: rgb(0, 0, 0);
- }
- 100% {
- background-color: rgb(255, 255, 255);
- }
- }
- @-webkit-keyframes fadeG {
- 0% {
- background-color: rgb(0, 0, 0);
- }
- 100% {
- background-color: rgb(255, 255, 255);
- }
- }
- @-moz-keyframes fadeG {
- 0% {
- background-color: rgb(0, 0, 0);
- }
- 100% {
- background-color: rgb(255, 255, 255);
- }
- }
- #search-results>.search-list {
- margin-bottom: 20px;
- }
- #stride-current-version.form-control {
- width: auto;
- height: auto;
- padding: 3px 0px;
- }
- .stride-flex {
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- align-items: center;
- }
- #stride-current-version.form-control {
- border-radius: 0;
- padding: 5px 10px 5px 2px;
- margin: 10px 10px 10px 0px;
- }
- #stride-current-version.form-control:active,
- #stride-current-version.form-control:focus,
- #stride-current-version.form-control:hover {
- outline: none;
- }
- #stride-current-version+.submenu-navbar {
- margin-left: 10px;
- }
- .nav>li,
- .toc .nav>li>a {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- #wrapper #x_wrap {
- padding-bottom: 0;
- }
- .stride-constructor h4 {
- display: none;
- }
- .table-bordered {
- margin-bottom: 50px;
- max-width: 1100px;
- }
- h4+.table-bordered {
- margin-bottom: 25px;
- }
- .stride-property h4,
- .stride-property .stride-parameters {
- display: none;
- }
- .stride-method {
- margin-bottom: 10px;
- }
- .stride-returns p {
- padding: 0;
- min-height: 0;
- margin: 0;
- }
- h4.returns {
- margin-bottom: 3px;
- margin-top: 25px;
- }
- #search-results .pagination {
- border-radius: 4px;
- margin: 0;
- padding: 0;
- width: 100%;
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- justify-content: center;
- }
- #search-results .page-item.prev a.page-link {
- background-image: url(https://stride3d.net/images/svg/arrow_red_mini_8.svg);
- margin-left: 0;
- border-bottom-left-radius: 4px;
- border-top-left-radius: 4px;
- color: #777777;
- background-color: #fff;
- border-color: #ddd;
- cursor: default;
- display: inline-block;
- width: 39px;
- height: 39px;
- background-size: 100% 75%;
- background-position: center;
- background-repeat: no-repeat;
- -moz-transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- border-radius: 0;
- color: transparent;
- overflow: hidden;
- }
- #search-results .page-item.prev.disabled a.page-link,
- #search-results .page-item.next.disabled a.page-link {
- background-image: url(https://stride3d.net/images/svg/arrow_gray_8.svg);
- }
- .page-item.active a.page-link,
- .page-item.disabled a.page-link {
- pointer-events: none;
- }
- #search-results .page-item.next a.page-link {
- background: url(https://stride3d.net/images/svg/arrow_red_mini_8.svg);
- display: inline-block;
- width: 38px;
- height: 39px;
- background-size: 100% 75%;
- background-position: center;
- background-repeat: no-repeat;
- color: transparent;
- overflow: hidden;
- }
- #search-results .page-item.active a.page-link {
- color: #777777;
- background-color: #fff;
- border-color: #ddd;
- cursor: default;
- }
- #search-results .page-item a:hover {
- color: #f19118;
- background-color: #eeeeee !important;
- border-color: #ddd;
- }
- .stride-searching-link {
- text-decoration: underline;
- color: #3b73af;
- }
- .stride-searching-link:hover {
- cursor: pointer;
- text-decoration: none;
- }
- #stride-search-summary {
- margin-bottom: 10px;
- font-weight: 500;
- font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;
- display: none;
- }
- .tutorial {
- position: relative;
- display: inline-block;
- background: transparent;
- box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
- transition: 0.3s ease;
- margin: 0 20px 20px 0;
- border: 1px solid #ddd;
- }
- .tutorial:hover {
- background: transparent;
- box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
- }
- .tutorial .tutorial_title {
- text-align: center;
- }
- .tutorial .tutorial_thumb {}
- .tutorial .tutorial_description {
- padding: 10px;
- }
- /* adjust anchor */
- :target:before {
- content: "";
- display: block;
- height: 120px;
- margin: -120px 0 0;
- }
- @media only screen and (max-width: 768px) {
- :target:before {
- height: 75px;
- margin: -75px 0 0;
- }
- }
- .lang-btn-drpdown-show {
- height: auto !important;
- }
|