diff --git a/src/Ojstr/ManagerBundle/Resources/views/index.html.twig b/src/Ojstr/ManagerBundle/Resources/views/index.html.twig index 1e37979c4..25be6c794 100755 --- a/src/Ojstr/ManagerBundle/Resources/views/index.html.twig +++ b/src/Ojstr/ManagerBundle/Resources/views/index.html.twig @@ -2,11 +2,110 @@ {% block body %} - Login + Login +
+
+
+
+
+
+ +
+
+ +

Welcome to OJS

+

+ Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. +

+ +

+ start using OJS +

+
+
+

Create a OJS Profile

+

+ Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. +

+ +

+ create your profile +

+ +
+
+

OJS goodies

+

+ Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. +

+ +

+ start using OJS +

+
+
+

Drop comments!

+

+ Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. +

+ +

+ start using OJS +

+
+
+
+ +
+

thanks for staying tuned! OJS

+

+ Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. +

+
+
+
+ +
+
+
+
{% endblock %} {% block footer %} -
- © Okulbilişim okulbilisim.com +
+ © Okulbilişim okulbilisim.com {% endblock %} \ No newline at end of file diff --git a/web/assets/css/app.css b/web/assets/css/app.css index 06370b430..84edcb8a8 100644 --- a/web/assets/css/app.css +++ b/web/assets/css/app.css @@ -35,19 +35,19 @@ ul.nav-wizard.nav-wizard-backnav li:hover,ul.nav-wizard.nav-wizard-backnav li:ho width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); - + -webkit-transition: all 0.5s ease-in-out; - -moz-transition: all 0.5s ease-in-out; - -o-transition: all 0.5s ease-in-out; - -ms-transition: all 0.5s ease-in-out; - transition: all 0.5s ease-in-out; + -moz-transition: all 0.5s ease-in-out; + -o-transition: all 0.5s ease-in-out; + -ms-transition: all 0.5s ease-in-out; + transition: all 0.5s ease-in-out; -webkit-transform: translate(0px, -100%) scale(0, 0); - -moz-transform: translate(0px, -100%) scale(0, 0); - -o-transform: translate(0px, -100%) scale(0, 0); - -ms-transform: translate(0px, -100%) scale(0, 0); - transform: translate(0px, -100%) scale(0, 0); - + -moz-transform: translate(0px, -100%) scale(0, 0); + -o-transform: translate(0px, -100%) scale(0, 0); + -ms-transform: translate(0px, -100%) scale(0, 0); + transform: translate(0px, -100%) scale(0, 0); + opacity: 0; z-index: 9999; } @@ -55,9 +55,9 @@ ul.nav-wizard.nav-wizard-backnav li:hover,ul.nav-wizard.nav-wizard-backnav li:ho #search.open { -webkit-transform: translate(0px, 0px) scale(1, 1); -moz-transform: translate(0px, 0px) scale(1, 1); - -o-transform: translate(0px, 0px) scale(1, 1); - -ms-transform: translate(0px, 0px) scale(1, 1); - transform: translate(0px, 0px) scale(1, 1); + -o-transform: translate(0px, 0px) scale(1, 1); + -ms-transform: translate(0px, 0px) scale(1, 1); + transform: translate(0px, 0px) scale(1, 1); opacity: 1; } @@ -89,9 +89,245 @@ ul.nav-wizard.nav-wizard-backnav li:hover,ul.nav-wizard.nav-wizard-backnav li:ho top: 15px; right: 15px; color: #fff; - background-color: #428bca; - border-color: #357ebd; - opacity: 1; - padding: 10px 17px; - font-size: 27px; + background-color: #428bca; + border-color: #357ebd; + opacity: 1; + padding: 10px 17px; + font-size: 27px; +} + + +.homebrand .board{ + width: 75%; + margin: 60px auto; + height: 500px; + background: #fff; + /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/ +} +.homebrand .board .nav-tabs { + position: relative; + /* border-bottom: 0; */ + /* width: 80%; */ + margin: 40px auto; + margin-bottom: 0; + box-sizing: border-box; + +} + +.homebrand .board > div.board-inner{ + background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png); + background-size: 30%; +} + +.homebrand p.narrow{ + width: 60%; + margin: 10px auto; +} + +.homebrand .liner{ + height: 2px; + background: #ddd; + position: absolute; + width: 80%; + margin: 0 auto; + left: 0; + right: 0; + top: 50%; + z-index: 1; +} + +.homebrand .nav-tabs > li.active > a,.homebrand .nav-tabs > li.active > a:hover,.homebrand .nav-tabs > li.active > a:focus { + color: #555555; + cursor: default; + background-color:transparent !important; + border: none !important; + border-bottom-color: transparent!important; +} +.homebrand .nav>li>a{ + padding:0px !important; +} +.homebrand .nav-tabs>li>a{ + margin-right: 0px !important; + margin-left: 55px !important; +} +.homebrand span.round-tabs{ + width: 70px; + height: 70px; + line-height: 70px; + display: inline-block; + border-radius: 100px; + background: white; + z-index: 2; + position: absolute; + left: 0; + text-align: center; + font-size: 25px; +} + +.homebrand span.round-tabs.one{ + color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34); +} + +.homebrand li.active span.round-tabs.one{ + background: #fff !important; + border: 2px solid #ddd; + color: rgb(34, 194, 34); +} + +.homebrand span.round-tabs.two{ + color: #febe29;border: 2px solid #febe29; +} + +.homebrand li.active span.round-tabs.two{ + background: #fff !important; + border: 2px solid #ddd; + color: #febe29; +} + +.homebrand span.round-tabs.three{ + color: #3e5e9a;border: 2px solid #3e5e9a; +} + +.homebrand li.active span.round-tabs.three{ + background: #fff !important; + border: 2px solid #ddd; + color: #3e5e9a; +} + +.homebrand span.round-tabs.four{ + color: #f1685e;border: 2px solid #f1685e; +} + +.homebrand li.active span.round-tabs.four{ + background: #fff !important; + border: 2px solid #ddd; + color: #f1685e; +} + +.homebrand span.round-tabs.five{ + color: #999;border: 2px solid #999; +} + +.homebrand li.active span.round-tabs.five{ + background: #fff !important; + border: 2px solid #ddd; + color: #999; +} + +.homebrand .nav-tabs > li.active > a span.round-tabs{ + background: #fafafa; +} +.homebrand .nav>li>a:hover, .homebrand .nav>li>a:focus{ + border-color:transparent !important; + background-color:transparent !important; +} +.homebrand .nav-tabs>li>a:hover{ + border-color:transparent !important; +} +.homebrand .nav-tabs > li { + width: 20%; +} +/*li.active:before { + content: " "; + position: absolute; + left: 45%; + opacity:0; + margin: 0 auto; + bottom: -2px; + border: 10px solid transparent; + border-bottom-color: #fff; + z-index: 1; + transition:0.2s ease-in-out; +}*/ +.homebrand li:after { + content: " "; + position: absolute; + left: 45%; + opacity:0; + margin: 0 auto; + bottom: 0px; + border: 5px solid transparent; + border-bottom-color: #ddd; + transition:0.1s ease-in-out; + +} +.homebrand li.active:after { + content: " "; + position: absolute; + left: 45%; + opacity:1; + margin: 0 auto; + bottom: 0px; + border: 10px solid transparent; + border-bottom-color: #ddd; + +} +.homebrand .nav-tabs > li a{ + width: 70px; + height: 70px; + margin: 20px auto; + border-radius: 100%; + padding: 0; +} + +.homebrand .nav-tabs > li a:hover{ + background: transparent; +} + +.homebrand .tab-content{ +} +.homebrand .tab-pane{ + position: relative; + padding-top: 50px; +} +.homebrand .tab-content .head{ + font-family: 'Roboto Condensed', sans-serif; + font-size: 25px; + text-transform: uppercase; + padding-bottom: 10px; +} +.homebrand .btn-outline-rounded{ + padding: 10px 40px; + margin: 20px 0; + border: 2px solid transparent; + border-radius: 25px; +} + +.homebrand .btn.green{ + background-color:#5cb85c; + /*border: 2px solid #5cb85c;*/ + color: #ffffff; +} + + +@media( max-width : 585px ){ + + .homebrand .board { + width: 90%; + height:auto !important; + } + .homebrand span.round-tabs { + font-size:16px; + width: 50px; + height: 50px; + line-height: 50px; + } + .homebrand .tab-content .head{ + font-size:20px; + } + .homebrand .nav-tabs > li a { + width: 50px; + height: 50px; + line-height:50px; + } + + .homebrand li.active:after { + content: " "; + position: absolute; + left: 35%; + } + + .homebrand .btn-outline-rounded { + padding:12px 20px; + } } diff --git a/web/assets/js/common.js b/web/assets/js/common.js index 845036291..f965e5210 100644 --- a/web/assets/js/common.js +++ b/web/assets/js/common.js @@ -19,6 +19,7 @@ $.fn.serializeObject = function() $(document).ready(function() { $("a[rel*=modal]").leanModal({closeButton: ".modal_close"}); $(".sidebar .treeview").tree(); + $('a[title]').tooltip(); $("[data-toggle='offcanvas']").click(function(e) { e.preventDefault();