diff --git a/css/swad_desktop.css b/css/swad_desktop.css index aabdd1e6..0fbedfe0 100644 --- a/css/swad_desktop.css +++ b/css/swad_desktop.css @@ -32,11 +32,11 @@ body margin:0; background-color:white; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; - font-size:1.5em; + font-size:1.25em; } -input {font-size:15pt; vertical-align:middle;} -select {font-size:15pt;} -textarea {font-size:15pt;} +input {font-size:12pt; vertical-align:middle;} +select {font-size:12pt;} +textarea {font-size:12pt;} table { border-width:0; @@ -47,7 +47,7 @@ table th { padding:0; color:#4D88A1; - font-size:15pt; + font-size:12pt; font-weight:bold; } table td @@ -62,20 +62,20 @@ hr.BLUE_SEPARA {height:0; border-top:0; border-bottom:#4D88A1 dotted 1px;} hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} /********************************** Background *******************************/ -.WHITE_BACKGROUND {background:linear-gradient(black 0,black 48px,white 48px,#cfcfce 48px,white 88px,white 100%); background-repeat:no-repeat;} -.GREY_BACKGROUND {background:linear-gradient(#383838 0,#404040 32px,#404040 228px,white 228px,white 100%); background-repeat:no-repeat;} -.BLUE_BACKGROUND {background:linear-gradient(#5fa5df 0,#4f90c8 32px,#4f90c8 228px,white 228px,white 100%); background-repeat:no-repeat;} -.YELLOW_BACKGROUND {background:linear-gradient(#201420 0,#201420 228px,white 228px,white 100%); background-repeat:no-repeat;} +.WHITE_BACKGROUND {background-image:linear-gradient(black 0,black 40px,white 40px,#cfcfce 40px,white 80px,white 100%); background-repeat:no-repeat;} +.GREY_BACKGROUND {background-image:linear-gradient(#383838 0,#404040 26px,#404040 191px,white 191px,white 100%); background-repeat:no-repeat;} +.BLUE_BACKGROUND {background-image:linear-gradient(#5fa5df 0,#4f90c8 26px,#4f90c8 191px,white 191px,white 100%); background-repeat:no-repeat;} +.YELLOW_BACKGROUND {background-image:linear-gradient(#201420 0,#201420 191px,white 191px,white 100%); background-repeat:no-repeat;} .WHITE_HEAD_ROW_1 {background-color:black;} -.GREY_HEAD_ROW_1 {background:linear-gradient(#383838 0,#383838 32px,#404040 100%); background-repeat:no-repeat;} -.BLUE_HEAD_ROW_1 {background:linear-gradient(#5fa5df 0,#4f90c8 32px,#4f90c8 100%); background-repeat:no-repeat;} +.GREY_HEAD_ROW_1 {background-image:linear-gradient(#383838 0,#383838 26px,#404040 100%); background-repeat:no-repeat;} +.BLUE_HEAD_ROW_1 {background-image:linear-gradient(#5fa5df 0,#4f90c8 26px,#4f90c8 100%); background-repeat:no-repeat;} .YELLOW_HEAD_ROW_1 {background-color:#201420;} /************* Institution / Centre / Degree logo in top title ***************/ .TOP_LOGO { - margin-right:12px; + margin-right:10px; text-align:left; vertical-align:top !important; } @@ -83,25 +83,25 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} /****************** Title of current action in main block ********************/ #action_title { - width:450px; - min-height:81px; + width:375px; + min-height:68px; clear:both; margin:0 auto; background-repeat:no-repeat; - background-position:15px 0; - padding:15px 15px 15px 126px; + background-position:12px 0; + padding:12px 12px 12px 105px; overflow:hidden; } -.WHITE_TITLE_ACTION {color:#606060; font-size:24pt;} -.GREY_TITLE_ACTION {color:#606060; font-size:24pt;} -.BLUE_TITLE_ACTION {color:#4D88A1; font-size:24pt;} -.YELLOW_TITLE_ACTION {color:#BD4815; font-size:24pt;} +.WHITE_TITLE_ACTION {color:#606060; font-size:20pt;} +.GREY_TITLE_ACTION {color:#606060; font-size:20pt;} +.BLUE_TITLE_ACTION {color:#4D88A1; font-size:20pt;} +.YELLOW_TITLE_ACTION {color:#BD4815; font-size:20pt;} -.WHITE_SUBTITLE_ACTION {color:#606060; font-size:15pt;} -.GREY_SUBTITLE_ACTION {color:#606060; font-size:15pt;} -.BLUE_SUBTITLE_ACTION {color:#4D88A1; font-size:15pt;} -.YELLOW_SUBTITLE_ACTION {color:#BD4815; font-size:15pt;} +.WHITE_SUBTITLE_ACTION {color:#606060; font-size:12pt;} +.GREY_SUBTITLE_ACTION {color:#606060; font-size:12pt;} +.BLUE_SUBTITLE_ACTION {color:#4D88A1; font-size:12pt;} +.YELLOW_SUBTITLE_ACTION {color:#BD4815; font-size:12pt;} /************************* Users connected globally **************************/ .CONNECTED @@ -110,10 +110,10 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} border-style:solid; border-width:1px; border-color:#80C040; - padding:6px; - border-radius:6px; + padding:5px; + border-radius:5px; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:14pt; + font-size:12pt; color:#398000; overflow:hidden; } @@ -121,15 +121,15 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} /*************************** Most frequent actions ***************************/ #MFU_actions { - width:165px; + width:138px; margin:0; border-style:solid; border-width:1px; border-color:#8CBCCE; - padding:6px; - border-radius:6px; + padding:5px; + border-radius:5px; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:13pt; + font-size:11pt; color:#4D88A1; overflow:hidden; } @@ -137,27 +137,27 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; color:#4D88A1; - font-size:13pt; + font-size:11pt; } /*********************************** Month ***********************************/ .MONTH_CONTAINER { - width:165px; + width:138px; margin:0; - padding:6px; + padding:5px; border-style:solid; border-width:1px; border-color:#8CBCCE; - border-radius:6px; + border-radius:5px; text-align:center; overflow:hidden; } .MONTH_TABLE_DAYS { - width:165px; - margin-top:3px; - padding-top:3px; + width:138px; + margin-top:2px; + padding-top:2px; border-style:solid; border-width:1px 0 0 0; border-color:#DDECF1; @@ -165,55 +165,55 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} .MONTH { color:#4D88A1; - font-size:12pt; + font-size:10pt; white-space:nowrap; } .DAY_WRK_HEAD { color:#4D88A1; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_NO_WRK_HEAD { color:#FF0000; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_WRK { color:#202020; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_NO_WORK { color:#C04080; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_HLD { color:#FF0000; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_WRK_LIGHT { color:#E0E0E0; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_NO_WORK_LIGHT { color:#FFE0FF; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_HLD_LIGHT { color:#FFE0E0; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY @@ -262,41 +262,41 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} .BT_SUBMIT { color:white; - font-size:24px; + font-size:20px; font-weight:bold; line-height:normal; - margin:12px; - padding:12px 24px; - border-radius:6px; + margin:10px; + padding:10px 20px; + border-radius:5px; box-shadow:0 1px 0 rgba(255,255,255,0.15) inset; } .BT_SUBMIT_INLINE { color:white; - font-size:18px; + font-size:15px; font-weight:bold; line-height:normal; - margin:0 6px; - padding:6px 12px; - border-radius:6px; + margin:0 5px; + padding:5px 10px; + border-radius:5px; box-shadow:0 1px 0 rgba(255,255,255,0.15) inset; } .BT_SUBMIT:hover { - background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)); + background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)); } .BT_SUBMIT_INLINE:hover { - background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)); + background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)); } /********************************** Notice ***********************************/ .NOTICE_CONTAINER { - margin:12px auto; - padding:12px; - background:linear-gradient(#EED86C 0%,#FEED95 15%,#FAF098 100%); - box-shadow:0 9px 12px -6px rgba(125,113,0,0.8); + margin:10px auto; + padding:10px; + background-image:linear-gradient(#EED86C 0%,#FEED95 15%,#FAF098 100%); + box-shadow:0 8px 10px -5px rgba(125,113,0,0.8); text-align:left; overflow:hidden; } @@ -304,7 +304,7 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} { float:right; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:15pt; + font-size:12pt; color:#404040; text-align:right; overflow:hidden; @@ -312,9 +312,9 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} } .NOTICE_SUBJECT { - margin:15px auto; + margin:12px auto; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:18pt; + font-size:15pt; font-weight:bold; color:#404040; text-align:center; @@ -324,14 +324,14 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} { clear:both; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:15pt; + font-size:12pt; color:#000080; overflow:hidden; } .NOTICE_AUTHOR { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:15pt; + font-size:12pt; color:#404040; text-align:right; overflow:hidden; @@ -340,15 +340,15 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} /**************************** Institutional links ****************************/ #institutional_links { - width:165px; + width:138px; margin:0; border-style:solid; border-width:1px; border-color:#8CBCCE; - padding:6px; - border-radius:6px; + padding:5px; + border-radius:5px; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:13pt; + font-size:11pt; color:#4D88A1; overflow:hidden; } @@ -356,19 +356,19 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} { padding:1px; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:13pt; + font-size:11pt; color:#4D88A1; } #CENTRAL_ZONE { - min-width:1110px; - min-height:1110px; + min-width:925px; + min-height:925px; width:100%; - margin:-10px 0 0 0; - padding:12px 0; - border-radius:9px; - box-shadow:inset -3px -3px 1px 0 rgba(50,50,50,0.2); + margin:-8px 0 0 0; + padding:10px 0; + border-radius:8px; + box-shadow:inset -2px -2px 1px 0 rgba(50,50,50,0.2); text-align:center; vertical-align:top; overflow:hidden; @@ -379,15 +379,15 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} /*********************************** Alerts **********************************/ .ALERT { - margin:9px auto; + margin:8px auto; background-color:#FFF9E0; background-repeat:no-repeat; - background-position:15px 15px; - padding:15px 15px 15px 54px; - border-radius:6px; - box-shadow:1px 1px 4px #CCC7B4; + background-position:12px 12px; + padding:12px 12px 12px 45px; + border-radius:5px; + box-shadow:1px 1px 3px #CCC7B4; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:15pt; + font-size:12pt; color:#632921; text-align:justify; overflow:hidden; @@ -395,53 +395,53 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} } /*********************************** Icons ***********************************/ -.ICON16x16 {width:24px; height:24px; vertical-align:middle;} -.ICON16x16B {width:24px; height:24px; vertical-align:middle; display:block;} -.ICON20x20 {width:30px; height:30px; vertical-align:middle;} -.ICON28x28 {width:42px; height:42px; vertical-align:middle;} -.ICON32x32 {width:48px; height:48px; vertical-align:middle;} -.ICON32x32B {width:48px; height:48px; vertical-align:middle; display:block;} -.ICON48x48 {width:72px; height:72px; vertical-align:middle;} -.ICON64x64 {width:96px; height:96px; vertical-align:middle;} -.ICON128x128 {width:192px; height:192px; vertical-align:middle;} -.ICON8x800 {width:12px; height:1200px;} -.BANNER {width:180px; height:60px;} -.BANNER_SMALL {width:90px; height:30px;} +.ICON16x16 {width:20px; height:20px; vertical-align:middle;} +.ICON16x16B {width:20px; height:20px; vertical-align:middle; display:block;} +.ICON20x20 {width:25px; height:25px; vertical-align:middle;} +.ICON28x28 {width:35px; height:35px; vertical-align:middle;} +.ICON32x32 {width:40px; height:40px; vertical-align:middle;} +.ICON32x32B {width:40px; height:40px; vertical-align:middle; display:block;} +.ICON48x48 {width:60px; height:60px; vertical-align:middle;} +.ICON64x64 {width:80px; height:80px; vertical-align:middle;} +.ICON128x128 {width:160px; height:160px; vertical-align:middle;} +.ICON8x800 {width:10px; height:1000px;} +.BANNER {width:150px; height:50px;} +.BANNER_SMALL {width:75px; height:25px;} /****** Contextual links with small icons and text to go to some action ******/ .CONTEXT_MENU { - margin-bottom:15px; + margin-bottom:12px; text-align:center; } .CONTEXT_OPT { display:inline; - margin-right:22px; + margin-right:18px; } /********************************* Frame 10 **********************************/ .FRAME10 { - margin:6px 0; - padding:15px; + margin:5px 0; + padding:12px; background-color:white; - border-radius:6px; - box-shadow:1px 1px 4px #CCC; + border-radius:5px; + box-shadow:1px 1px 3px #CCC; text-align:center; overflow:hidden; display:inline-block; } .FRAME10_SHADOW { - margin:6px 0 21px 0; - padding:15px; + margin:5px 0 18px 0; + padding:12px; background-color:rgba(255,255,255,0.95); border-width:1px; border-style:solid; border-color:#C0C0C0; - border-radius:6px; - box-shadow:3px 6px 18px #888; + border-radius:5px; + box-shadow:2px 5px 15px #888; text-align:center; overflow:hidden; display:inline-block; @@ -452,26 +452,26 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} } .TIT_TBL_10 { - margin:15px; + margin:12px; color:#808080; - font-size:24pt; + font-size:20pt; font-weight:bold; } .CELLS_PAD_1 th {padding:1px;} .CELLS_PAD_1 td {padding:1px;} -.CELLS_PAD_2 th {padding:3px;} -.CELLS_PAD_2 td {padding:3px;} -.CELLS_PAD_4 th {padding:6px;} -.CELLS_PAD_4 td {padding:6px;} -.CELLS_PAD_8 th {padding:12px;} -.CELLS_PAD_8 td {padding:12px;} +.CELLS_PAD_2 th {padding:2px;} +.CELLS_PAD_2 td {padding:2px;} +.CELLS_PAD_4 th {padding:5px;} +.CELLS_PAD_4 td {padding:5px;} +.CELLS_PAD_8 th {padding:10px;} +.CELLS_PAD_8 td {padding:10px;} /*********************************** Title ***********************************/ .TIT { - margin:16px auto 0 auto; + margin:13px auto 0 auto; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:16pt; + font-size:13pt; font-weight:bold; color:#94745C; text-align:center; @@ -481,7 +481,7 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} .TITLE_LOCATION { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:30pt; + font-size:25pt; font-weight:bold; color:#808080; text-align:center; @@ -490,43 +490,43 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} /******************************* Map of country ******************************/ .COUNTRY_MAP_TITLE { - width:48px; height:48px; - margin-right:12px; + width:40px; height:40px; + margin-right:10px; vertical-align:top; } .COUNTRY_MAP_SMALL { - width:75px; height:75px; + width:62px; height:62px; } .COUNTRY_MAP_SHOW { - width:375px; height:375px; - margin:12px; + width:312px; height:312px; + margin:10px; } .COUNTRY_MAP_PRINT { - width:750px; height:750px; - margin:15px; + width:625px; height:625px; + margin:12px; } /****************************** Photo of centre ******************************/ .CENTRE_PHOTO_SHOW { - width:576px; height:384px; - padding:7px; margin:12px; + width:480px; height:320px; + padding:6px; margin:10px; border:solid 1px #EEE; } a:hover img.CENTRE_PHOTO_SHOW { border:solid 1px #CCC; - box-shadow:1px 1px 7px #999; + box-shadow:1px 1px 6px #999; } .CENTRE_PHOTO_PRINT { - width:864px; height:576px; - padding:18px; margin:22px; + width:720px; height:480px; + padding:15px; margin:18px; border:solid 1px #EEE; - box-shadow:1px 1px 7px #999; + box-shadow:1px 1px 6px #999; } /**************** Attribution (author and license) of images *****************/ @@ -534,99 +534,99 @@ a:hover img.CENTRE_PHOTO_SHOW { font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#A0A0A0; - font-size:10pt; - max-width:600px; + font-size:8pt; + max-width:500px; text-align:center; } /******************************* User's photo ********************************/ -.PHOTO12x16 {width: 18px; height: 24px; vertical-align:middle; border-radius:3px;} -.PHOTO12x16B {width: 18px; height: 24px; vertical-align:middle; border-radius:3px; display:block;} -.PHOTO15x20 {width: 22px; height: 30px; vertical-align:middle; border-radius:3px;} -.PHOTO18x24 {width: 27px; height: 36px; vertical-align:middle; border-radius:3px;} -.PHOTO24x32 {width: 36px; height: 48px; vertical-align:middle; border-radius:4px;} -.PHOTO36x48 {width: 36px; height: 48px; vertical-align:middle; border-radius:5px;} -.PHOTO75x100 {width:112px; height:150px; vertical-align:middle; border-radius:7px;} -.PHOTO150x200 {width:225px; height:300px; vertical-align:middle; border-radius:12px;} +.PHOTO12x16 {width: 15px; height: 20px; vertical-align:middle; border-radius:2px;} +.PHOTO12x16B {width: 15px; height: 20px; vertical-align:middle; border-radius:2px; display:block;} +.PHOTO15x20 {width: 18px; height: 25px; vertical-align:middle; border-radius:2px;} +.PHOTO18x24 {width: 21px; height: 28px; vertical-align:middle; border-radius:2px;} +.PHOTO24x32 {width: 30px; height: 40px; vertical-align:middle; border-radius:3px;} +.PHOTO36x48 {width: 45px; height: 60px; vertical-align:middle; border-radius:4px;} +.PHOTO75x100 {width: 93px; height:124px; vertical-align:middle; border-radius:6px;} +.PHOTO150x200 {width:186px; height:248px; vertical-align:middle; border-radius:10px;} .IMG_USR { - width:225px; - height:300px; - border-radius:7px; + width:186px; + height:248px; + border-radius:6px; } .ZOOM { position:absolute; z-index:1000; - left:-243px; - top:-450px; - padding:7px; + left:-203px; + top:-375px; + padding:6px; background-color:rgba(255,255,255,0.8); border-width:1px; border-style:solid; border-color:#C0C0C0; - border-radius:12px; - box-shadow:3px 6px 18px #888; + border-radius:10px; + box-shadow:2px 5px 15px #888; } .ZOOM_TXT { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; color:#202020; - font-size:15pt; + font-size:12pt; } .NO_BR {white-space:nowrap;} .BG_MSG_BLUE { - background:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); + background-image:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); background-repeat:no-repeat; } .BG_MSG_GREEN { - background:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); + background-image:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); background-repeat:no-repeat; } -.WHITE_DEGREE {color:#707070; font-size:18pt; font-weight:bold; white-space:nowrap;} -.GREY_DEGREE {color:#FFB42E; font-size:18pt; font-weight:bold; white-space:nowrap;} -.BLUE_DEGREE {color:#FFE880; font-size:18pt; font-weight:bold; white-space:nowrap;} -.YELLOW_DEGREE {color:#FFC040; font-size:18pt; font-weight:bold; white-space:nowrap;} +.WHITE_DEGREE {color:#707070; font-size:15pt; font-weight:bold; white-space:nowrap;} +.GREY_DEGREE {color:#FFB42E; font-size:15pt; font-weight:bold; white-space:nowrap;} +.BLUE_DEGREE {color:#FFE880; font-size:15pt; font-weight:bold; white-space:nowrap;} +.YELLOW_DEGREE {color:#FFC040; font-size:15pt; font-weight:bold; white-space:nowrap;} -.WHITE_COURSE {color:#4D88A1; font-size:30pt; white-space:nowrap;} -.GREY_COURSE {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#F7F6F5; font-size:30pt; white-space:nowrap;} -.BLUE_COURSE {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:white; font-size:30pt; white-space:nowrap;} -.YELLOW_COURSE {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:white; font-size:30pt; white-space:nowrap;} +.WHITE_COURSE {color:#4D88A1; font-size:25pt; white-space:nowrap;} +.GREY_COURSE {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#F7F6F5; font-size:25pt; white-space:nowrap;} +.BLUE_COURSE {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:white; font-size:25pt; white-space:nowrap;} +.YELLOW_COURSE {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:white; font-size:25pt; white-space:nowrap;} -.WHITE_HEAD {color:#E0E0E0; font-size:15pt; white-space:nowrap;} -.GREY_HEAD {color:#E0E0E0; font-size:15pt; white-space:nowrap;} -.BLUE_HEAD {color:white; font-size:15pt; white-space:nowrap;} -.YELLOW_HEAD {color:#B3B0B3; font-size:15pt; white-space:nowrap;} +.WHITE_HEAD {color:#E0E0E0; font-size:12pt; white-space:nowrap;} +.GREY_HEAD {color:#E0E0E0; font-size:12pt; white-space:nowrap;} +.BLUE_HEAD {color:white; font-size:12pt; white-space:nowrap;} +.YELLOW_HEAD {color:#B3B0B3; font-size:12pt; white-space:nowrap;} -.WHITE_CUR_TIME {color:#808080; font-size:18pt; font-weight:bold;} -.GREY_CUR_TIME {color:#E0E0E0; font-size:18pt; font-weight:bold;} -.BLUE_CUR_TIME {color:#BAD2DA; font-size:18pt; font-weight:bold;} -.YELLOW_CUR_TIME {color:#B3B0B3; font-size:18pt; font-weight:bold;} +.WHITE_CUR_TIME {color:#808080; font-size:15pt; font-weight:bold;} +.GREY_CUR_TIME {color:#E0E0E0; font-size:15pt; font-weight:bold;} +.BLUE_CUR_TIME {color:#BAD2DA; font-size:15pt; font-weight:bold;} +.YELLOW_CUR_TIME {color:#B3B0B3; font-size:15pt; font-weight:bold;} -.WHITE_NOTIF {color:#707070; font-size:15pt; white-space:nowrap;} -.GREY_NOTIF {color:#E0E0E0; font-size:15pt; white-space:nowrap;} -.BLUE_NOTIF {color:white; font-size:15pt; white-space:nowrap;} -.YELLOW_NOTIF {color:#B3B0B3; font-size:15pt; white-space:nowrap;} +.WHITE_NOTIF {color:#707070; font-size:12pt; white-space:nowrap;} +.GREY_NOTIF {color:#E0E0E0; font-size:12pt; white-space:nowrap;} +.BLUE_NOTIF {color:white; font-size:12pt; white-space:nowrap;} +.YELLOW_NOTIF {color:#B3B0B3; font-size:12pt; white-space:nowrap;} -.WHITE_USR {color:#E0E0E0; font-size:18pt; font-weight:bold; white-space:nowrap;} -.GREY_USR {color:#E0E0E0; font-size:18pt; font-weight:bold; white-space:nowrap;} -.BLUE_USR {color:white; font-size:18pt; font-weight:bold; white-space:nowrap;} -.YELLOW_USR {color:#B3B0B3; font-size:18pt; font-weight:bold; white-space:nowrap;} +.WHITE_USR {color:#E0E0E0; font-size:15pt; font-weight:bold; white-space:nowrap;} +.GREY_USR {color:#E0E0E0; font-size:15pt; font-weight:bold; white-space:nowrap;} +.BLUE_USR {color:white; font-size:15pt; font-weight:bold; white-space:nowrap;} +.YELLOW_USR {color:#B3B0B3; font-size:15pt; font-weight:bold; white-space:nowrap;} -.WHITE_CONNECTED {color:#398000; font-size:15pt;} -.GREY_CONNECTED {color:#398000; font-size:15pt;} -.BLUE_CONNECTED {color:#398000; font-size:15pt;} -.YELLOW_CONNECTED {color:#398000; font-size:15pt;} +.WHITE_CONNECTED {color:#398000; font-size:12pt;} +.GREY_CONNECTED {color:#398000; font-size:12pt;} +.BLUE_CONNECTED {color:#398000; font-size:12pt;} +.YELLOW_CONNECTED {color:#398000; font-size:12pt;} -.WHITE_TITLE {color:#505050; font-size:21pt;} -.GREY_TITLE {color:#505050; font-size:21pt;} -.BLUE_TITLE {color:#4D88A1; font-size:21pt;} -.YELLOW_TITLE {color:#BD4815; font-size:21pt;} +.WHITE_TITLE {color:#505050; font-size:18pt;} +.GREY_TITLE {color:#505050; font-size:18pt;} +.BLUE_TITLE {color:#4D88A1; font-size:18pt;} +.YELLOW_TITLE {color:#BD4815; font-size:18pt;} /**************************** Icon highlighting ******************************/ .ICON_HIDDEN @@ -660,18 +660,18 @@ a:hover img.CENTRE_PHOTO_SHOW /*********************************** Tabs ************************************/ #tabs_container { - width:810px; /* 135 px * 6 visible tabs */ - height:84px; + width:672px; /* 112 px * 6 visible tabs */ + height:70px; margin:0 auto; } .TAB_OFF { float:left; - width:129px;height:91px; + width:108px;height:76px; margin:1px 1px 0 1px; padding:0 1px 0 1px; - border-radius:9px 9px 0 0; - box-shadow:inset -3px -3px 1px 0 rgba(50,50,50,0.2); + border-radius:8px 8px 0 0; + box-shadow:inset -2px -2px 1px 0 rgba(50,50,50,0.2); text-align:center; vertical-align:middle; overflow:hidden; @@ -680,11 +680,11 @@ a:hover img.CENTRE_PHOTO_SHOW .TAB_ON { float:left; - width:132px; height:93px; + width:110px; height:78px; margin:0; padding:1px 1px 0 1px; - border-radius:9px 9px 0 0; - box-shadow:inset -3px -3px 1px 0 rgba(50,50,50,0.2); + border-radius:8px 8px 0 0; + box-shadow:inset -2px -2px 1px 0 rgba(50,50,50,0.2); text-align:center; vertical-align:middle; overflow:hidden; @@ -693,7 +693,7 @@ a:hover img.CENTRE_PHOTO_SHOW .WHITE_TAB_OFF { color:#707070; - font-size:11pt; + font-size:9pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -702,7 +702,7 @@ a:hover img.CENTRE_PHOTO_SHOW .GREY_TAB_OFF { color:#505050; - font-size:11pt; + font-size:9pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -711,7 +711,7 @@ a:hover img.CENTRE_PHOTO_SHOW .BLUE_TAB_OFF { color:#365E6E; - font-size:11pt; + font-size:9pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -720,7 +720,7 @@ a:hover img.CENTRE_PHOTO_SHOW .YELLOW_TAB_OFF { color:#7C4D2A; - font-size:11pt; + font-size:9pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -729,7 +729,7 @@ a:hover img.CENTRE_PHOTO_SHOW .WHITE_TAB_ON { color:#4D88A1; - font-size:11pt; + font-size:9pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -738,7 +738,7 @@ a:hover img.CENTRE_PHOTO_SHOW .GREY_TAB_ON { color:#606060; - font-size:11pt; + font-size:9pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -747,7 +747,7 @@ a:hover img.CENTRE_PHOTO_SHOW .BLUE_TAB_ON { color:#4D88A1; - font-size:11pt; + font-size:9pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -756,7 +756,7 @@ a:hover img.CENTRE_PHOTO_SHOW .YELLOW_TAB_ON { color:#BD4815; - font-size:11pt; + font-size:9pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -770,12 +770,12 @@ a:hover img.CENTRE_PHOTO_SHOW list-style-type:none; border:0; margin:0 auto; - padding:0 0 12px 0; + padding:0 0 10px 0; } #horizontal_menu_container li { display:table-cell; - width:165px; height:90px; + width:138px; height:75px; border:0; margin:0; padding:0; @@ -785,16 +785,16 @@ a:hover img.CENTRE_PHOTO_SHOW .MENU_OFF { display:inline-block; - width:165px; height:90px; + width:138px; height:75px; margin:0; - padding:0 3px; + padding:0 2px; text-align:center; vertical-align:middle; } .MENU_ON { display:inline-block; - width:165px; height:90px; + width:138px; height:75px; margin:0; padding:0; text-align:center; @@ -810,49 +810,49 @@ a:hover img.CENTRE_PHOTO_SHOW } .MENU_OPTION { - height:48px; + height:40px; clear:both; margin:0 auto; text-align:left; vertical-align:middle; background-repeat:no-repeat; - background-position:3px 3px; - padding:3px 3px 3px 60px; + background-position:2px 2px; + padding:2px 2px 2px 50px; overflow:hidden; } .MENU_TEXT { - height:48px; + height:40px; display:table-cell; vertical-align:middle; } /********************************* Menu fonts ********************************/ -.WHITE_MENU_OFF {color:#4D88A1; font-size:15pt; font-weight:bold; line-height:110%;} -.GREY_MENU_OFF {color:#707070; font-size:15pt; font-weight:bold; line-height:110%;} -.BLUE_MENU_OFF {color:#4D88A1; font-size:15pt; font-weight:bold; line-height:110%;} -.YELLOW_MENU_OFF {color:#BD4815; font-size:15pt; font-weight:bold; line-height:110%;} +.WHITE_MENU_OFF {color:#4D88A1; font-size:12pt; font-weight:bold; line-height:110%;} +.GREY_MENU_OFF {color:#707070; font-size:12pt; font-weight:bold; line-height:110%;} +.BLUE_MENU_OFF {color:#4D88A1; font-size:12pt; font-weight:bold; line-height:110%;} +.YELLOW_MENU_OFF {color:#BD4815; font-size:12pt; font-weight:bold; line-height:110%;} -.WHITE_MENU_ON {color:#4D88A1; font-size:15pt; font-weight:bold; line-height:110%;} -.GREY_MENU_ON {color:#606060; font-size:15pt; font-weight:bold; line-height:110%;} -.BLUE_MENU_ON {color:#4D88A1; font-size:15pt; font-weight:bold; line-height:110%;} -.YELLOW_MENU_ON {color:#BD4815; font-size:15pt; font-weight:bold; line-height:110%;} +.WHITE_MENU_ON {color:#4D88A1; font-size:12pt; font-weight:bold; line-height:110%;} +.GREY_MENU_ON {color:#606060; font-size:12pt; font-weight:bold; line-height:110%;} +.BLUE_MENU_ON {color:#4D88A1; font-size:12pt; font-weight:bold; line-height:110%;} +.YELLOW_MENU_ON {color:#BD4815; font-size:12pt; font-weight:bold; line-height:110%;} /********************************* Form fonts ********************************/ -.WHITE_FORM {color:#4D88A1; font-size:16pt;} -.GREY_FORM {color:#4D88A1; font-size:16pt;} -.BLUE_FORM {color:#4D88A1; font-size:16pt;} -.YELLOW_FORM {color:#7C4D2A; font-size:16pt;} +.WHITE_FORM {color:#4D88A1; font-size:13pt;} +.GREY_FORM {color:#4D88A1; font-size:13pt;} +.BLUE_FORM {color:#4D88A1; font-size:13pt;} +.YELLOW_FORM {color:#7C4D2A; font-size:13pt;} .WHITE_FORM_NOWRAP {color:#4D88A1; font-size:16pt; white-space:nowrap;} -.GREY_FORM_NOWRAP {color:#4D88A1; font-size:16pt; white-space:nowrap;} -.BLUE_FORM_NOWRAP {color:#4D88A1; font-size:16pt; white-space:nowrap;} -.YELLOW_FORM_NOWRAP {color:#7C4D2A; font-size:16pt; white-space:nowrap;} +.GREY_FORM_NOWRAP {color:#4D88A1; font-size:13pt; white-space:nowrap;} +.BLUE_FORM_NOWRAP {color:#4D88A1; font-size:13pt; white-space:nowrap;} +.YELLOW_FORM_NOWRAP {color:#7C4D2A; font-size:13pt; white-space:nowrap;} -.WHITE_FORM_BOLD {color:#4D88A1; font-size:16pt; font-weight:bold;} -.GREY_FORM_BOLD {color:#4D88A1; font-size:16pt; font-weight:bold;} -.BLUE_FORM_BOLD {color:#4D88A1; font-size:16pt; font-weight:bold;} -.YELLOW_FORM_BOLD {color:#7C4D2A; font-size:16pt; font-weight:bold;} +.WHITE_FORM_BOLD {color:#4D88A1; font-size:13pt; font-weight:bold;} +.GREY_FORM_BOLD {color:#4D88A1; font-size:13pt; font-weight:bold;} +.BLUE_FORM_BOLD {color:#4D88A1; font-size:13pt; font-weight:bold;} +.YELLOW_FORM_BOLD {color:#7C4D2A; font-size:13pt; font-weight:bold;} /****************************** Placing of objects ***************************/ .LEFT_TOP {text-align:left; vertical-align:top;} @@ -886,32 +886,32 @@ a:hover img.CENTRE_PHOTO_SHOW #crs_info { margin:0; - padding:0 15px; + padding:0 12px; color:inherit; } #crs_info table { - border: 1px solid grey; + border:1px solid grey; } #crs_info th { border:1px solid grey; background-color:#F0F0F0; - padding:7px; + padding:6px; } #crs_info td { border:1px solid grey; - padding:7px; + padding:6px; } /************************ Help for the text editor ***************************/ .HELP_EDIT { - margin:12px; + margin:10px; text-align:center; color:#808080; - font-size:12pt; + font-size:10pt; } /*********************************** Lists ***********************************/ @@ -934,176 +934,176 @@ a:hover img.CENTRE_PHOTO_SHOW /*****************************************************************************/ -.FILENAME {color:#404040; font-size:21pt; font-weight:bold;} +.FILENAME {color:#404040; font-size:18pt; font-weight:bold;} -.BROWSER_TITLE {color:#94745C; font-size:16pt; font-weight:bold;} -.BROWSER_TITLE_LIGHT {color:#D5C6BB; font-size:16pt; font-weight:bold;} -.BROWSER_SUBTITLE {color:#94745C; font-size:15pt;} +.BROWSER_TITLE {color:#94745C; font-size:13pt; font-weight:bold;} +.BROWSER_TITLE_LIGHT {color:#D5C6BB; font-size:13pt; font-weight:bold;} +.BROWSER_SUBTITLE {color:#94745C; font-size:12pt;} -.T1 {color:#404040; font-size:18pt;} -.T2 {color:#404040; font-size:16pt;} -.T3 {color:#404040; font-size:15pt;} +.T1 {color:#404040; font-size:15pt;} +.T2 {color:#404040; font-size:13pt;} +.T3 {color:#404040; font-size:12pt;} -.LST {color:#404040; font-size:13pt; white-space:nowrap;} -.LST_HID {color:#A0A0A0; font-size:13pt; white-space:nowrap;} -.LST_REC {color:#008000; font-size:13pt; white-space:nowrap;} -.LST_REC_HID {color:#89BE87; font-size:13pt; white-space:nowrap;} -.LST_EDIT {color:#404040; font-weight:bold; font-size:13pt; height:24px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} -.LST_EDIT_HID {color:#A0A0A0; font-weight:bold; font-size:13pt; height:24px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} -.LST_EDIT_REC {color:#008000; font-weight:bold; font-size:13pt; height:24px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} -.LST_EDIT_REC_HID {color:#89BE87; font-weight:bold; font-size:13pt; height:24px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} +.LST {color:#404040; font-size:11pt; white-space:nowrap;} +.LST_HID {color:#A0A0A0; font-size:11pt; white-space:nowrap;} +.LST_REC {color:#008000; font-size:11pt; white-space:nowrap;} +.LST_REC_HID {color:#89BE87; font-size:11pt; white-space:nowrap;} +.LST_EDIT {color:#404040; font-weight:bold; font-size:11pt; height:20px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} +.LST_EDIT_HID {color:#A0A0A0; font-weight:bold; font-size:11pt; height:20px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} +.LST_EDIT_REC {color:#008000; font-weight:bold; font-size:11pt; height:20px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} +.LST_EDIT_REC_HID {color:#89BE87; font-weight:bold; font-size:11pt; height:20px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} -.USR_ID {color:#404040; font-size:21pt; font-weight:bold;} +.USR_ID {color:#404040; font-size:18pt; font-weight:bold;} -.DAT {color:#707070; font-size:16pt;} -.DAT_GREEN {color:#008000; font-size:16pt;} -.DAT_LIGHT {color:#A0A0A0; font-size:16pt;} -.DAT_NOBR {color:#707070; font-size:16pt; white-space:nowrap;} -.DAT_N {color:#404040; font-size:16pt;} -.DAT_NOBR_N {color:#404040; font-size:16pt; white-space:nowrap;} +.DAT {color:#707070; font-size:13pt;} +.DAT_GREEN {color:#008000; font-size:13pt;} +.DAT_LIGHT {color:#A0A0A0; font-size:13pt;} +.DAT_NOBR {color:#707070; font-size:13pt; white-space:nowrap;} +.DAT_N {color:#404040; font-size:13pt;} +.DAT_NOBR_N {color:#404040; font-size:13pt; white-space:nowrap;} /*********************** Line in top part of a table row *********************/ .DAT_N_LINE_TOP { color:#404040; - font-size:16pt; + font-size:13pt; border-style:solid none none none; border-width:1px; } -.DAT_SMALL {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:15pt;} -.DAT_SMALL_LIGHT {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#A0A0A0; font-size:15pt;} -.DAT_SMALL_NOBR {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:15pt; white-space:nowrap;} -.DAT_SMALL_N {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#404040; font-size:15pt;} -.DAT_SMALL_NOBR_N {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#404040; font-size:15pt; white-space:nowrap;} +.DAT_SMALL {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:12pt;} +.DAT_SMALL_LIGHT {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#A0A0A0; font-size:12pt;} +.DAT_SMALL_NOBR {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:12pt; white-space:nowrap;} +.DAT_SMALL_N {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#404040; font-size:12pt;} +.DAT_SMALL_NOBR_N {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#404040; font-size:12pt; white-space:nowrap;} -.DAT_SMALL_GREY {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:15pt;} -.DAT_SMALL_RED {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#FF0000; font-size:15pt;} -.DAT_SMALL_GREEN {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#008000; font-size:15pt;} -.DAT_SMALL_BLUE {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#0080FF; font-size:15pt;} -.DAT_SMALL_YELLOW {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#C0C000; font-size:15pt;} +.DAT_SMALL_GREY {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:12pt;} +.DAT_SMALL_RED {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#FF0000; font-size:12pt;} +.DAT_SMALL_GREEN {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#008000; font-size:12pt;} +.DAT_SMALL_BLUE {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#0080FF; font-size:12pt;} +.DAT_SMALL_YELLOW {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#C0C000; font-size:12pt;} -.HEAD_REC {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#808080; font-size:15pt;} -.HEAD_REC_SMALL {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#808080; font-size:13pt;} -.REC_NAME {color:#808080; font-size:24pt; font-weight:bold;} -.REC_NICK {color:#808080; font-size:18pt; font-weight:bold;} -.DAT_REC {color:#404040; font-size:13pt; line-height:110%;} -.DAT_REC_SMALL {color:#808080; font-size:13pt; line-height:110%;} -.DAT_REC_SMALL_BOLD {color:#202020; font-size:13pt; line-height:110%;} -.MSJ_AVISO {color:#632921; font-size:15pt;} -.TIT_TBL {color:#4D88A1; font-size:15pt; font-weight:bold;} -.TIT_CLASSPHOTO {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#606060; font-size:16pt;} -.CLASSPHOTO {color:#606060; font-size:12pt; line-height:100%; white-space:nowrap;} +.HEAD_REC {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#808080; font-size:12pt;} +.HEAD_REC_SMALL {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#808080; font-size:11pt;} +.REC_NAME {color:#808080; font-size:20pt; font-weight:bold;} +.REC_NICK {color:#808080; font-size:15pt; font-weight:bold;} +.DAT_REC {color:#404040; font-size:11pt; line-height:110%;} +.DAT_REC_SMALL {color:#808080; font-size:11pt; line-height:110%;} +.DAT_REC_SMALL_BOLD {color:#202020; font-size:11pt; line-height:110%;} +.MSJ_AVISO {color:#632921; font-size:12pt;} +.TIT_TBL {color:#4D88A1; font-size:12pt; font-weight:bold;} +.TIT_CLASSPHOTO {font-family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#606060; font-size:13pt;} +.CLASSPHOTO {color:#606060; font-size:10pt; line-height:100%; white-space:nowrap;} -.GRP_TITLE {color:#4D88A1; font-size:18pt; font-weight:bold;} +.GRP_TITLE {color:#4D88A1; font-size:15pt; font-weight:bold;} -.ASG_TITLE {color:#4D88A1; font-size:18pt; font-weight:bold;} -.ASG_TITLE_LIGHT {color:#AFC4CC; font-size:18pt; font-weight:bold;} -.ASG_GRP {color:#4D88A1; font-size:15pt;} -.ASG_GRP_LIGHT {color:#AFC4CC; font-size:15pt;} -.DATE_GREEN {color:#008000; font-size:16pt;} -.DATE_GREEN_LIGHT {color:#89BE87; font-size:16pt;} -.DATE_RED {color:#FF0000; font-size:16pt;} -.DATE_RED_LIGHT {color:#F98A8A; font-size:16pt;} +.ASG_TITLE {color:#4D88A1; font-size:15pt; font-weight:bold;} +.ASG_TITLE_LIGHT {color:#AFC4CC; font-size:15pt; font-weight:bold;} +.ASG_GRP {color:#4D88A1; font-size:12pt;} +.ASG_GRP_LIGHT {color:#AFC4CC; font-size:12pt;} +.DATE_GREEN {color:#008000; font-size:13pt;} +.DATE_GREEN_LIGHT {color:#89BE87; font-size:13pt;} +.DATE_RED {color:#FF0000; font-size:13pt;} +.DATE_RED_LIGHT {color:#F98A8A; font-size:13pt;} -.ASG_LST_DATE_GREEN {color:#008000; font-size:13pt; white-space:nowrap;} -.ASG_LST_DATE_RED {color:#FF0000; font-size:13pt; white-space:nowrap;} +.ASG_LST_DATE_GREEN {color:#008000; font-size:11pt; white-space:nowrap;} +.ASG_LST_DATE_RED {color:#FF0000; font-size:11pt; white-space:nowrap;} -.STATUS_GREEN {color:#008000; font-size:15pt;} -.STATUS_GREEN_LIGHT {color:#89BE87; font-size:15pt;} -.STATUS_RED {color:#FF0000; font-size:15pt;} -.STATUS_RED_LIGHT {color:#F98A8A; font-size:15pt;} +.STATUS_GREEN {color:#008000; font-size:12pt;} +.STATUS_GREEN_LIGHT {color:#89BE87; font-size:12pt;} +.STATUS_RED {color:#FF0000; font-size:12pt;} +.STATUS_RED_LIGHT {color:#F98A8A; font-size:12pt;} /********************************** Tests ************************************/ -.ANS {color:#404040; font-size:16pt; font-weight:bold;} -.ANS_OK {color:#008000; font-size:16pt; font-weight:bold;} -.ANS_BAD {color:#FF0000; font-size:16pt; font-weight:bold;} -.TST_TIT {color:#404040; font-size:21pt;} -.TEST {color:#404040; font-size:15pt;} -.TEST_EXA {color:#404040; font-size:15pt;} -.TEST_EXA_LIGHT {color:#A0A0A0; font-size:15pt;} -.TEST_EDI {color:#404040; font-size:15pt;} -.TEST_EDI_LIGHT {color:#A0A0A0; font-size:15pt;} +.ANS {color:#404040; font-size:13pt; font-weight:bold;} +.ANS_OK {color:#008000; font-size:13pt; font-weight:bold;} +.ANS_BAD {color:#FF0000; font-size:13pt; font-weight:bold;} +.TST_TIT {color:#404040; font-size:28pt;} +.TEST {color:#404040; font-size:12pt;} +.TEST_EXA {color:#404040; font-size:12pt;} +.TEST_EXA_LIGHT {color:#A0A0A0; font-size:12pt;} +.TEST_EDI {color:#404040; font-size:12pt;} +.TEST_EDI_LIGHT {color:#A0A0A0; font-size:12pt;} -.HOR {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#345C6C; font-size:12pt; line-height:110%; letter-spacing:0;} +.HOR {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#345C6C; font-size:10pt; line-height:110%; letter-spacing:0;} .FREE0 {background-color:#F4F2EA; border:solid 1px; border-color:#F4F2EA #E0D9C2 #EEEADC #F4F2EA;} .FREE1 {background-color:#F4F2EA; border:solid 1px; border-color:#F4F2EA #E0D9C2 #E0D9C2 #F4F2EA;} .FREE2 {background-color:#FBFAF7; border:solid 1px; border-color:#FBFAF7 #E0D9C2 #F5F2E9 #FBFAF7;} .FREE3 {background-color:#FBFAF7; border:solid 1px; border-color:#FBFAF7 #E0D9C2 #E0D9C2 #FBFAF7;} -.THEO {background-color:#C0DAE4; border:solid 3px; border-color:#C9E3ED #B5CFD9 #B5CFD9 #C9E3ED;} -.PRAC {background-color:#DBE5E9; border:solid 3px; border-color:#E4EEF2 #D0DADE #D0DADE #E4EEF2;} -.TUTO {background-color:#D6E9C3; border:solid 3px; border-color:#DFEEE0 #CAE3B1 #CAE3B1 #DFEEE0;} +.THEO {background-color:#C0DAE4; border:solid 2px; border-color:#C9E3ED #B5CFD9 #B5CFD9 #C9E3ED;} +.PRAC {background-color:#DBE5E9; border:solid 2px; border-color:#E4EEF2 #D0DADE #D0DADE #E4EEF2;} +.TUTO {background-color:#D6E9C3; border:solid 2px; border-color:#DFEEE0 #CAE3B1 #CAE3B1 #DFEEE0;} .USR_LIST_TYPE_OFF {border:solid 1px; border-color:white;} .USR_LIST_TYPE_ON {border:solid 1px; border-color:#50B800;} -.LAYOUT_OFF {height:48px; text-align:center; vertical-align:middle; border:solid 1px; border-color:white; background-color:white;} -.LAYOUT_ON {height:48px; text-align:center; vertical-align:middle; border:solid 1px; border-color:#C0DAE4; background-color:#DDECF1;} +.LAYOUT_OFF {height:40px; text-align:center; vertical-align:middle; border:solid 1px; border-color:white; background-color:white;} +.LAYOUT_ON {height:40px; text-align:center; vertical-align:middle; border:solid 1px; border-color:#C0DAE4; background-color:#DDECF1;} -.LOG {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#606060; font-size:13pt;} -.LOG_R {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#FF0000; font-size:13pt;} +.LOG {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#606060; font-size:11pt;} +.LOG_R {font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#FF0000; font-size:11pt;} -.MSG_TXT {font-family:"Courier New","DejaVu LGC Sans Mono","Bitstream Vera Sans Mono",monospace; color:#404040; font-size:15pt;} +.MSG_TXT {font-family:"Courier New","DejaVu LGC Sans Mono","Bitstream Vera Sans Mono",monospace; color:#404040; font-size:12pt;} -.MSG_TIT {color:#4D88A1; font-size:15pt;} -.MSG_TIT_NEW {color:#4D88A1; font-size:15pt; font-weight:bold;} -.MSG_TIT_REM {color:#AFC4CC; font-size:15pt;} +.MSG_TIT {color:#4D88A1; font-size:12pt;} +.MSG_TIT_NEW {color:#4D88A1; font-size:12pt; font-weight:bold;} +.MSG_TIT_REM {color:#AFC4CC; font-size:12pt;} .MSG_TIT_BG { - background:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); + background-image:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); background-repeat:no-repeat; color:#4D88A1; - font-size:15pt; + font-size:12pt; } .MSG_TIT_BG_NEW { - background:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); + background-image:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); background-repeat:no-repeat; color:#4D88A1; - font-size:15pt; + font-size:12pt; font-weight:bold; } .MSG_TIT_BG_REM { - background:linear-gradient(#f3fcff 0,#f3fcff 80%,white 100%); + background-image:linear-gradient(#f3fcff 0,#f3fcff 80%,white 100%); background-repeat:no-repeat; color:#AFC4CC; - font-size:15pt; + font-size:12pt; } -.MSG_AUT {color:#4D88A1; font-size:13pt;} -.MSG_AUT_LIGHT {color:#AFC4CC; font-size:13pt;} -.MSG_AUT_NEW {color:#4D88A1; font-size:13pt; font-weight:bold;} +.MSG_AUT {color:#4D88A1; font-size:11pt;} +.MSG_AUT_LIGHT {color:#AFC4CC; font-size:11pt;} +.MSG_AUT_NEW {color:#4D88A1; font-size:11pt; font-weight:bold;} .MSG_AUT_BG { - background:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); + background-image:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); background-repeat:no-repeat; color:#4D88A1; - font-size:13pt; + font-size:11pt; } .MSG_AUT_BG_NEW { - background:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); + background-image:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); background-repeat:no-repeat; color:#4D88A1; - font-size:13pt; + font-size:11pt; font-weight:bold; } .MSG_AUT_BG_REM { - background:linear-gradient(#f3fcff 0,#f3fcff 80%,white 100%); + background-image:linear-gradient(#f3fcff 0,#f3fcff 80%,white 100%); background-repeat:no-repeat; color:#AFC4CC; - font-size:13pt; + font-size:11pt; } -.MSG_DATE {color:#4D88A1; font-size:13pt;} -.MSG_DATE_NEW {color:#4D88A1; font-size:13pt; font-weight:bold;} -.BT {width:24px; text-align:left; vertical-align:top;} -.BT0 {width:24px; text-align:left; vertical-align:top; background-color:#F4F2EA;} -.BT1 {width:24px; text-align:left; vertical-align:top; background-color:#FBFAF7;} -.BM {width:24px; text-align:left; vertical-align:middle;} -.BM_SEL {width:24px; text-align:left; vertical-align:middle; background-color:#C0FF40;} -.BM0 {width:24px; text-align:left; vertical-align:middle; background-color:#F4F2EA;} -.BM1 {width:24px; text-align:left; vertical-align:middle; background-color:#FBFAF7;} +.MSG_DATE {color:#4D88A1; font-size:11pt;} +.MSG_DATE_NEW {color:#4D88A1; font-size:11pt; font-weight:bold;} +.BT {width:20px; text-align:left; vertical-align:top;} +.BT0 {width:20px; text-align:left; vertical-align:top; background-color:#F4F2EA;} +.BT1 {width:20px; text-align:left; vertical-align:top; background-color:#FBFAF7;} +.BM {width:20px; text-align:left; vertical-align:middle;} +.BM_SEL {width:20px; text-align:left; vertical-align:middle; background-color:#C0FF40;} +.BM0 {width:20px; text-align:left; vertical-align:middle; background-color:#F4F2EA;} +.BM1 {width:20px; text-align:left; vertical-align:middle; background-color:#FBFAF7;} /***************************** Calls for exams *******************************/ .CONV_TIT @@ -1111,21 +1111,21 @@ a:hover img.CENTRE_PHOTO_SHOW font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#404040; font-weight:bold; - font-size:21pt; + font-size:18pt; } .CONV_TIT_IMPR { font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#202020; font-weight:bold; - font-size:21pt; + font-size:18pt; } .CONV_NEG { font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#404040; font-weight:bold; - font-size:16pt; + font-size:13pt; white-space:nowrap; } .CONV_NEG_IMPR @@ -1133,7 +1133,7 @@ a:hover img.CENTRE_PHOTO_SHOW font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#202020; font-weight:bold; - font-size:16pt; + font-size:13pt; white-space:nowrap; text-align:right; } @@ -1141,38 +1141,38 @@ a:hover img.CENTRE_PHOTO_SHOW { font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#404040; - font-size:16pt; + font-size:13pt; } .CONV_IMPR { font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#202020; - font-size:16pt; + font-size:13pt; } /***************************** Public user's profile *************************/ .FOLLOW { color:#C0C0C0; - font-size:36pt; + font-size:30pt; font-weight:bold; } .FOLLOW_B { color:#404040; - font-size:36pt; + font-size:30pt; font-weight:bold; } .PRF_ICON_CONTAINER { - width:30px; + width:25px; } .PRF_ICON { margin:auto; display:block; - width:24px; - height:24px; + width:20px; + height:20px; opacity:0.33; } .PRF_FIG @@ -1181,8 +1181,8 @@ a:hover img.CENTRE_PHOTO_SHOW vertical-align:middle; } -.CON {color:#B8D070; font-size:13pt; line-height:110%; white-space:nowrap;} -.CON_CRS {color:#398000; font-size:13pt; line-height:110%; white-space:nowrap;} +.CON {color:#B8D070; font-size:11pt; line-height:110%; white-space:nowrap;} +.CON_CRS {color:#398000; font-size:11pt; line-height:110%; white-space:nowrap;} /*************************** Indicators about courses ************************/ .INDICATORS td,.INDICATORS th @@ -1194,7 +1194,7 @@ a:hover img.CENTRE_PHOTO_SHOW .INDICATORS th { color:#4D88A1; - font-size:15pt; + font-size:12pt; font-weight:bold; } @@ -1202,7 +1202,7 @@ a:hover img.CENTRE_PHOTO_SHOW .FORM_ACCOUNT { display:inline-block; - min-width:375px; + min-width:312px; } /********************************** Page foot ********************************/ @@ -1238,5 +1238,5 @@ a:hover img.CENTRE_PHOTO_SHOW { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; color:#A0A0A0; - font-size:12pt; + font-size:10pt; } diff --git a/css/swad_mobile.css b/css/swad_mobile.css index 308fbd7e..68aa0bb3 100644 --- a/css/swad_mobile.css +++ b/css/swad_mobile.css @@ -31,11 +31,11 @@ body margin:0; background-color:white; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; - font-size:1.5em; + font-size:1.25em; } -input {font-size:24pt; vertical-align:middle;} -select {font-size:24pt;} -textarea {font-size:24pt;} +input {font-size:20pt; vertical-align:middle;} +select {font-size:20pt;} +textarea {font-size:20pt;} table { border-width:0; @@ -46,7 +46,7 @@ table th { padding:0; color:#4D88A1; - font-size:21pt; + font-size:18pt; font-weight:bold; } table td @@ -57,20 +57,20 @@ img {border-width:0; border-style:none;} form {margin:0; display:inline;} /********************************** Background *******************************/ -.WHITE_BACKGROUND {background:linear-gradient(black 0,black 72px,white 72px,#cfcfce 72px,white 112px,white 100%); background-repeat:no-repeat;} -.GREY_BACKGROUND {background:linear-gradient(#383838 0,#404040 48px,#404040 212px,white 212px,white 100%); background-repeat:no-repeat;} -.BLUE_BACKGROUND {background:linear-gradient(#5fa5df 0,#4f90c8 48px,#4f90c8 212px,white 212px,white 100%); background-repeat:no-repeat;} -.YELLOW_BACKGROUND {background:linear-gradient(#201420 0,#201420 212px,white 212px,white 100%); background-repeat:no-repeat;} +.WHITE_BACKGROUND {background-image:linear-gradient(black 0,black 60px,white 60px,#cfcfce 60px,white 94px,white 100%); background-repeat:no-repeat;} +.GREY_BACKGROUND {background-image:linear-gradient(#383838 0,#404040 40px,#404040 176px,white 176px,white 100%); background-repeat:no-repeat;} +.BLUE_BACKGROUND {background-image:linear-gradient(#5fa5df 0,#4f90c8 40px,#4f90c8 176px,white 176px,white 100%); background-repeat:no-repeat;} +.YELLOW_BACKGROUND {background-image:linear-gradient(#201420 0,#201420 176px,white 176px,white 100%); background-repeat:no-repeat;} .WHITE_HEAD_ROW_1 {background-color:black;} -.GREY_HEAD_ROW_1 {background:linear-gradient(#383838 0,#383838 48px,#404040 100%); background-repeat:no-repeat;} -.BLUE_HEAD_ROW_1 {background:linear-gradient(#5fa5df 0,#4f90c8 48px,#4f90c8 100%); background-repeat:no-repeat;} +.GREY_HEAD_ROW_1 {background-image:linear-gradient(#383838 0,#383838 40px,#404040 100%); background-repeat:no-repeat;} +.BLUE_HEAD_ROW_1 {background-image:linear-gradient(#5fa5df 0,#4f90c8 40px,#4f90c8 100%); background-repeat:no-repeat;} .YELLOW_HEAD_ROW_1 {background-color:#201420;} /************* Institution / Centre / Degree logo in top title ***************/ .TOP_LOGO { - margin-right:12px; + margin-right:10px; text-align:left; vertical-align:top !important; } @@ -82,10 +82,10 @@ form {margin:0; display:inline;} border-style:solid; border-width:1px; border-color:#398000; - padding:6px; - border-radius:6px; + padding:5px; + border-radius:5px; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:14pt; + font-size:12pt; color:#398000; overflow:hidden; } @@ -93,21 +93,21 @@ form {margin:0; display:inline;} /*********************************** Month ***********************************/ .MONTH_CONTAINER { - width:165px; + width:138px; margin:0; - padding:6px; + padding:5px; border-style:solid; border-width:1px; border-color:#8CBCCE; - border-radius:6px; + border-radius:5px; text-align:center; overflow:hidden; } .MONTH_TABLE_DAYS { - width:165px; - margin-top:3px; - padding-top:3px; + width:138px; + margin-top:2px; + padding-top:2px; border-style:solid; border-width:1px 0 0 0; border-color:#DDECF1; @@ -115,55 +115,55 @@ form {margin:0; display:inline;} .MONTH { color:#4D88A1; - font-size:12pt; + font-size:10pt; white-space:nowrap; } .DAY_WRK_HEAD { color:#4D88A1; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_NO_WRK_HEAD { color:#FF0000; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_WRK { color:#202020; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_NO_WORK { color:#C04080; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_HLD { color:#FF0000; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_WRK_LIGHT { color:#E0E0E0; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_NO_WORK_LIGHT { color:#FFE0FF; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY_HLD_LIGHT { color:#FFE0E0; - font-size:12pt; + font-size:10pt; text-align:center; } .DAY @@ -212,41 +212,41 @@ form {margin:0; display:inline;} .BT_SUBMIT { color:white; - font-size:24px; + font-size:20px; font-weight:bold; line-height:normal; - margin:12px; - padding:12px 24px; - border-radius:6px; + margin:10px; + padding:10px 20px; + border-radius:5px; box-shadow:0 1px 0 rgba(255,255,255,0.15) inset; } .BT_SUBMIT_INLINE { color:white; - font-size:18px; + font-size:15px; font-weight:bold; line-height:normal; - margin:0 6px; - padding:6px 12px; - border-radius:6px; + margin:0 5px; + padding:5px 10px; + border-radius:5px; box-shadow:0 1px 0 rgba(255,255,255,0.15) inset; } .BT_SUBMIT:hover { - background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)); + background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)); } .BT_SUBMIT_INLINE:hover { - background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)); + background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2)); } /********************************** Notice ***********************************/ .NOTICE_CONTAINER { - margin:12px auto; - padding:12px; - background:linear-gradient(#EED86C 0%,#FEED95 15%,#FAF098 100%); - box-shadow:0 9px 12px -6px rgba(125,113,0,0.8); + margin:10px auto; + padding:10px; + background-image:linear-gradient(#EED86C 0%,#FEED95 15%,#FAF098 100%); + box-shadow:0 8px 10px -5px rgba(125,113,0,0.8); text-align:center; overflow:hidden; } @@ -254,14 +254,14 @@ form {margin:0; display:inline;} { float:right; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:15pt; + font-size:12pt; color:#404040; overflow:hidden; } .NOTICE_SUBJECT { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:18pt; + font-size:15pt; font-weight:bold; color:#404040; text-align:center; @@ -272,7 +272,7 @@ form {margin:0; display:inline;} { clear:both; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:15pt; + font-size:12pt; color:#000080; overflow:hidden; } @@ -280,22 +280,22 @@ form {margin:0; display:inline;} { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; color:#404040; - font-size:15pt; + font-size:12pt; overflow:hidden; } /**************************** Institutional links ****************************/ #institutional_links { - width:165px; + width:138px; margin:0; border-style:solid; border-width:1px; border-color:#4D88A1; - padding:6px; - border-radius:6px; + padding:5px; + border-radius:5px; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:13pt; + font-size:11pt; color:#4D88A1; overflow:hidden; } @@ -303,23 +303,23 @@ form {margin:0; display:inline;} { padding:1px; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:13pt; + font-size:11pt; color:#4D88A1; } /***************************** Tabs and main zone ****************************/ #tabs_container { - height:84px; + height:70px; margin:0 auto; } .TAB_ON { - height:93px; + height:78px; margin:0; - padding:0 30px; - border-radius:12px 15px 0 0; - box-shadow:inset -3px -3px 1px 0 rgba(50,50,50,0.2); + padding:0 25px; + border-radius:10px 12px 0 0; + box-shadow:inset -2px -2px 1px 0 rgba(50,50,50,0.2); text-align:center; vertical-align:middle; overflow:hidden; @@ -327,13 +327,13 @@ form {margin:0; display:inline;} } #CENTRAL_ZONE { - min-width:1110px; - min-height:1110px; + min-width:925px; + min-height:925px; width:100%; - margin:-9px 0 0 0; - padding:12px 0; - border-radius:12px; - box-shadow:inset -3px -3px 1px 0 rgba(50,50,50,0.2); + margin:-8px 0 0 0; + padding:10px 0; + border-radius:10px; + box-shadow:inset -2px -2px 1px 0 rgba(50,50,50,0.2); text-align:center; vertical-align:top; overflow:hidden; @@ -344,15 +344,15 @@ form {margin:0; display:inline;} /********************************** Alerts ***********************************/ .ALERT { - margin:6px auto; + margin:5px auto; background-color:#FFF9E0; background-repeat:no-repeat; - background-position:15px 15px; - padding:15px 15px 15px 54px; - border-radius:12px; - box-shadow:1px 1px 4px #CCC7B4; + background-position:12px 12px; + padding:12px 12px 12px 45px; + border-radius:10px; + box-shadow:1px 1px 3px #CCC7B4; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:24pt; + font-size:20pt; color:#632921; text-align:justify; overflow:hidden; @@ -360,51 +360,51 @@ form {margin:0; display:inline;} } /*********************************** Icons ***********************************/ -.ICON16x16 {width:24px; height:24px; vertical-align:middle;} -.ICON16x16B {width:24px; height:24px; vertical-align:middle; display:block;} -.ICON20x20 {width:30px; height:30px; vertical-align:middle;} -.ICON32x32 {width:48px; height:48px; vertical-align:middle;} -.ICON32x32B {width:48px; height:48px; vertical-align:middle; display:block;} -.ICON48x48 {width:72px; height:72px; vertical-align:middle;} -.ICON64x64 {width:96px; height:96px; vertical-align:middle;} -.ICON128x128 {width:192px; height:192px; vertical-align:middle;} -.BANNER {width:180px; height:60px;} -.BANNER_SMALL {width:90px; height:30px;} +.ICON16x16 {width:20px; height:20px; vertical-align:middle;} +.ICON16x16B {width:20px; height:20px; vertical-align:middle; display:block;} +.ICON20x20 {width:25px; height:25px; vertical-align:middle;} +.ICON32x32 {width:40px; height:40px; vertical-align:middle;} +.ICON32x32B {width:40px; height:40px; vertical-align:middle; display:block;} +.ICON48x48 {width:60px; height:60px; vertical-align:middle;} +.ICON64x64 {width:80px; height:80px; vertical-align:middle;} +.ICON128x128 {width:160px; height:160px; vertical-align:middle;} +.BANNER {width:150px; height:50px;} +.BANNER_SMALL {width:75px; height:25px;} /****** Contextual links with small icons and text to go to some action ******/ .CONTEXT_MENU { - margin-bottom:15px; + margin-bottom:12px; text-align:center; } .CONTEXT_OPT { display:inline; - margin:0 7px; + margin:0 6px; } /********************************* Frame 10 **********************************/ .FRAME10 { - margin:6px 0; - padding:15px; + margin:5px 0; + padding:12px; background-color:white; - border-radius:12px; - box-shadow:1px 1px 4px #CCC; + border-radius:10px; + box-shadow:1px 1px 3px #CCC; text-align:center; overflow:hidden; display:inline-block; } .FRAME10_SHADOW { - margin:6px 0 21px 0; - padding:15px; + margin:5px 0 18px 0; + padding:12px; background-color:rgba(255,255,255,0.95); border-width:1px; border-style:solid; border-color:#C0C0C0; - border-radius:12px; - box-shadow:3px 6px 18px #888; + border-radius:10px; + box-shadow:2px 5px 15px #888; text-align:center; overflow:hidden; display:inline-block; @@ -415,25 +415,25 @@ form {margin:0; display:inline;} } .TIT_TBL_10 { - margin:15px; + margin:12px; color:#808080; - font-size:30pt; + font-size:25pt; font-weight:bold; } .CELLS_PAD_1 th {padding:1px;} .CELLS_PAD_1 td {padding:1px;} -.CELLS_PAD_2 th {padding:3px;} -.CELLS_PAD_2 td {padding:3px;} -.CELLS_PAD_4 th {padding:6px;} -.CELLS_PAD_4 td {padding:6px;} -.CELLS_PAD_8 th {padding:12px;} -.CELLS_PAD_8 td {padding:12px;} +.CELLS_PAD_2 th {padding:2px;} +.CELLS_PAD_2 td {padding:2px;} +.CELLS_PAD_4 th {padding:5px;} +.CELLS_PAD_4 td {padding:5px;} +.CELLS_PAD_8 th {padding:10px;} +.CELLS_PAD_8 td {padding:10px;} /*********************************** Title ***********************************/ .TIT { - margin:24px auto 0 auto; + margin:20px auto 0 auto; font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:24pt; + font-size:20pt; font-weight:bold; color:#94745C; text-align:center; @@ -443,7 +443,7 @@ form {margin:0; display:inline;} .TITLE_LOCATION { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; - font-size:30pt; + font-size:25pt; font-weight:bold; color:#808080; text-align:center; @@ -452,43 +452,43 @@ form {margin:0; display:inline;} /******************************* Map of country ******************************/ .COUNTRY_MAP_TITLE { - width:48px; height:48px; - margin-right:12px; + width:40px; height:40px; + margin-right:10px; vertical-align:top; } .COUNTRY_MAP_SMALL { - width:75px; height:75px; + width:62px; height:62px; } .COUNTRY_MAP_SHOW { - width:375px; height:375px; - margin:12px; + width:312px; height:312px; + margin:10px; } .COUNTRY_MAP_PRINT { - width:750px; height:750px; - margin:15px; + width:625px; height:625px; + margin:12px; } /****************************** Photo of centre ******************************/ .CENTRE_PHOTO_SHOW { - width:576px; height:384px; - padding:7px; margin:12px; + width:480px; height:320px; + padding:6px; margin:10px; border:solid 1px #EEE; } a:hover img.CENTRE_PHOTO_SHOW { border:solid 1px #CCC; - box-shadow:1px 1px 7px #999; + box-shadow:1px 1px 6px #999; } .CENTRE_PHOTO_PRINT { - width:864px; height:576px; - padding:12px; margin:15px; + width:720px; height:480px; + padding:10px; margin:12px; border:solid 1px #EEE; - box-shadow:1px 1px 7px #999; + box-shadow:1px 1px 6px #999; } /**************** Attribution (author and license) of images *****************/ @@ -496,89 +496,89 @@ a:hover img.CENTRE_PHOTO_SHOW { font-family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#A0A0A0; - font-size:10pt; - max-width:600px; + font-size:8pt; + max-width:500px; text-align:center; } /******************************* User's photo ********************************/ -.PHOTO12x16 {width: 18px; height: 24px; vertical-align:middle; border-radius:3px;} -.PHOTO12x16B {width: 18px; height: 24px; vertical-align:middle; border-radius:3px; display:block;} -.PHOTO15x20 {width: 22px; height: 30px; vertical-align:middle; border-radius:3px;} -.PHOTO18x24 {width: 27px; height: 36px; vertical-align:middle; border-radius:3px;} -.PHOTO24x32 {width: 36px; height: 48px; vertical-align:middle; border-radius:4px;} -.PHOTO36x48 {width: 54px; height: 72px; vertical-align:middle; border-radius:6px;} -.PHOTO75x100 {width:112px; height:150px; vertical-align:middle; border-radius:7px;} -.PHOTO150x200 {width:225px; height:300px; vertical-align:middle; border-radius:12px;} +.PHOTO12x16 {width: 15px; height: 24px; vertical-align:middle; border-radius:2px;} +.PHOTO12x16B {width: 15px; height: 24px; vertical-align:middle; border-radius:2px; display:block;} +.PHOTO15x20 {width: 18px; height: 25px; vertical-align:middle; border-radius:2px;} +.PHOTO18x24 {width: 21px; height: 28px; vertical-align:middle; border-radius:2px;} +.PHOTO24x32 {width: 30px; height: 40px; vertical-align:middle; border-radius:3px;} +.PHOTO36x48 {width: 45px; height: 60px; vertical-align:middle; border-radius:5px;} +.PHOTO75x100 {width: 93px; height:124px; vertical-align:middle; border-radius:6px;} +.PHOTO150x200 {width:186px; height:248px; vertical-align:middle; border-radius:10px;} .IMG_USR { - width:225px; - height:300px; - border-radius:7px; + width:186px; + height:248px; + border-radius:6px; } .ZOOM { position:absolute; z-index:1000; - left:-243px; - top:-450px; - padding:7px; + left:-203px; + top:-375px; + padding:6px; background-color:rgba(255,255,255,0.8); border-width:1px; border-style:solid; border-color:#C0C0C0; - border-radius:12px; - box-shadow:3px 6px 18px #888; + border-radius:10px; + box-shadow:2px 5px 15px #888; } .ZOOM_TXT { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; color:#202020; - font-size:15pt; + font-size:12pt; } .NO_BR {white-space:nowrap;} .BG_MSG_BLUE { - background:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); + background-image:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); background-repeat:no-repeat; } .BG_MSG_GREEN { - background:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); + background-image:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); background-repeat:no-repeat; } -.WHITE_DEGREE {color:#707070; font-size:21pt; font-weight:bold; white-space:nowrap;} -.GREY_DEGREE {color:#FFB42E; font-size:21pt; font-weight:bold; white-space:nowrap;} -.BLUE_DEGREE {color:#FFE880; font-size:21pt; font-weight:bold; white-space:nowrap;} -.YELLOW_DEGREE {color:#FFC040; font-size:21pt; font-weight:bold; white-space:nowrap;} +.WHITE_DEGREE {color:#707070; font-size:18pt; font-weight:bold; white-space:nowrap;} +.GREY_DEGREE {color:#FFB42E; font-size:18pt; font-weight:bold; white-space:nowrap;} +.BLUE_DEGREE {color:#FFE880; font-size:18pt; font-weight:bold; white-space:nowrap;} +.YELLOW_DEGREE {color:#FFC040; font-size:18pt; font-weight:bold; white-space:nowrap;} -.WHITE_COURSE {color:#4D88A1; font-size:21pt; white-space:nowrap;} -.GREY_COURSE {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#F7F6F5; font-size:21pt; white-space:nowrap;} -.BLUE_COURSE {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:white; font-size:21pt; white-space:nowrap;} -.YELLOW_COURSE {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:white; font-size:21pt; white-space:nowrap;} +.WHITE_COURSE {color:#4D88A1; font-size:18pt; white-space:nowrap;} +.GREY_COURSE {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#F7F6F5; font-size:18pt; white-space:nowrap;} +.BLUE_COURSE {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:white; font-size:18pt; white-space:nowrap;} +.YELLOW_COURSE {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:white; font-size:18pt; white-space:nowrap;} -.WHITE_HEAD {color:#E0E0E0; font-size:24pt; white-space:nowrap;} -.GREY_HEAD {color:#E0E0E0; font-size:24pt; white-space:nowrap;} -.BLUE_HEAD {color:white; font-size:24pt; white-space:nowrap;} -.YELLOW_HEAD {color:#B3B0B3; font-size:24pt; white-space:nowrap;} +.WHITE_HEAD {color:#E0E0E0; font-size:20pt; white-space:nowrap;} +.GREY_HEAD {color:#E0E0E0; font-size:20pt; white-space:nowrap;} +.BLUE_HEAD {color:white; font-size:20pt; white-space:nowrap;} +.YELLOW_HEAD {color:#B3B0B3; font-size:20pt; white-space:nowrap;} -.WHITE_USR {color:#E0E0E0; font-size:24pt; font-weight:bold; white-space:nowrap;} -.GREY_USR {color:#E0E0E0; font-size:24pt; font-weight:bold; white-space:nowrap;} -.BLUE_USR {color:white; font-size:24pt; font-weight:bold; white-space:nowrap;} -.YELLOW_USR {color:#B3B0B3; font-size:24pt; font-weight:bold; white-space:nowrap;} +.WHITE_USR {color:#E0E0E0; font-size:20pt; font-weight:bold; white-space:nowrap;} +.GREY_USR {color:#E0E0E0; font-size:20pt; font-weight:bold; white-space:nowrap;} +.BLUE_USR {color:white; font-size:20pt; font-weight:bold; white-space:nowrap;} +.YELLOW_USR {color:#B3B0B3; font-size:20pt; font-weight:bold; white-space:nowrap;} -.WHITE_CONNECTED {color:#398000; font-size:15pt;} -.GREY_CONNECTED {color:#398000; font-size:15pt;} -.BLUE_CONNECTED {color:#398000; font-size:15pt;} -.YELLOW_CONNECTED {color:#398000; font-size:15pt;} +.WHITE_CONNECTED {color:#398000; font-size:12pt;} +.GREY_CONNECTED {color:#398000; font-size:12pt;} +.BLUE_CONNECTED {color:#398000; font-size:12pt;} +.YELLOW_CONNECTED {color:#398000; font-size:12pt;} -.WHITE_TITLE {color:#505050; font-size:24pt;} -.GREY_TITLE {color:#505050; font-size:24pt;} -.BLUE_TITLE {color:#4D88A1; font-size:24pt;} -.YELLOW_TITLE {color:#FF4301; font-size:24pt;} +.WHITE_TITLE {color:#505050; font-size:20pt;} +.GREY_TITLE {color:#505050; font-size:20pt;} +.BLUE_TITLE {color:#4D88A1; font-size:20pt;} +.YELLOW_TITLE {color:#FF4301; font-size:20pt;} /**************************** Icon highlighting ******************************/ .ICON_HIDDEN @@ -599,7 +599,7 @@ a:hover img.CENTRE_PHOTO_SHOW { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; color:#4D88A1; - font-size:30pt; + font-size:25pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -608,7 +608,7 @@ a:hover img.CENTRE_PHOTO_SHOW { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; color:#606060; - font-size:30pt; + font-size:25pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -617,7 +617,7 @@ a:hover img.CENTRE_PHOTO_SHOW { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; color:#4D88A1; - font-size:30pt; + font-size:25pt; font-weight:bold; line-height:100%; white-space:nowrap; @@ -626,38 +626,38 @@ a:hover img.CENTRE_PHOTO_SHOW { font-family:Arial,"Nimbus Sans L","DejaVu LGC Sans","Bitstream Vera Sans",sans-serif; color:#BD4815; - font-size:30pt; + font-size:25pt; font-weight:bold; line-height:100%; white-space:nowrap; } /********************************* Menu fonts ********************************/ -.WHITE_MENU_OFF {color:#707070; font-size:30pt; line-height:110%;} -.GREY_MENU_OFF {color:#707070; font-size:30pt; line-height:110%;} -.BLUE_MENU_OFF {color:#4D88A1; font-size:30pt; line-height:110%;} -.YELLOW_MENU_OFF {color:#FF4301; font-size:30pt; line-height:110%;} +.WHITE_MENU_OFF {color:#707070; font-size:25pt; line-height:110%;} +.GREY_MENU_OFF {color:#707070; font-size:25pt; line-height:110%;} +.BLUE_MENU_OFF {color:#4D88A1; font-size:25pt; line-height:110%;} +.YELLOW_MENU_OFF {color:#FF4301; font-size:25pt; line-height:110%;} -.WHITE_MENU_ON {color:#4D88A1; font-size:30pt; font-weight:bold; line-height:110%;} -.GREY_MENU_ON {color:#606060; font-size:30pt; font-weight:bold; line-height:110%;} -.BLUE_MENU_ON {color:#4D88A1; font-size:30pt; font-weight:bold; line-height:110%;} -.YELLOW_MENU_ON {color:#FF4301; font-size:30pt; font-weight:bold; line-height:110%;} +.WHITE_MENU_ON {color:#4D88A1; font-size:25pt; font-weight:bold; line-height:110%;} +.GREY_MENU_ON {color:#606060; font-size:25pt; font-weight:bold; line-height:110%;} +.BLUE_MENU_ON {color:#4D88A1; font-size:25pt; font-weight:bold; line-height:110%;} +.YELLOW_MENU_ON {color:#FF4301; font-size:25pt; font-weight:bold; line-height:110%;} /********************************* Form fonts ********************************/ -.WHITE_FORM {color:#4D88A1; font-size:24pt;} -.GREY_FORM {color:#4D88A1; font-size:24pt;} -.BLUE_FORM {color:#4D88A1; font-size:24pt;} -.YELLOW_FORM {color:#FF4301; font-size:24pt;} +.WHITE_FORM {color:#4D88A1; font-size:20pt;} +.GREY_FORM {color:#4D88A1; font-size:20pt;} +.BLUE_FORM {color:#4D88A1; font-size:20pt;} +.YELLOW_FORM {color:#FF4301; font-size:20pt;} -.WHITE_FORM_NOWRAP {color:#4D88A1; font-size:24pt; white-space:nowrap;} -.GREY_FORM_NOWRAP {color:#4D88A1; font-size:24pt; white-space:nowrap;} -.BLUE_FORM_NOWRAP {color:#4D88A1; font-size:24pt; white-space:nowrap;} -.YELLOW_FORM_NOWRAP {color:#FF4301; font-size:24pt; white-space:nowrap;} +.WHITE_FORM_NOWRAP {color:#4D88A1; font-size:20pt; white-space:nowrap;} +.GREY_FORM_NOWRAP {color:#4D88A1; font-size:20pt; white-space:nowrap;} +.BLUE_FORM_NOWRAP {color:#4D88A1; font-size:20pt; white-space:nowrap;} +.YELLOW_FORM_NOWRAP {color:#FF4301; font-size:20pt; white-space:nowrap;} -.WHITE_FORM_BOLD {color:#4D88A1; font-size:24pt; font-weight:bold;} -.GREY_FORM_BOLD {color:#4D88A1; font-size:24pt; font-weight:bold;} -.BLUE_FORM_BOLD {color:#4D88A1; font-size:24pt; font-weight:bold;} -.YELLOW_FORM_BOLD {color:#FF4301; font-size:24pt; font-weight:bold;} +.WHITE_FORM_BOLD {color:#4D88A1; font-size:20pt; font-weight:bold;} +.GREY_FORM_BOLD {color:#4D88A1; font-size:20pt; font-weight:bold;} +.BLUE_FORM_BOLD {color:#4D88A1; font-size:20pt; font-weight:bold;} +.YELLOW_FORM_BOLD {color:#FF4301; font-size:20pt; font-weight:bold;} /****************************** Placing of objects ***************************/ .LEFT_TOP {text-align:left; vertical-align:top;} @@ -691,7 +691,7 @@ a:hover img.CENTRE_PHOTO_SHOW #crs_info { margin:0; - padding:0 15px; + padding:0 12px; color:inherit; } #crs_info table @@ -702,21 +702,21 @@ a:hover img.CENTRE_PHOTO_SHOW { border:1px solid grey; background-color:#F0F0F0; - padding:7px; + padding:6px; } #crs_info td { border:1px solid grey; - padding:7px; + padding:6px; } /************************ Help for the text editor ***************************/ .HELP_EDIT { - margin:15px; + margin:12px; text-align:center; color:#808080; - font-size:15pt; + font-size:12pt; } /*********************************** Lists ***********************************/ @@ -739,179 +739,179 @@ a:hover img.CENTRE_PHOTO_SHOW /*****************************************************************************/ -.FILENAME {color:#404040; font-size:27pt; font-weight:bold;} +.FILENAME {color:#404040; font-size:22pt; font-weight:bold;} -.BROWSER_TITLE {color:#94745C; font-size:24pt; font-weight:bold;} -.BROWSER_TITLE_LIGHT {color:#D5C6BB; font-size:24pt; font-weight:bold;} -.BROWSER_SUBTITLE {color:#94745C; font-size:21pt;} +.BROWSER_TITLE {color:#94745C; font-size:20pt; font-weight:bold;} +.BROWSER_TITLE_LIGHT {color:#D5C6BB; font-size:20pt; font-weight:bold;} +.BROWSER_SUBTITLE {color:#94745C; font-size:18pt;} -.T1 {color:#404040; font-size:24pt;} -.T2 {color:#404040; font-size:21pt;} -.T3 {color:#404040; font-size:18pt;} +.T1 {color:#404040; font-size:20pt;} +.T2 {color:#404040; font-size:18pt;} +.T3 {color:#404040; font-size:15pt;} -.LST {color:#404040; font-size:18pt; white-space:nowrap;} -.LST_HID {color:#A0A0A0; font-size:18pt; white-space:nowrap;} -.LST_REC {color:#008000; font-size:18pt; white-space:nowrap;} -.LST_REC_HID {color:#89BE87; font-size:18pt; white-space:nowrap;} -.LST_EDIT {color:#404040; font-weight:bold; font-size:13pt; height:24px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} -.LST_EDIT_HID {color:#A0A0A0; font-weight:bold; font-size:13pt; height:24px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} -.LST_EDIT_REC {color:#008000; font-weight:bold; font-size:13pt; height:24px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} -.LST_EDIT_REC_HID {color:#89BE87; font-weight:bold; font-size:13pt; height:24px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} +.LST {color:#404040; font-size:15pt; white-space:nowrap;} +.LST_HID {color:#A0A0A0; font-size:15pt; white-space:nowrap;} +.LST_REC {color:#008000; font-size:15pt; white-space:nowrap;} +.LST_REC_HID {color:#89BE87; font-size:15pt; white-space:nowrap;} +.LST_EDIT {color:#404040; font-weight:bold; font-size:11pt; height:20px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} +.LST_EDIT_HID {color:#A0A0A0; font-weight:bold; font-size:11pt; height:20px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} +.LST_EDIT_REC {color:#008000; font-weight:bold; font-size:11pt; height:20px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} +.LST_EDIT_REC_HID {color:#89BE87; font-weight:bold; font-size:11pt; height:20px; padding-top:0; padding-bottom:0; margin-top:-1px; margin-bottom:-1px; border-width:1px; border-style:solid; border-color:#ECE9D8;} -.USR_ID {color:#404040; font-size:24pt; font-weight:bold;} +.USR_ID {color:#404040; font-size:20pt; font-weight:bold;} -.DAT {color:#707070; font-size:24pt;} -.DAT_GREEN {color:#008000; font-size:24pt;} -.DAT_LIGHT {color:#A0A0A0; font-size:24pt;} -.DAT_NOBR {color:#707070; font-size:24pt; white-space:nowrap;} -.DAT_N {color:#404040; font-size:24pt;} -.DAT_NOBR_N {color:#404040; font-size:24pt; white-space:nowrap;} +.DAT {color:#707070; font-size:20pt;} +.DAT_GREEN {color:#008000; font-size:20pt;} +.DAT_LIGHT {color:#A0A0A0; font-size:20pt;} +.DAT_NOBR {color:#707070; font-size:20pt; white-space:nowrap;} +.DAT_N {color:#404040; font-size:20pt;} +.DAT_NOBR_N {color:#404040; font-size:20pt; white-space:nowrap;} /*********************** Line in top part of a table row *********************/ .LINE_TOP { color:#404040; - font-size:24pt; + font-size:20pt; border-style:solid none none none; border-width:1px; } -.DAT_SMALL {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:21pt;} -.DAT_SMALL_LIGHT {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#A0A0A0; font-size:21pt;} -.DAT_SMALL_NOBR {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:21pt; white-space:nowrap;} -.DAT_SMALL_N {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#404040; font-size:21pt;} -.DAT_SMALL_NOBR_N {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#404040; font-size:21pt; white-space:nowrap;} +.DAT_SMALL {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:18pt;} +.DAT_SMALL_LIGHT {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#A0A0A0; font-size:18pt;} +.DAT_SMALL_NOBR {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:18pt; white-space:nowrap;} +.DAT_SMALL_N {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#404040; font-size:18pt;} +.DAT_SMALL_NOBR_N {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#404040; font-size:18pt; white-space:nowrap;} -.DAT_SMALL_GREY {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:21pt;} -.DAT_SMALL_RED {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#FF0000; font-size:21pt;} -.DAT_SMALL_GREEN {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#008000; font-size:21pt;} -.DAT_SMALL_BLUE {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#0080FF; font-size:21pt;} -.DAT_SMALL_YELLOW {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#C0C000; font-size:21pt;} +.DAT_SMALL_GREY {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#707070; font-size:18pt;} +.DAT_SMALL_RED {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#FF0000; font-size:18pt;} +.DAT_SMALL_GREEN {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#008000; font-size:18pt;} +.DAT_SMALL_BLUE {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#0080FF; font-size:18pt;} +.DAT_SMALL_YELLOW {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#C0C000; font-size:18pt;} -.HEAD_REC {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#808080; font-size:24pt;} -.HEAD_REC_SMALL {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#808080; font-size:18pt;} -.REC_NAME {color:#808080; font-size:30pt; font-weight:bold;} -.REC_NICK {color:#808080; font-size:24pt; font-weight:bold;} -.DAT_REC {color:#404040; font-size:21pt; line-height:110%;} -.DAT_REC_SMALL {color:#808080; font-size:21pt; line-height:110%;} -.DAT_REC_SMALL_BOLD {color:#202020; font-size:21pt; line-height:110%;} -.MSJ_AVISO {color:#632921; font-size:18pt;} -.TIT_TBL {color:#4D88A1; font-size:21pt; font-weight:bold;} -.TIT_CLASSPHOTO {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#606060; font-size:16pt;} -.CLASSPHOTO {color:#606060; font-size:16pt; line-height:100%; white-space:nowrap;} +.HEAD_REC {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#808080; font-size:20pt;} +.HEAD_REC_SMALL {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#808080; font-size:15pt;} +.REC_NAME {color:#808080; font-size:25pt; font-weight:bold;} +.REC_NICK {color:#808080; font-size:20pt; font-weight:bold;} +.DAT_REC {color:#404040; font-size:18pt; line-height:110%;} +.DAT_REC_SMALL {color:#808080; font-size:18pt; line-height:110%;} +.DAT_REC_SMALL_BOLD {color:#202020; font-size:18pt; line-height:110%;} +.MSJ_AVISO {color:#632921; font-size:15pt;} +.TIT_TBL {color:#4D88A1; font-size:18pt; font-weight:bold;} +.TIT_CLASSPHOTO {font-Family:Georgia,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#606060; font-size:13pt;} +.CLASSPHOTO {color:#606060; font-size:13pt; line-height:100%; white-space:nowrap;} -.GRP_TITLE {color:#4D88A1; font-size:24pt; font-weight:bold;} +.GRP_TITLE {color:#4D88A1; font-size:20pt; font-weight:bold;} -.ASG_TITLE {color:#4D88A1; font-size:24pt; font-weight:bold;} -.ASG_TITLE_LIGHT {color:#AFC4CC; font-size:24pt; font-weight:bold;} -.ASG_GRP {color:#4D88A1; font-size:18pt;} -.ASG_GRP_LIGHT {color:#AFC4CC; font-size:18pt;} -.DATE_GREEN {color:#008000; font-size:21pt;} -.DATE_GREEN_LIGHT {color:#89BE87; font-size:21pt;} -.DATE_RED {color:#FF0000; font-size:21pt;} -.DATE_RED_LIGHT {color:#F98A8A; font-size:21pt;} +.ASG_TITLE {color:#4D88A1; font-size:20pt; font-weight:bold;} +.ASG_TITLE_LIGHT {color:#AFC4CC; font-size:20pt; font-weight:bold;} +.ASG_GRP {color:#4D88A1; font-size:15pt;} +.ASG_GRP_LIGHT {color:#AFC4CC; font-size:15pt;} +.DATE_GREEN {color:#008000; font-size:18pt;} +.DATE_GREEN_LIGHT {color:#89BE87; font-size:18pt;} +.DATE_RED {color:#FF0000; font-size:18pt;} +.DATE_RED_LIGHT {color:#F98A8A; font-size:18pt;} -.ASG_LST_DATE_GREEN {color:#008000; font-size:18pt; white-space:nowrap;} -.ASG_LST_DATE_RED {color:#FF0000; font-size:18pt; white-space:nowrap;} +.ASG_LST_DATE_GREEN {color:#008000; font-size:15pt; white-space:nowrap;} +.ASG_LST_DATE_RED {color:#FF0000; font-size:15pt; white-space:nowrap;} -.STATUS_GREEN {color:#008000; font-size:21pt;} -.STATUS_GREEN_LIGHT {color:#89BE87; font-size:21pt;} -.STATUS_RED {color:#FF0000; font-size:21pt;} -.STATUS_RED_LIGHT {color:#F98A8A; font-size:21pt;} +.STATUS_GREEN {color:#008000; font-size:18pt;} +.STATUS_GREEN_LIGHT {color:#89BE87; font-size:18pt;} +.STATUS_RED {color:#FF0000; font-size:18pt;} +.STATUS_RED_LIGHT {color:#F98A8A; font-size:18pt;} /********************************** Tests ************************************/ -.ANS {color:#404040; font-size:24pt; font-weight:bold;} -.ANS_OK {color:#008000; font-size:24pt; font-weight:bold;} -.ANS_BAD {color:#FF0000; font-size:24pt; font-weight:bold;} -.TST_TIT {color:#404040; font-size:30pt;} -.TEST {color:#404040; font-size:21pt;} -.TEST_EXA {color:#404040; font-size:21pt;} -.TEST_EXA_LIGHT {color:#A0A0A0; font-size:21pt;} -.TEST_EDI {color:#404040; font-size:21pt;} -.TEST_EDI_LIGHT {color:#A0A0A0; font-size:21pt;} +.ANS {color:#404040; font-size:20pt; font-weight:bold;} +.ANS_OK {color:#008000; font-size:20pt; font-weight:bold;} +.ANS_BAD {color:#FF0000; font-size:20pt; font-weight:bold;} +.TST_TIT {color:#404040; font-size:25pt;} +.TEST {color:#404040; font-size:18pt;} +.TEST_EXA {color:#404040; font-size:18pt;} +.TEST_EXA_LIGHT {color:#A0A0A0; font-size:18pt;} +.TEST_EDI {color:#404040; font-size:18pt;} +.TEST_EDI_LIGHT {color:#A0A0A0; font-size:18pt;} -.HOR {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#345C6C; font-size:18pt; line-height:110%; letter-spacing:0;} +.HOR {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#345C6C; font-size:15pt; line-height:110%; letter-spacing:0;} .FREE0 {background-color:#F4F2EA; border:solid 1px; border-color:#F4F2EA #E0D9C2 #EEEADC #F4F2EA;} .FREE1 {background-color:#F4F2EA; border:solid 1px; border-color:#F4F2EA #E0D9C2 #E0D9C2 #F4F2EA;} .FREE2 {background-color:#FBFAF7; border:solid 1px; border-color:#FBFAF7 #E0D9C2 #F5F2E9 #FBFAF7;} .FREE3 {background-color:#FBFAF7; border:solid 1px; border-color:#FBFAF7 #E0D9C2 #E0D9C2 #FBFAF7;} -.THEO {background-color:#C0DAE4; border:solid 3px; border-color:#C9E3ED #B5CFD9 #B5CFD9 #C9E3ED;} -.PRAC {background-color:#DBE5E9; border:solid 3px; border-color:#E4EEF2 #D0DADE #D0DADE #E4EEF2;} -.TUTO {background-color:#D6E9C3; border:solid 3px; border-color:#DFEEE0 #CAE3B1 #CAE3B1 #DFEEE0;} +.THEO {background-color:#C0DAE4; border:solid 2px; border-color:#C9E3ED #B5CFD9 #B5CFD9 #C9E3ED;} +.PRAC {background-color:#DBE5E9; border:solid 2px; border-color:#E4EEF2 #D0DADE #D0DADE #E4EEF2;} +.TUTO {background-color:#D6E9C3; border:solid 2px; border-color:#DFEEE0 #CAE3B1 #CAE3B1 #DFEEE0;} -.CUR_TIME {color:#BAD2DA; font-size:18pt; font-weight:bold;} +.CUR_TIME {color:#BAD2DA; font-size:15pt; font-weight:bold;} .USR_LIST_TYPE_OFF {border:solid 1px; border-color:white;} .USR_LIST_TYPE_ON {border:solid 1px; border-color:#50B800;} -.LAYOUT_OFF {height:48px; text-align:center; vertical-align:middle; border:solid 1px; border-color:white; background-color:white;} -.LAYOUT_ON {height:48px; text-align:center; vertical-align:middle; border:solid 1px; border-color:#C0DAE4; background-color:#DDECF1;} +.LAYOUT_OFF {height:40px; text-align:center; vertical-align:middle; border:solid 1px; border-color:white; background-color:white;} +.LAYOUT_ON {height:40px; text-align:center; vertical-align:middle; border:solid 1px; border-color:#C0DAE4; background-color:#DDECF1;} -.LOG {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#606060; font-size:13pt;} -.LOG_R {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#FF0000; font-size:13pt;} +.LOG {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#606060; font-size:11pt;} +.LOG_R {font-Family:"Arial Narrow","Nimbus Sans L","DejaVu LGC Sans Condensed",sans-serif; color:#FF0000; font-size:11pt;} -.MSG_TXT {font-Family:"Courier New","DejaVu LGC Sans Mono","Bitstream Vera Sans Mono",monospace; color:#404040; font-size:15pt;} +.MSG_TXT {font-Family:"Courier New","DejaVu LGC Sans Mono","Bitstream Vera Sans Mono",monospace; color:#404040; font-size:12pt;} -.MSG_TIT {color:#4D88A1; font-size:15pt;} -.MSG_TIT_NEW {color:#4D88A1; font-size:15pt; font-weight:bold;} -.MSG_TIT_REM {color:#AFC4CC; font-size:15pt;} +.MSG_TIT {color:#4D88A1; font-size:12pt;} +.MSG_TIT_NEW {color:#4D88A1; font-size:12pt; font-weight:bold;} +.MSG_TIT_REM {color:#AFC4CC; font-size:12pt;} .MSG_TIT_BG { - background:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); + background-image:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); background-repeat:no-repeat; background-repeat:repeat-x; color:#4D88A1; - font-size:15pt; + font-size:12pt; } .MSG_TIT_BG_NEW { - background:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); + background-image:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); background-repeat:no-repeat; color:#4D88A1; - font-size:15pt; + font-size:12pt; font-weight:bold; } .MSG_TIT_BG_REM { - background:linear-gradient(#f3fcff 0,#f3fcff 80%,white 100%); + background-image:linear-gradient(#f3fcff 0,#f3fcff 80%,white 100%); background-repeat:no-repeat; color:#AFC4CC; - font-size:15pt; + font-size:12pt; } -.MSG_AUT {color:#4D88A1; font-size:13pt;} -.MSG_AUT_LIGHT {color:#AFC4CC; font-size:13pt;} -.MSG_AUT_NEW {color:#4D88A1; font-size:13pt; font-weight:bold;} +.MSG_AUT {color:#4D88A1; font-size:11pt;} +.MSG_AUT_LIGHT {color:#AFC4CC; font-size:11pt;} +.MSG_AUT_NEW {color:#4D88A1; font-size:11pt; font-weight:bold;} .MSG_AUT_BG { - background:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); + background-image:linear-gradient(#eaf3f6 0,#eaf3f6 80%,white 100%); background-repeat:no-repeat; color:#4D88A1; - font-size:13pt; + font-size:11pt; } .MSG_AUT_BG_NEW { - background:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); + background-image:linear-gradient(#f5ffd7 0,#f5ffd7 80%,white 100%); background-repeat:no-repeat; color:#4D88A1; - font-size:13pt; + font-size:11pt; font-weight:bold; } .MSG_AUT_BG_REM { - background:linear-gradient(#f3fcff 0,#f3fcff 80%,white 100%); + background-image:linear-gradient(#f3fcff 0,#f3fcff 80%,white 100%); background-repeat:no-repeat; color:#AFC4CC; - font-size:13pt; + font-size:11pt; } -.MSG_DATE {color:#4D88A1; font-size:13pt;} -.MSG_DATE_NEW {color:#4D88A1; font-size:13pt; font-weight:bold;} -.BT {width:24px; text-align:left; vertical-align:top;} -.BT0 {width:24px; text-align:left; vertical-align:top; background-color:#F4F2EA;} -.BT1 {width:24px; text-align:left; vertical-align:top; background-color:#FBFAF7;} -.BM {width:24px; text-align:left; vertical-align:middle;} -.BM_SEL {width:24px; text-align:left; vertical-align:middle; background-color:#C0FF40;} -.BM0 {width:24px; text-align:left; vertical-align:middle; background-color:#F4F2EA;} -.BM1 {width:24px; text-align:left; vertical-align:middle; background-color:#FBFAF7;} +.MSG_DATE {color:#4D88A1; font-size:11pt;} +.MSG_DATE_NEW {color:#4D88A1; font-size:11pt; font-weight:bold;} +.BT {width:20px; text-align:left; vertical-align:top;} +.BT0 {width:20px; text-align:left; vertical-align:top; background-color:#F4F2EA;} +.BT1 {width:20px; text-align:left; vertical-align:top; background-color:#FBFAF7;} +.BM {width:20px; text-align:left; vertical-align:middle;} +.BM_SEL {width:20px; text-align:left; vertical-align:middle; background-color:#C0FF40;} +.BM0 {width:20px; text-align:left; vertical-align:middle; background-color:#F4F2EA;} +.BM1 {width:20px; text-align:left; vertical-align:middle; background-color:#FBFAF7;} /***************************** Calls for exams *******************************/ .CONV_TIT @@ -919,21 +919,21 @@ a:hover img.CENTRE_PHOTO_SHOW font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#404040; font-weight:bold; - font-size:21pt; + font-size:18pt; } .CONV_TIT_IMPR { font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#202020; font-weight:bold; - font-size:21pt; + font-size:18pt; } .CONV_NEG { font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#404040; font-weight:bold; - font-size:16pt; + font-size:13pt; white-space:nowrap; } .CONV_NEG_IMPR @@ -941,45 +941,45 @@ a:hover img.CENTRE_PHOTO_SHOW font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#202020; font-weight:bold; - font-size:16pt; + font-size:13pt; white-space:nowrap; } .CONV { font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#404040; - font-size:11pt; + font-size:9pt; } .CONV_IMPR { font-family:Garamond,"DejaVu LGC Serif","Bitstream Vera Serif",serif; color:#202020; - font-size:11pt; + font-size:9pt; } /***************************** Public user's profile *************************/ .FOLLOW { color:#C0C0C0; - font-size:42pt; + font-size:35pt; font-weight:bold; } .FOLLOW_B { color:#000000; - font-size:42pt; + font-size:35pt; font-weight:bold; } .PRF_ICON_CONTAINER { - width:30px; + width:25px; } .PRF_ICON { margin:auto; display:block; - width:24px; - height:24px; + width:20px; + height:20px; opacity:0.33; } .PRF_FIG @@ -988,8 +988,8 @@ a:hover img.CENTRE_PHOTO_SHOW vertical-align:middle; } -.CON {color:#B8D070; font-size:13pt; line-height:110%; white-space:nowrap;} -.CON_CRS {color:#398000; font-size:13pt; line-height:110%; white-space:nowrap;} +.CON {color:#B8D070; font-size:11pt; line-height:110%; white-space:nowrap;} +.CON_CRS {color:#398000; font-size:11pt; line-height:110%; white-space:nowrap;} /*************************** Indicators about courses ************************/ .INDICATORS td,.INDICATORS th @@ -1001,7 +1001,7 @@ a:hover img.CENTRE_PHOTO_SHOW .INDICATORS th { color:#4D88A1; - font-size:15pt; + font-size:12pt; font-weight:bold; } @@ -1009,5 +1009,5 @@ a:hover img.CENTRE_PHOTO_SHOW .FORM_ACCOUNT { display:inline-block; - min-width:375px; + min-width:312px; } diff --git a/icon/theme/yellow/theme_32x20.gif b/icon/theme/yellow/theme_32x20.gif index d17bd6a8..b7885951 100644 Binary files a/icon/theme/yellow/theme_32x20.gif and b/icon/theme/yellow/theme_32x20.gif differ diff --git a/js/swad.js b/js/swad.js index ba1bd143..7af35fef 100644 --- a/js/swad.js +++ b/js/swad.js @@ -219,8 +219,8 @@ function zoom(imagen,urlPhoto,shortName) { yPos += tempEl.offsetTop; tempEl = tempEl.offsetParent; } - xPos -= (225+18); - yPos -= ((300+18)/2); + xPos -= (187+15); + yPos -= ((250+15)/2); if (yPos < 0) yPos = 0; document.getElementById('zoomLyr').style.left = xPos + 'px'; @@ -231,8 +231,8 @@ function zoom(imagen,urlPhoto,shortName) { // Exit from zooming a user's photograph function noZoom(imagen) { - var xPos = -(225+18); - var yPos = -(300+18+132); + var xPos = -(187+15); + var yPos = -(250+15+110); document.getElementById('zoomTxt').innerHTML = ''; document.getElementById('zoomImg').src='/icon/_.gif'; document.getElementById('zoomLyr').style.left = xPos + 'px'; @@ -307,26 +307,6 @@ function setDateTo (elem,Day,Month,Year) { document.getElementById('EndDay').options[Day].selected = true; } -// Adjust iFrame height to height of browser -function iFrameHeight () { - var h; - if (document.getElementById) { - if (self.innerHeight) // all except Explorer - h = self.innerHeight; - else if (document.documentElement && document.documentElement.clientHeight) - // Explorer 6 Strict Mode - h = document.documentElement.clientHeight; - else if (document.body) // other Explorers - h = document.body.clientHeight; - if (h == 0) h = 480; - else { - h = h - 210; - if (h < 200) h = 200; - } - document.getElementById('iframe_central').style.height = h; - } -} - // Change text of a test descriptor function changeTxtTag(NumTag){ var Sel = document.getElementById('SelDesc'+NumTag); diff --git a/swad_QR.c b/swad_QR.c index 4f689be1..a7873ae9 100644 --- a/swad_QR.c +++ b/swad_QR.c @@ -41,7 +41,7 @@ /***************************** Internal constants ****************************/ /*****************************************************************************/ -#define QR_CODE_SIZE ((6+25+6)*9) +#define QR_CODE_SIZE ((6+25+6)*8) #define QR_DEFAULT_TYPE QR_ID /*****************************************************************************/ @@ -155,7 +155,7 @@ void QR_ExamAnnnouncement (void) fprintf (Gbl.F.Out,"
" "\"%s\"" + " style=\"width:250px; height:250px;\" />" "
", 300,300, Cfg_HTTPS_URL_SWAD_CGI,Gbl.CurrentCrs.Crs.CrsCod,Act_Actions[ActSeeExaAnn].ActCod, diff --git a/swad_action.c b/swad_action.c index 49e6fdef..851be433 100644 --- a/swad_action.c +++ b/swad_action.c @@ -4874,12 +4874,12 @@ void Act_WriteBigMFUActions (struct Act_ListMFUActions *ListMFUActions) /* Icon and text */ fprintf (Gbl.F.Out,"" ""); + " style=\"padding-left:2px;\">"); Act_FormStart (Action); Act_LinkFormSubmit (TabMenuStr,The_ClassFormNoWrap[Gbl.Prefs.Theme]); fprintf (Gbl.F.Out,"\"%s\"", + " class=\"ICON32x32\" style=\"margin:5px;\" />", Gbl.Prefs.PathIconSet,Cfg_ICON_ACTION, Act_Actions[Action].Icon, MenuStr,TabMenuStr); diff --git a/swad_announcement.c b/swad_announcement.c index 5d6211da..9c08c9cd 100644 --- a/swad_announcement.c +++ b/swad_announcement.c @@ -209,7 +209,7 @@ static void Ann_ShowAnnouncement (long AnnCod,const char *Subject,const char *Co /***** Start yellow note *****/ fprintf (Gbl.F.Out,"
"); + " style=\"width:500px;\">"); /***** Write the content of the announcement *****/ fprintf (Gbl.F.Out,"
%s
", @@ -220,7 +220,7 @@ static void Ann_ShowAnnouncement (long AnnCod,const char *Subject,const char *Co Content); /***** Write form *****/ - fprintf (Gbl.F.Out,"
"); + fprintf (Gbl.F.Out,"
"); if (ShowAllAnnouncements) { diff --git a/swad_attendance.c b/swad_attendance.c index df9dda96..fca266b2 100644 --- a/swad_attendance.c +++ b/swad_attendance.c @@ -1887,7 +1887,7 @@ static void Att_ListAttOnlyMeAsStudent (struct AttendanceEvent *Att) "" ""); if (Gbl.Usrs.Listing.WithPhotos) - fprintf (Gbl.F.Out,""); + fprintf (Gbl.F.Out,""); fprintf (Gbl.F.Out,"" "%s" "" @@ -1958,7 +1958,7 @@ static void Att_ListAttStudents (struct AttendanceEvent *Att) "" ""); if (Gbl.Usrs.Listing.WithPhotos) - fprintf (Gbl.F.Out,""); + fprintf (Gbl.F.Out,""); fprintf (Gbl.F.Out,"" "%s" "" @@ -3158,7 +3158,7 @@ static void Att_WriteRowStdSeveralAttEvents (unsigned NumStd,struct UsrData *Usr if (Gbl.Usrs.Listing.WithPhotos) { fprintf (Gbl.F.Out,"", + " style=\"width:22px;\">", Gbl.RowEvenOdd); ShowPhoto = Pho_ShowUsrPhotoIsAllowed (UsrDat,PhotoURL); Pho_ShowUsrPhoto (UsrDat,ShowPhoto ? PhotoURL : @@ -3292,7 +3292,7 @@ static void Att_ListAttEventsForAStd (unsigned NumStd,struct UsrData *UsrDat) /***** Show student's photo *****/ fprintf (Gbl.F.Out,"", + " style=\"width:22px;\">", Gbl.RowEvenOdd); ShowPhoto = Pho_ShowUsrPhotoIsAllowed (UsrDat,PhotoURL); Pho_ShowUsrPhoto (UsrDat,ShowPhoto ? PhotoURL : diff --git a/swad_banner.c b/swad_banner.c index b81200d7..2bc6f2ca 100644 --- a/swad_banner.c +++ b/swad_banner.c @@ -906,7 +906,7 @@ void Ban_WriteMenuWithBanners (void) { /* Write data of this banner */ fprintf (Gbl.F.Out,"" - ""); + ""); Act_FormStart (ActClkBan); Ban_PutParamBanCod (Gbl.Banners.Lst[NumBan].BanCod); Par_PutHiddenParamString ("URL",Gbl.Banners.Lst[NumBan].WWW); diff --git a/swad_calendar.c b/swad_calendar.c index 8ce0f056..c658e95c 100644 --- a/swad_calendar.c +++ b/swad_calendar.c @@ -142,7 +142,7 @@ void Cal_DrawCalendar (void) /***** Draw several months *****/ fprintf (Gbl.F.Out,"" "" - ""); + "
"); for (Row = 0; Row < 4; Row++) @@ -152,7 +152,7 @@ void Cal_DrawCalendar (void) Col < 4; Col++) { - fprintf (Gbl.F.Out,""); if (++Month == 13) diff --git a/swad_centre.c b/swad_centre.c index 449fe4fc..5eb456ba 100644 --- a/swad_centre.c +++ b/swad_centre.c @@ -432,7 +432,7 @@ static void Ctr_Configuration (bool PrintView) "" ""); } @@ -1046,7 +1046,7 @@ void Ctr_WriteSelectorOfCentre (void) /***** Start form *****/ Act_FormGoToStart (ActSeeDeg); - fprintf (Gbl.F.Out,""); @@ -1175,7 +1175,7 @@ static void Ctr_ListCentresForEdition (void) { Act_FormStart (ActChgCtrIns); Ctr_PutParamOtherCtrCod (Ctr->CtrCod); - fprintf (Gbl.F.Out,"", Gbl.FormId); fprintf (Gbl.F.Out,"
"); + fprintf (Gbl.F.Out,""); Cal_DrawMonth (Year,Month,true,!PrintView,(Gbl.CurrentAct == ActPrnCal)); fprintf (Gbl.F.Out,"", The_ClassForm[Gbl.Prefs.Theme], Txt_QR_code); - QR_LinkTo (300,"ctr",Gbl.CurrentCtr.Ctr.CtrCod); + QR_LinkTo (250,"ctr",Gbl.CurrentCtr.Ctr.CtrCod); fprintf (Gbl.F.Out,"
", + " style=\"width:25px;\">", Ctr->FullName); Log_DrawLogo (Sco_SCOPE_CTR,Ctr->CtrCod,Ctr->ShortName,16,NULL,true); fprintf (Gbl.F.Out,"" - "" + fprintf (Gbl.F.Out,"" @@ -1960,13 +1960,13 @@ static void Ctr_PutFormToCreateCentre (void) fprintf (Gbl.F.Out,""); /***** Centre logo *****/ - fprintf (Gbl.F.Out,""); /***** Institution *****/ fprintf (Gbl.F.Out,"
" + "" ""); - Msg_WriteMsgAuthor (&UsrDat,120,10,"DAT",true,NULL); + Msg_WriteMsgAuthor (&UsrDat,100,10,"DAT",true,NULL); fprintf (Gbl.F.Out,"" "
" "
"); + fprintf (Gbl.F.Out,""); Log_DrawLogo (Sco_SCOPE_CTR,-1L,"",16,NULL,true); fprintf (Gbl.F.Out,"" - "" - "" "" - "" + fprintf (Gbl.F.Out,"" @@ -2128,7 +2128,7 @@ static void Ctr_PutHeadCentresForEdition (void) "" - "" + "" "" diff --git a/swad_changelog.h b/swad_changelog.h index 9edb5341..3221fa98 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -98,11 +98,13 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.2.1 (2015/09/27)" +#define Log_PLATFORM_VERSION "SWAD 15.3 (2015/09/28)" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* + Version 15.3: Sep 28, 2015 All sizes are multiplied by 0.8333 (25% bigger than those previous to version 15.0). (185148 lines) + Version 15.2.2: Sep 27, 2015 Fixed minor problem in CSS. (185172 lines) Version 15.2.1: Sep 27, 2015 Change in layout. Background images are changed to CSS linear gradients. (185171 lines) Version 15.2: Sep 27, 2015 Change in layout. Background images are changed to CSS linear gradients. (185185 lines) Version 15.1.3: Sep 27, 2015 Change in CSS. (185173 lines) diff --git a/swad_chat.c b/swad_chat.c index e69e56e1..e256e7fa 100644 --- a/swad_chat.c +++ b/swad_chat.c @@ -121,7 +121,7 @@ void Cht_ShowListOfAvailableChatRooms (void) "
    "); /***** Title of top level *****/ - fprintf (Gbl.F.Out,"
  • " + fprintf (Gbl.F.Out,"
  • " "\"%s\"" @@ -301,7 +301,7 @@ static void Cht_WriteLinkToChat1 (const char *RoomCode,const char *RoomShortName { extern const char *The_ClassForm[The_NUM_THEMES]; - fprintf (Gbl.F.Out,"
  • "); + fprintf (Gbl.F.Out,"
  • "); Lay_IndentDependingOnLevel (Level,IsLastItemInLevel); Act_FormStart (ActCht); Cht_WriteParamsRoomCodeAndNames (RoomCode,RoomShortName,RoomFullName); diff --git a/swad_config.h b/swad_config.h index 6a48b1ac..6a4ce141 100644 --- a/swad_config.h +++ b/swad_config.h @@ -73,8 +73,8 @@ #define Cfg_ABOUT_NAME "Centro de Educación Virtual de la Universidad Nacional de Asunción" #define Cfg_ABOUT_URL "http://www.cevuna.una.py/" #define Cfg_ABOUT_LOGO "cevuna.una.py100x32.gif" -#define Cfg_ABOUT_LOGO_WIDTH 150 -#define Cfg_ABOUT_LOGO_HEIGHT 48 +#define Cfg_ABOUT_LOGO_WIDTH 125 +#define Cfg_ABOUT_LOGO_HEIGHT 40 #define Cfg_DEFAULT_COLUMNS Lay_SHOW_BOTH_COLUMNS #define Cfg_DEFAULT_ACTION_WHEN_NO_USR_LOGGED ActFrmUsrAcc diff --git a/swad_connected.c b/swad_connected.c index fb380495..30fe69ad 100644 --- a/swad_connected.c +++ b/swad_connected.c @@ -101,7 +101,7 @@ void Con_ShowConnectedUsrs (void) /***** Put form to update connected users *****/ fprintf (Gbl.F.Out,"
" "
" + "" ""); - Msg_WriteMsgAuthor (&Gbl.Usrs.Me.UsrDat,120,10,"DAT",true,NULL); + Msg_WriteMsgAuthor (&Gbl.Usrs.Me.UsrDat,100,10,"DAT",true,NULL); fprintf (Gbl.F.Out,"" "
" "
" "%s" "" "%s" "
"); + " style=\"padding-bottom:12px;\">"); Act_FormStart (ActLstCon); Gbl.Scope.Current = Sco_SCOPE_CRS; if (Gbl.Usrs.Me.LoggedRole >= Rol_DEG_ADM) @@ -201,23 +201,23 @@ void Con_GetAndShowLastClicks (void) fprintf (Gbl.F.Out,"" "" "" "" "" "" "" "", @@ -297,12 +297,12 @@ void Con_ShowGlobalConnectedUsrs (void) /***** Start table *****/ fprintf (Gbl.F.Out,"
" - "
" + " style=\"width:87px;\">" "%s" "" + " style=\"width:75px;\">" "%s" "" + " style=\"width:125px;\">" "%s" "" + " style=\"width:187px;\">" "%s" "" + " style=\"width:275px;\">" "%s" "
"); + " style=\"width:138px; \">" + "
"); /***** Write total number of sessions *****/ fprintf (Gbl.F.Out,"" - "" "", @@ -312,7 +312,7 @@ void Con_ShowGlobalConnectedUsrs (void) /***** Write total number of users *****/ fprintf (Gbl.F.Out,"" - "" "", @@ -322,7 +322,7 @@ void Con_ShowGlobalConnectedUsrs (void) /***** Write total number of students *****/ fprintf (Gbl.F.Out,"" - "" "", @@ -332,7 +332,7 @@ void Con_ShowGlobalConnectedUsrs (void) /***** Write total number of teachers *****/ fprintf (Gbl.F.Out,"" - "" "", @@ -343,7 +343,7 @@ void Con_ShowGlobalConnectedUsrs (void) /***** Write total number of users who do not belong to any course *****/ if (WithoutCoursesTotal) fprintf (Gbl.F.Out,"" - "" "", @@ -457,12 +457,12 @@ void Con_ShowConnectedUsrsBelongingToScope (void) switch (Gbl.Usrs.Connected.WhereToShow) { case Con_SHOW_ON_MAIN_ZONE: - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "
" + "" "%u %s" "
" + "" "%u %s:" "
" + "" "%u %s" "
" + "" "%u %s" "
" + "" "%u %s" "
"); break; case Con_SHOW_ON_RIGHT_COLUMN: - fprintf (Gbl.F.Out,"
" - "
"); + fprintf (Gbl.F.Out,"
" + "
"); break; } @@ -601,7 +601,7 @@ static void Con_ShowConnectedUsrsWithARoleBelongingToCurrentLocationOnRightColum Gbl.Usrs.Connected.NumUsrsToList = Cfg_MAX_CONNECTED_SHOWN; fprintf (Gbl.F.Out,"" "" "", @@ -1017,7 +1017,7 @@ static void Con_WriteRowConnectedUsrOnRightColumn (Rol_Role_t Role) /***** Show photo *****/ fprintf (Gbl.F.Out,"" "" "" ""); } @@ -665,8 +665,8 @@ void Cty_ListCountries2 (void) /***** Div for Google Geochart *****/ if (Gbl.CurrentAct == ActSeeCty) { - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "
"); } @@ -972,7 +972,7 @@ void Cty_WriteSelectorOfCountry (void) /***** Start form *****/ Act_FormGoToStart (ActSeeIns); - fprintf (Gbl.F.Out,"
" ""); } @@ -568,7 +568,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void) "
    "); /***** Write link to platform *****/ - fprintf (Gbl.F.Out,"
  • "); + fprintf (Gbl.F.Out,"
  • "); Act_FormGoToStart (ActMnu); Par_PutHiddenParamUnsigned ("NxtTab",(unsigned) TabSys); Act_LinkFormSubmit (Txt_System, @@ -604,7 +604,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void) Lay_ShowErrorAndExit ("Country not found."); /***** Write link to country *****/ - fprintf (Gbl.F.Out,"
  • "); + fprintf (Gbl.F.Out,"
  • "); IsLastItemInLevel[1] = (NumCty == NumCtys - 1); Lay_IndentDependingOnLevel (1,IsLastItemInLevel); Act_FormStart (ActSeeCtyInf); @@ -647,7 +647,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void) Lay_ShowErrorAndExit ("Institution not found."); /***** Write link to institution *****/ - fprintf (Gbl.F.Out,"
  • "); + fprintf (Gbl.F.Out,"
  • "); IsLastItemInLevel[2] = (NumIns == NumInss - 1); Lay_IndentDependingOnLevel (2,IsLastItemInLevel); Act_FormStart (ActSeeInsInf); @@ -685,7 +685,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void) Lay_ShowErrorAndExit ("Centre not found."); /***** Write link to centre *****/ - fprintf (Gbl.F.Out,"
  • "); + fprintf (Gbl.F.Out,"
  • "); IsLastItemInLevel[3] = (NumCtr == NumCtrs - 1); Lay_IndentDependingOnLevel (3,IsLastItemInLevel); Act_FormStart (ActSeeCtrInf); @@ -723,7 +723,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void) Lay_ShowErrorAndExit ("Degree not found."); /***** Write link to degree *****/ - fprintf (Gbl.F.Out,"
  • "); + fprintf (Gbl.F.Out,"
  • "); IsLastItemInLevel[4] = (NumDeg == NumDegs - 1); Lay_IndentDependingOnLevel (4,IsLastItemInLevel); Act_FormStart (ActSeeDegInf); @@ -761,7 +761,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void) Lay_ShowErrorAndExit ("Course not found."); /***** Write link to course *****/ - fprintf (Gbl.F.Out,"
  • "); + fprintf (Gbl.F.Out,"
  • "); IsLastItemInLevel[5] = (NumCrs == NumCrss - 1); Lay_IndentDependingOnLevel (5,IsLastItemInLevel); Act_FormStart (ActSeeCrsInf); @@ -942,7 +942,7 @@ void Crs_WriteSelectorOfCourse (void) /***** Start form *****/ Act_FormGoToStart (ActSeeCrsInf); - fprintf (Gbl.F.Out,"", Gbl.FormId); for (NumDeg = 0; @@ -1479,7 +1479,7 @@ static void Crs_ListCoursesForEdition (void) Act_FormStart (ActChgCrsYea); Crs_PutParamOtherCrsCod (Crs->CrsCod); fprintf (Gbl.F.Out,"" "" "" @@ -1596,11 +1596,11 @@ static void Crs_ListCoursesForEdition (void) UsrDat.UsrCod = Crs->RequesterUsrCod; Usr_ChkUsrCodAndGetAllUsrDataFromUsrCod (&UsrDat); fprintf (Gbl.F.Out,"
" @@ -1721,7 +1721,7 @@ static void Crs_PutFormToCreateCourse (void) /***** Degree *****/ fprintf (Gbl.F.Out,"", @@ -1730,7 +1730,7 @@ static void Crs_PutFormToCreateCourse (void) /***** Year *****/ fprintf (Gbl.F.Out,"
" + " style=\"width:138px;\">" "%u %s" "
", + " style=\"width:22px;\">", Gbl.RowEvenOdd); sprintf (Gbl.FormId,"form_con_%d",++Gbl.NumFormConnectedUsrs); Act_FormStartId (ActSeePubPrf,Gbl.FormId); @@ -1033,7 +1033,7 @@ static void Con_WriteRowConnectedUsrOnRightColumn (Rol_Role_t Role) /***** Write full name and link *****/ fprintf (Gbl.F.Out,"", + " style=\"width:68px;\">", Font,Gbl.RowEvenOdd); sprintf (Gbl.FormId,"form_con_%d",++Gbl.NumFormConnectedUsrs); Act_FormStartId ((Role == Rol_STUDENT) ? ActSeeRecOneStd : @@ -1048,7 +1048,7 @@ static void Con_WriteRowConnectedUsrOnRightColumn (Rol_Role_t Role) /***** Write time from last access *****/ fprintf (Gbl.F.Out,"", + " style=\"width:48px;\">", Font,Gbl.RowEvenOdd); fprintf (Gbl.F.Out,"
", @@ -1214,7 +1214,7 @@ static void Con_ShowConnectedUsrsCurrentLocationOneByOneOnMainZone (Rol_Role_t R /***** Show photo *****/ fprintf (Gbl.F.Out,"
", + " style=\"width:22px;\">", Gbl.RowEvenOdd); ShowPhoto = Pho_ShowUsrPhotoIsAllowed (&UsrDat,PhotoURL); Pho_ShowUsrPhoto (&UsrDat,ShowPhoto ? PhotoURL : @@ -1224,7 +1224,7 @@ static void Con_ShowConnectedUsrsCurrentLocationOneByOneOnMainZone (Rol_Role_t R /***** Write full name and link *****/ fprintf (Gbl.F.Out,"", + " style=\"width:320px;\">", Font,Gbl.RowEvenOdd); if (PutLinkToRecord) { @@ -1243,7 +1243,7 @@ static void Con_ShowConnectedUsrsCurrentLocationOneByOneOnMainZone (Rol_Role_t R /***** Write time from last access *****/ fprintf (Gbl.F.Out,"", + " style=\"width:48px;\">", Font,Gbl.RowEvenOdd); Hours = Seconds / (60 * 60); Minutes = (Seconds / 60) % 60; diff --git a/swad_country.c b/swad_country.c index 7879d94d..8a3e2db3 100644 --- a/swad_country.c +++ b/swad_country.c @@ -350,7 +350,7 @@ static void Cty_Configuration (bool PrintView) "", The_ClassForm[Gbl.Prefs.Theme], Txt_QR_code); - QR_LinkTo (300,"cty",Gbl.CurrentCty.Cty.CtyCod); + QR_LinkTo (250,"cty",Gbl.CurrentCty.Cty.CtyCod); fprintf (Gbl.F.Out,"
", The_ClassForm[Gbl.Prefs.Theme], Txt_QR_code); - QR_LinkTo (300,"crs",Gbl.CurrentCrs.Crs.CrsCod); + QR_LinkTo (250,"crs",Gbl.CurrentCrs.Crs.CrsCod); fprintf (Gbl.F.Out,"
" + " style=\"width:125px;\">" "" + " style=\"width:125px;\">" ""); - Msg_WriteMsgAuthor (&UsrDat,120,10,"DAT",true,NULL); + Msg_WriteMsgAuthor (&UsrDat,100,10,"DAT",true,NULL); fprintf (Gbl.F.Out,"" "
" "
" "" "" - ""); for (Year = 0; Year <= Gbl.CurrentDeg.Deg.LastYear; Year++) @@ -1786,10 +1786,10 @@ static void Crs_PutFormToCreateCourse (void) Txt_COURSE_STATUS[Crs_STATUS_PENDING]); /***** Course requester *****/ - fprintf (Gbl.F.Out,"" - "" + fprintf (Gbl.F.Out,"" diff --git a/swad_date.c b/swad_date.c index a75cdf9d..6d227977 100644 --- a/swad_date.c +++ b/swad_date.c @@ -160,7 +160,8 @@ void Dat_ShowCurrentDateTime (void) extern const char *The_ClassCurrentTime[The_NUM_THEMES]; extern const char *Txt_MONTHS_SMALL_SHORT[12]; - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "%u %s, %u:%02u" "
", The_ClassCurrentTime[Gbl.Prefs.Theme], diff --git a/swad_degree.c b/swad_degree.c index 31619c70..e418865c 100644 --- a/swad_degree.c +++ b/swad_degree.c @@ -416,7 +416,7 @@ static void Deg_Configuration (bool PrintView) "
" ""); } @@ -481,7 +481,7 @@ void Deg_WriteMenuAllCourses (void) /***** Start of table *****/ fprintf (Gbl.F.Out,"
" + "" ""); - Msg_WriteMsgAuthor (&Gbl.Usrs.Me.UsrDat,120,10,"DAT",true,NULL); + Msg_WriteMsgAuthor (&Gbl.Usrs.Me.UsrDat,100,10,"DAT",true,NULL); fprintf (Gbl.F.Out,"" "
" "
", The_ClassForm[Gbl.Prefs.Theme], Txt_QR_code); - QR_LinkTo (300,"deg",Gbl.CurrentDeg.Deg.DegCod); + QR_LinkTo (250,"deg",Gbl.CurrentDeg.Deg.DegCod); fprintf (Gbl.F.Out,"
"); + " style=\"margin:0 auto 12px auto;\">"); /***** Write a 1st selector with all the countries *****/ @@ -575,7 +575,7 @@ static void Deg_WriteSelectorOfDegree (void) /***** Start form *****/ Act_FormGoToStart (ActSeeCrs); - fprintf (Gbl.F.Out,""); @@ -1423,7 +1423,7 @@ static void Deg_ListDegreesForEdition (void) { Act_FormStart (ActChgDegCtr); Deg_PutParamOtherDegCod (Deg->DegCod); - fprintf (Gbl.F.Out,"", Gbl.FormId); for (NumDegTyp = 0; @@ -1616,7 +1616,7 @@ static void Deg_ListDegreesForEdition (void) { Act_FormStart (ActChgDegSta); Deg_PutParamOtherDegCod (Deg->DegCod); - fprintf (Gbl.F.Out,"
", + " style=\"width:25px;>", Deg->FullName); Log_DrawLogo (Sco_SCOPE_DEG,Deg->DegCod,Deg->ShortName,16,NULL,true); fprintf (Gbl.F.Out,"" - "" + fprintf (Gbl.F.Out,"" @@ -1809,7 +1809,7 @@ static void Deg_PutFormToCreateDegree (void) /***** Centre *****/ fprintf (Gbl.F.Out,"
" + "" ""); - Msg_WriteMsgAuthor (&UsrDat,120,10,"DAT",true,NULL); + Msg_WriteMsgAuthor (&UsrDat,100,10,"DAT",true,NULL); fprintf (Gbl.F.Out,"" "
" "
" "" - ""); for (NumDegTyp = 0; NumDegTyp < Gbl.Degs.DegTypes.Num; NumDegTyp++) @@ -1899,10 +1899,10 @@ static void Deg_PutFormToCreateDegree (void) Txt_DEGREE_STATUS[Deg_STATUS_PENDING]); /***** Degree requester *****/ - fprintf (Gbl.F.Out,"" - "" + fprintf (Gbl.F.Out,"" @@ -2047,7 +2047,7 @@ static void Deg_PutHeadDegreesForEdition (void) "" - "" + "" "" diff --git a/swad_department.c b/swad_department.c index 315c47f6..163ee02e 100644 --- a/swad_department.c +++ b/swad_department.c @@ -527,7 +527,7 @@ static void Dpt_ListDepartmentsForEdition (void) fprintf (Gbl.F.Out,"
" + "" ""); - Msg_WriteMsgAuthor (&Gbl.Usrs.Me.UsrDat,120,10,"DAT",true,NULL); + Msg_WriteMsgAuthor (&Gbl.Usrs.Me.UsrDat,100,10,"DAT",true,NULL); fprintf (Gbl.F.Out,"" "
" "
" "%s" "" "%s" ""); Act_FormStart (ActChgDptIns); Dpt_PutParamDptCod (Dpt->DptCod); - fprintf (Gbl.F.Out,"" - "" "